diff --git a/scripts/pkg.sh b/scripts/pkg.sh index d123cbab..2684d661 100644 --- a/scripts/pkg.sh +++ b/scripts/pkg.sh @@ -280,7 +280,7 @@ check_update_version() local next=`check_next_version` if [ "$next" != "$v" ]; then echo "$next-dev" > VERSION - scm_commit -m "o $next" VERSION + scm_commit -m "Started version: $next" VERSION return 0 fi return 1 @@ -565,7 +565,7 @@ upload_pkg() $SCM add $TOPDIR/HASH || true echo "+ scheduling rebuild" $SSH -l root $server /opt/packager-server/bin/packager-server schedule-rebuild - scm_commit -m "o $v@`platform`" $TOPDIR/LAST_RPM_VERSION $TOPDIR/HASH + scm_commit -m "Released $v@`platform`" $TOPDIR/LAST_RPM_VERSION $TOPDIR/HASH if [ "$SCM" = git ]; then git push || true fi