build master only

This commit is contained in:
Karsten Hopp 2015-11-10 19:16:32 +01:00
parent b428e7e1af
commit 18943ce856

View File

@ -8,6 +8,7 @@ SPEC=vim.spec
CHANGES=1
DATE=`date +"%a %b %d %Y"`
fedpkg switch-branch master
MAJORVERSION=`grep "define baseversion" vim.spec | cut -d ' ' -f 3`
ORIGPL=`grep "define patchlevel" vim.spec | cut -d ' ' -f 3 | sed -e "s/^0*//g"`
ORIGPLFILLED=`printf "%03d" $ORIGPL`