home bbs files messages ]

Just a sample of the Echomail archive

<< oldest | < older | list | newer > | newest >> ]

 Message 1560 
 Kees van Eeten to mark lewis 
 latest linux version 
 20 Oct 18 01:02:48 
 
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)

<< oldest | < older | list | newer > | newest >> ]

(c) 1994,  bbs@darkrealms.ca