[icalendar-checkins] r34958 - iCalendar/www
regebro at codespeak.net
regebro at codespeak.net
Sat Nov 25 14:16:33 CET 2006
Author: regebro
Date: Sat Nov 25 14:16:30 2006
New Revision: 34958
Modified:
iCalendar/www/HOWTO.txt
Log:
HOWTO fixes.
Modified: iCalendar/www/HOWTO.txt
==============================================================================
--- iCalendar/www/HOWTO.txt (original)
+++ iCalendar/www/HOWTO.txt Sat Nov 25 14:16:30 2006
@@ -43,9 +43,11 @@
5. Update the website (see below).
6. Generate the egg and upload it to CheezeShop (if you can. Maybe you have to
- be me (regebro). I don't know.
+ be me (regebro) to upload the files. I don't know.
+ python setup.py register
python setup.py bdist_egg
+ + manual upload of egg and tgz (see below of how to make the tgz)
7. Copy the contents of the changes file to the history file, and commit that.
@@ -57,7 +59,7 @@
cd /tmp
svn export http://codespeak.net/svn/iCalendar/tag/iCalendar-1.2
-2. Make a tar: tgz cvfz iCalendar-1.2.tgz iCalendar-1.2
+2. Make a tar: tar cvfz iCalendar-1.2.tgz iCalendar-1.2
3. Generate the website with the publish.py script. Ex:
python publish.py /tmp/icalendarweb /tmp/iCalendar-1.2 1.2
More information about the icalendar-checkins
mailing list