From 3bb47947eea49fdd8ece530d88ca287ac1b2b875 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Tue, 4 Feb 2014 17:54:36 +0200 Subject: Introduce git-rpm-ch tool Initial version of the git-rpm-ch tool which is intended for maintaining RPM changelogs. Supports both spec files and separate "OBS style" changelog files. Signed-off-by: Markus Lehtonen --- bin/git-rpm-ch | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 bin/git-rpm-ch (limited to 'bin') diff --git a/bin/git-rpm-ch b/bin/git-rpm-ch new file mode 100755 index 00000000..ef1340e7 --- /dev/null +++ b/bin/git-rpm-ch @@ -0,0 +1,5 @@ +#! /usr/bin/python -u +import sys +from gbp.scripts.rpm_ch import main + +sys.exit(main(sys.argv)) -- cgit v1.2.3