diff options
author | Guido Günther <agx@sigxcpu.org> | 2011-10-30 20:03:33 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2011-11-01 18:12:48 +0100 |
commit | e28ea0740a7b4eb2ef4c1bd3079d77a40c6072b8 (patch) | |
tree | 779145e71a996c471a1d1a6b1acde1bc90deecc4 /bin/gbp-clone | |
parent | abf90abcba15beb51196cf503f35695acdcd91c1 (diff) | |
download | git-buildpackage-e28ea0740a7b4eb2ef4c1bd3079d77a40c6072b8.tar.gz git-buildpackage-e28ea0740a7b4eb2ef4c1bd3079d77a40c6072b8.tar.bz2 git-buildpackage-e28ea0740a7b4eb2ef4c1bd3079d77a40c6072b8.zip |
Get rid of the symlink
by moving the commands to gbp/scripts/
Diffstat (limited to 'bin/gbp-clone')
-rwxr-xr-x | bin/gbp-clone | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/gbp-clone b/bin/gbp-clone new file mode 100755 index 00000000..33e8226b --- /dev/null +++ b/bin/gbp-clone @@ -0,0 +1,5 @@ +#! /usr/bin/python -u +import sys +from gbp.scripts.clone import main + +sys.exit(main(sys.argv)) |