]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.27
authorfred <fred>
Tue, 28 Oct 1997 13:12:58 +0000 (13:12 +0000)
committerfred <fred>
Tue, 28 Oct 1997 13:12:58 +0000 (13:12 +0000)
bin/release.py

index 3e6026969f335effa932b54667ba2049938a6bfc..f18ff01ef73a483b5e27c9125e90dfd1b64c1787 100644 (file)
@@ -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')