summaryrefslogtreecommitdiff
path: root/admin/bin/Release.py
diff options
context:
space:
mode:
authorbwarsaw2000-11-10 18:00:35 +0000
committerbwarsaw2000-11-10 18:00:35 +0000
commitcc9318f39e2934e0517b4a6cd5cb16b427f84a02 (patch)
treed310367983bf94454c1472ed3c9fe2857e276878 /admin/bin/Release.py
parentd6cb3f24e0731f642ca4970b4ee4c7aecb635e66 (diff)
downloadmailman-cc9318f39e2934e0517b4a6cd5cb16b427f84a02.tar.gz
mailman-cc9318f39e2934e0517b4a6cd5cb16b427f84a02.tar.zst
mailman-cc9318f39e2934e0517b4a6cd5cb16b427f84a02.zip
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():