I'm still using the same script for doing the Nagios tests
on my tinderboxes. After a long time, I had a look into this
script today. The snapshot tgz file is still fetched from
http://nagios.sourceforge.net/download/ ... EAD.tar.gz.
After extracting the tar file, the Changelog was last
modified in January 2011:
$ ls -l /tmp/nagios-HEAD/Changelog
-rw-r--r-- 1 nagios nagios 37186 2011-01-21 04:24 /tmp/nagios-HEAD/Changelog
In SVN, the Changelog file was last modified on April 18th.
(No output from find /tmp/nagios-HEAD -mtime -95,
so no files modified the last 95 days)
My new script looks like this (the natty and maverick nightly
tinderboxes only, currently):
wget -O nagios-HEAD.tar.gz 'http://nagios.svn.sourceforge.net/viewv ... /?view=tar'
tar -xzf nagios-HEAD.tar.gz
mv trunk/ nagios-HEAD/
cd nagios-HEAD
./tools/tinderbox_build
cd ..
rf -rf nagios-HEAD/ nagios-HEAD.tar.gz
Is there a nightly tar file created from the Subversion source?
Unfortunately, simply using
http://nagios.sourceforge.net/download/ ... EAD.tar.gz
didn't do the trick
Could you please adjust http://wiki.nagios.org/index.php/Tinderbox?
I've put contacts of "admin" and "dev00" boxes on Cc. You're
using the CVS snapshot too?
Regards,
Bernd
--
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]