[Popcon-commits] cvs commit to popularity-contest by pere

pere at cvs.alioth.debian.org pere at cvs.alioth.debian.org
Wed Jan 9 18:59:03 UTC 2008


Update of /cvsroot/popcon/popularity-contest
In directory alioth:/tmp/cvs-serv29810

Modified Files:
	default.conf 
Log Message:
   [ Christian Perrier ]
   * Translations:
     - Kannada added. Closes: #422031
     - Hebrew updated. Closes: #445532
   [ Bill Allombert ]
   * Remove popcon-upload-ubuntu and popcon-submit-ubuntu.cgi, dropped by Ubuntu.
   * popularity-contest used files regexp:
     - add support for php scripts
     - Add missing $ after .pm. Closes: #431535, Thanks Gerfried Fuchs.
   * cron.weekly, function run_popcon():
     - remove spurious 'sh -c'
     - add -s /bin/sh in case nobody has no shell. Closes: #429405, #431867.
   * cron.weekly, default.conf, FAQ:
     - Add support for HTTP_PROXY. Closes: #365681.
   * Apply patch from Johan Walles to treat all mapped files as recently used
     (which they obviously are).  Closes: #457441, #327693.
   [ Petter Reinholdtsen ]
   * Add code in cron.weekly to sleep a random period of time up to an
     hour, to make sure all clients do not connect at the same time.
     Closes: #440493, #459910.

Index: default.conf
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/default.conf,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- default.conf	8 Jan 2008 17:01:44 -0000	1.6
+++ default.conf	9 Jan 2008 18:59:01 -0000	1.7
@@ -39,6 +39,10 @@
 # HTTP_PROXY="http://proxy:port". This overrides the environment
 # variable http_proxy.
 
+# Random sleep between 0 and $RUNSLEEP seconds before running.
+# 3600 seconds is one hour.
+RUNSLEEP="3600"
+
 # MY_HOSTID is a secret number that the popularity-contest receiver
 # uses to keep track of your submissions.  Whenever you send in a
 # new entry, it overwrites the last one that had the same HOSTID.




More information about the Popcon-commits mailing list