Compare commits

..

3 Commits

Author SHA1 Message Date
adc1c530e2 update makrerelease 2024-04-07 04:24:58 +02:00
436f8f62e4 update makrerelease 2024-04-07 04:24:17 +02:00
827ce5d39d Update pkgbuilder help 2024-04-07 04:21:20 +02:00
2 changed files with 10 additions and 16 deletions

View File

@ -8,6 +8,7 @@ showHelp() {
echo "command :"
echo " list List packages infos"
echo " infos pkgname Display package infos"
echo " create pkgname modelname Display package infos"
echo " build pkgname Build and publish package"
echo " bump pkgname Bump release and publish package"
echo " checkupdate pkgname Check package update"

View File

@ -16,13 +16,6 @@ if [ "${VERSION}" == "" ]; then
exit 1
fi
ssh -T git@github.com
if [ ! "${?}" = "1" ]; then
echo "No Github ssh key loaded exiting..."
exit 1
fi
CURRENTBRANCH=$(git rev-parse --abbrev-ref HEAD)
if [ ! "${CURRENTBRANCH}" == "dev" ]; then