[Popcon-commits] cvs commit to popularity-contest by pere
pere at cvs.alioth.debian.org
pere at cvs.alioth.debian.org
Mon Aug 8 23:14:14 UTC 2005
Update of /cvsroot/popcon/popularity-contest
In directory haydn:/tmp/cvs-serv7614
Modified Files:
popcon-upload-ubuntu
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.
* 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.
Index: popcon-upload-ubuntu
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/popcon-upload-ubuntu,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- popcon-upload-ubuntu 2 Jul 2005 17:18:05 -0000 1.1
+++ popcon-upload-ubuntu 8 Aug 2005 23:12:37 -0000 1.2
@@ -42,7 +42,7 @@
val = sys.stdin.read()
data = ((uploadname,upfile,val),)
-ret= post_multipart('popcon.ubuntulinux.org', '/popcon-submit.cgi', '' , data)
+ret= post_multipart('popcon.ubuntu.com', '/popcon-submit.cgi', '' , data)
if not ret == 'Thanks!\n':
sys.stderr.write("%s\n" % ret)
sys.exit(1)
More information about the Popcon-commits
mailing list