]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.25
authorfred <fred>
Mon, 20 Oct 1997 22:41:41 +0000 (22:41 +0000)
committerfred <fred>
Mon, 20 Oct 1997 22:41:41 +0000 (22:41 +0000)
bin/lilypython.py

index 1b62c2833d3eabbae63b9f8df47e4bf16c4e904f..7b063437a1e185bbd563e885d68c81f75ccbed55 100644 (file)
@@ -56,6 +56,15 @@ def prev_version(tup):
        return (tup[0], tup[1], tup[2] - 1, '');
 
 
+def dirname(v):
+    return 'lilypond-' + version_tuple_to_str(v)
+
+def tarball(v):
+    return dirname(v)  + '.tar.gz'
+
+def released_tarball(v):
+    return lilydirs.release_dir + tarball(v)
+
 def tuple_to_list(tup):
     l=[]
     for x in tup: