tester si le paquet est compilable en 2.9
This commit is contained in:
parent
2a2a93f2e4
commit
7dd78a4f0e
11
makepkg
11
makepkg
|
@ -38,6 +38,17 @@ echo "attention version $VERSION ($DEPOT)"
|
|||
DIST_BR=dist/eole/$VERSION/master
|
||||
git push
|
||||
git checkout $DIST_BR
|
||||
if [ $CURRENT_BRANCH = 'master' ]; then
|
||||
if grep Zgzip debian/rules -q Zgzip debian/rules; then
|
||||
echo "compilable en 2.9"
|
||||
else
|
||||
echo "NON COMPILABLE EN 2.9"
|
||||
echo "Voir des exemples de modifications ici : https://dev-eole.ac-dijon.fr/issues/33643#note-6"
|
||||
git checkout $ORI_BR
|
||||
git branch -d $DIST_BR
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
git pull --rebase
|
||||
git merge $ORI_BR
|
||||
git push
|
||||
|
|
Loading…
Reference in New Issue