From 7f9e9acc225d7e5ac4f7bb556268efa7c147274e Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 28 Oct 1997 13:12:58 +0000 Subject: [PATCH] lilypond-0.1.27 --- bin/release.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/bin/release.py b/bin/release.py index 3e6026969f..f18ff01ef7 100644 --- a/bin/release.py +++ b/bin/release.py @@ -1,19 +1,21 @@ #!@PYTHON@ from lilypython import * -import makepatch - os.chdir(lilydirs.topdir) os.system('make dist') cur_ver = lilydirs.version_tuple() - +print tarball(cur_ver) os.rename('out/' + tarball(cur_ver), released_tarball(cur_ver)) os.chdir('../test') +os.system('pwd') os.system('rm ../test/*gz') os.link(released_tarball(cur_ver), tarball(cur_ver)) -makepatch.main() +# not a module, but a script: +# makepatch.main() +os.system('python ' + lilydirs.topdir + '/bin/make-patch.py'); + os.system('gzip -9 patch*') os.system('tar cf updeet *gz') -- 2.39.5