Hello mark!
18 Oct 18 20:33, you wrote to all:
what's the latest version of makenl-ng available for linux?
do i need to download the latest repository version and build it for x86_64? what problems might i face? (eg: problem detecting newest DOY file)
For the latest and the greatest,
I run this as a cron job once a week. It all but replaces the the version
on the default search path.
---8<----------------------------------------------------
#!/bin/bash
# Get initial source and compile makenl_ng
if [ ! -d ./makenl-code ]
then
git clone -v git://git.code.sf.net/p/makenl/code makenl-code
cd makenl-code/src
make -f makefile.linux clean
make -f makefile.linux
cd -
fi
# Check for updates and recompile if updated.
cd makenl-code
git pull git://git.code.sf.net/p/makenl/code 2>&1 | grep -q "up-to-date"
rc=$?
if [ $rc -eq 1 ]
then
cd src
make -f makefile.linux clean
make -f makefile.linux
fi
#
---8<------------------------------------------------------
The DOY still uses the 7 day interval. So you need some external
handling for dailies.
For daily net segments consider
publish Today
make network xx net-xx ; "master data file", No input data.
For regions you will have to be more creative,
Kees
--- GoldED+/LNX 1.1.5
* Origin: As for me, all I know is that, I know nothing. (2:280/5003.4)