forked from ungleich-public/cdist
sign-git-tag -> sign-git-release
This commit is contained in:
parent
97ce257c57
commit
f10ffed4c6
2 changed files with 6 additions and 6 deletions
|
@ -175,10 +175,10 @@ eof
|
|||
git push --tags
|
||||
;;
|
||||
|
||||
sign-git-tag)
|
||||
sign-git-release)
|
||||
if [ $# -lt 2 ]
|
||||
then
|
||||
printf "usage: $0 sign-git-tag TAG TOKEN [ARCHIVE]\n"
|
||||
printf "usage: $0 sign-git-release TAG TOKEN [ARCHIVE]\n"
|
||||
printf " if ARCHIVE is not specified then it is created\n"
|
||||
exit 1
|
||||
fi
|
||||
|
@ -296,7 +296,7 @@ eof
|
|||
# sign git tag
|
||||
printf "Enter github authentication token: "
|
||||
read token
|
||||
"$0" sign-git-tag "${target_version}" "${token}"
|
||||
"$0" sign-git-release "${target_version}" "${token}"
|
||||
|
||||
# Also merge back the version branch
|
||||
if [ "$masterbranch" = yes ]; then
|
||||
|
|
|
@ -210,10 +210,10 @@ eof
|
|||
git push --tags
|
||||
;;
|
||||
|
||||
sign-git-tag)
|
||||
sign-git-release)
|
||||
if [ $# -lt 2 ]
|
||||
then
|
||||
printf "usage: $0 sign-git-tag TAG TOKEN [ARCHIVE]\n"
|
||||
printf "usage: $0 sign-git-release TAG TOKEN [ARCHIVE]\n"
|
||||
printf " if ARCHIVE is not specified then it is created\n"
|
||||
exit 1
|
||||
fi
|
||||
|
@ -331,7 +331,7 @@ eof
|
|||
# sign git tag
|
||||
printf "Enter github authentication token: "
|
||||
read token
|
||||
"$0" sign-git-tag "${target_version}" "${token}"
|
||||
"$0" sign-git-release "${target_version}" "${token}"
|
||||
|
||||
# Also merge back the version branch
|
||||
if [ "$masterbranch" = yes ]; then
|
||||
|
|
Loading…
Reference in a new issue