summaryrefslogtreecommitdiff
path: root/admin/bin/Release.py
diff options
context:
space:
mode:
Diffstat (limited to 'admin/bin/Release.py')
-rwxr-xr-xadmin/bin/Release.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/admin/bin/Release.py b/admin/bin/Release.py
index cfdb24910..0fee49aa0 100755
--- a/admin/bin/Release.py
+++ b/admin/bin/Release.py
@@ -128,7 +128,7 @@ def do_bump(newvers):
print 'doing bump...',
# hack the index.html file
print 'index.html...',
- fp = open('admin/www/index.html', 'r+')
+ fp = open('admin/www/download.ht', 'r+')
text = fp.read()
parts = string.split(text, '<!-VERSION--->')
parts[1] = newvers
@@ -161,9 +161,7 @@ def do_bump(newvers):
fp_in.close()
fp_out.close()
os.rename('Mailman/Version.py.new', 'Mailman/Version.py')
- # update the TODO file
- print 'TODO...'
- os.system('admin/bin/mm2do')
+
def main():