empserver/src/scripts/nightly
Markus Armbruster 10768189e2 Unbreak nightly build
The nightly build uses a gross hack to keep timestamps stable: it
replaces the system's time() by emp_time().  It doesn't replace other
time-related functions such as gettimeofday().  Works as long as we
don't mix hacked time with unhacked time.

The previous commit compares time gotten from gettimeofday() with time
gotten from time().  The nightly build's I/O timeouts become zero,
which makes login impossible.

Replace gettimeofday(), too.
2012-03-31 19:03:19 +02:00
..
conf Update windows configuration for nightlybuild 2009-01-20 19:35:17 -06:00
cron Switch Linux nightly builds to Ubuntu and add pthread build. 2008-09-24 20:18:27 -06:00
patches Unbreak nightly build 2012-03-31 19:03:19 +02:00
tests Add more tests to nightly builds 2008-10-26 15:56:04 -06:00
.gitignore Replace .cvsignore files by .gitignore files 2008-01-13 11:22:33 +01:00
common.sh Clean up a useless use of cat 2011-01-15 14:40:06 +01:00
diff_to_prev.sh Fix nightly's diff_to_prev.sh 2011-06-25 17:12:39 +02:00
nightlybuild.sh Unbreak nightly build 2012-03-31 19:03:19 +02:00
report.sh Removed EMPTARGET and ARCH from nightlybuilds, 2007-12-08 23:48:06 +00:00