From de468ea0b145ce12a18caca5ab3aab905a0edac3 Mon Sep 17 00:00:00 2001 From: Zhang Qiang Date: Mon, 21 Oct 2013 13:30:05 +0800 Subject: [PATCH] Add --upstream-tag tab completion help info Change-Id: I835dbcc0d8ca54c82bad83fe552f4ca0a265165c --- data/_gbs | 1 + data/gbs.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/data/_gbs b/data/_gbs index 9cd8b49..b74a756 100644 --- a/data/_gbs +++ b/data/_gbs @@ -65,6 +65,7 @@ case $state in "--author-name[author name of git commit]:parameter" "--author-email[author email of git commit]:parameter" "--upstream-branch[specify upstream branch for new package version]:parameter" + "--upstream-tag[upstream tag format, '\$\{upstreamversion\}' is expanded to the version in the spec file. E.g. 'v\$\{upstreamversion\}']:parameter" "--packaging-dir[directory containing packaging files]:directory:_directories" "--no-pristine-tar[don't use pristine-tar to import source. pristine-tar only support import *tar.{gz,bz2,xz} sources, this option can be specified to import other format sources]" "--filter[files to filter out d]:parameter" diff --git a/data/gbs.sh b/data/gbs.sh index 6b3abd3..fdac653 100644 --- a/data/gbs.sh +++ b/data/gbs.sh @@ -98,7 +98,7 @@ __gbs () --msg= --target= --commit= --spec= --sign --user-key= --remote= --tag= " im_opts=" - --merge --upstream-branch= --author-email= --author-name= --no-pristine-tar + --merge --upstream-branch= --upstream-tag= --author-email= --author-name= --no-pristine-tar --packaging-dir= --upstream-vcs-tag= --allow-same-version --native --filter= --no-patch-import " -- 2.7.4