From: fred Date: Mon, 20 Oct 1997 22:41:41 +0000 (+0000) Subject: lilypond-0.1.25 X-Git-Tag: release/1.5.59~6036 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5cc25281b04a52e1d9375b0457c780379d52287a;p=lilypond.git lilypond-0.1.25 --- diff --git a/bin/lilypython.py b/bin/lilypython.py index 1b62c2833d..7b063437a1 100644 --- a/bin/lilypython.py +++ b/bin/lilypython.py @@ -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: