Message Area
Casually read the BBS message area using an easy to use interface. Messages are categorized exactly like they are on the BBS. You may post new messages or reply to existing messages! You are not logged in. Login here for full access privileges. |
Previous Message | Next Message | Back to MakeNL Next Generation. <-- <--- | Return to Home Page |
|
||||||
From | To | Subject | Date/Time | |||
Kees van Eeten | mark lewis | latest linux version |
October 20, 2018 1:02 AM * |
|||
Hello mark! 18 Oct 18 20:33, you wrote to all: ml> what's the latest version of makenl-ng available for linux? ml> do i need to download the latest repository version and build it for ml> x86_64? what problems might i face? (eg: problem detecting newest DOY ml> 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) |
||||||
|
Previous Message | Next Message | Back to MakeNL Next Generation. <-- <--- | Return to Home Page |
Execution Time: 0.0802 seconds If you experience any problems with this website or need help, contact the webmaster. VADV-PHP Copyright © 2002-2024 Steve Winn, Aspect Technologies. All Rights Reserved. Virtual Advanced Copyright © 1995-1997 Roland De Graaf. |