[Pypi-checkins] r757 - branches/tarek-pep-345-support

tarek.ziade python-checkins at python.org
Tue Apr 13 01:14:29 CEST 2010


Author: tarek.ziade
Date: Tue Apr 13 01:14:29 2010
New Revision: 757

Modified:
   branches/tarek-pep-345-support/config.ini
Log:
reverted unwanted change on config.ini, but also added missing variables

Modified: branches/tarek-pep-345-support/config.ini
==============================================================================
--- branches/tarek-pep-345-support/config.ini	(original)
+++ branches/tarek-pep-345-support/config.ini	Tue Apr 13 01:14:29 2010
@@ -1,18 +1,18 @@
 [database]
 name = packages
 user = pypi
-files_dir = /MacDev/svn.python.org/pypi-pep345/files
-docs_dir = /MacDev/svn.python.org/pypi-pep345/docs
+files_dir = /tmp/files
+docs_dir = /tmp/docs
 
 [webui]
 mailhost = mail.commonground.com.au
 adminemail = richard at commonground.com.au
 replyto = richard at commonground.com.au
-url = http://localhost:8000
+url = http://localhost/cgi-bin/pypi.cgi
 pydotorg = http://www.python.org/
 simple_script = /simple
 files_url = http://localhost/pypi_files
-rss_file = /MacDev/svn.python.org/pypi-pep345/pypi_rss.xml
+rss_file = /tmp/pypi_rss.xml
 debug_mode = yes
 cheesecake_password = secret
 privkey = privkey


More information about the Pypi-checkins mailing list