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

pere at cvs.alioth.debian.org pere at cvs.alioth.debian.org
Sun Nov 13 22:15:33 UTC 2005


Update of /cvsroot/popcon/popularity-contest/debian
In directory haydn:/tmp/cvs-serv4457/debian

Modified Files:
	changelog cron.weekly 
Log Message:
   [Petter Reinholdtsen]
   * Add variable mirrorbase to popanal.py, to make it easier to set up
     a new server.
   * Remove listing email as the transport method in the package
     description, and make the description independent of the method
     used.  This reflect the new HTTP transport support. (Closes: #321056)
   * Update the FAQ to better reflect the support for HTTP submissions.
   * popcon-upload-ubuntu: Replace ubuntulinux.org with ubuntu.com.  Patch
     from Colin Watson and Ubuntu.
   * Correct use of 'su' in cron-script.  (Closes: #331438)
   [Mohammed Adnène Trojette]
   * Translations:
     - Updated Romanian by Eddy Petrisor. (Closes: #323225)
     - Updated Swedish from Daniel Nylander. (Closes: #332710)
     - Updated Tagalog from Eric Pareja. (Closes: #338614)

Index: changelog
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/debian/changelog,v
retrieving revision 1.248
retrieving revision 1.249
diff -u -d -r1.248 -r1.249
--- changelog	13 Nov 2005 19:10:26 -0000	1.248
+++ changelog	13 Nov 2005 22:15:30 -0000	1.249
@@ -5,10 +5,11 @@
     a new server.
   * Remove listing email as the transport method in the package
     description, and make the description independent of the method
-    used.  This reflect the new HTTP transport support.
+    used.  This reflect the new HTTP transport support. (Closes: #321056)
   * Update the FAQ to better reflect the support for HTTP submissions.
   * popcon-upload-ubuntu: Replace ubuntulinux.org with ubuntu.com.  Patch
     from Colin Watson and Ubuntu.
+  * Correct use of 'su' in cron-script.  (Closes: #331438)
 
   [Mohammed Adnène Trojette]
   * Translations:

Index: cron.weekly
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/debian/cron.weekly,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- cron.weekly	6 Jul 2005 14:06:26 -0000	1.14
+++ cron.weekly	13 Nov 2005 22:15:31 -0000	1.15
@@ -31,7 +31,7 @@
 run_popcon()
 {
 	# Set HOME to avoid bug #212013.
-	HOME=/tmp su nobody -pc "sh -c /usr/sbin/popularity-contest"
+	HOME=/tmp su -pc "sh -c /usr/sbin/popularity-contest" nobody
 }
 
 do_sendmail()




More information about the Popcon-commits mailing list