release_commit.sh 438 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
#!/bin/sh

# load common functions, compatible with local and installed script
. /usr/share/eterbuild/eterbuild
load_mod spec etersoft

SPECNAME=eepm.spec
version="$(get_version $SPECNAME)"

10 11
./pack_in_onefile.sh

12 13
git add packed
git commit packed -m "commit packed $version"
14
git tag -a "$version" -e -s -m "$(rpmlog -q --last-changelog | sed -e 's|^* ||')"
15
git push pub.github $version
16
gpush pub.github
Vitaly Lipatov's avatar
Vitaly Lipatov committed
17 18

rpmpub /var/ftp/pub/Korinf/sources