Browse Source

utils: check file rights before release

remotes/bexa/master
Romain Goffe 13 years ago
parent
commit
cc8c951607
  1. 6
      utils/release.sh

6
utils/release.sh

@ -38,7 +38,6 @@ then
sed -i "s/\"[0-9]\+.[0-9]\+.[0-9]\+\"/\"$MAIN.$MAJOR.$MINOR\"/" templates/patacrep.tmpl
sed -i "s/\"[0-9]\+.[0-9]\+.[0-9]\+\"/\"$MAIN.$MAJOR.$MINOR\"/" templates/ancient.tmpl
sed -i "s/\"[0-9]\+.[0-9]\+.[0-9]\+\"/\"$MAIN.$MAJOR.$MINOR\"/" templates/patacrep-en.tmpl
sed -i "s/\"[0-9]\+.[0-9]\+.[0-9]\+\"/\"$MAIN.$MAJOR.$MINOR\"/" templates/patacrep-improved.tmpl
else
echo "keeping release version"
fi;
@ -51,6 +50,11 @@ fi;
./utils/rules.py
./utils/resize-cover.py
#check for rights
chmod 755 songs/*
chmod 644 songs/*.*
chmod 644 lilypond/*.ly
#build all songbooks
rm -f *.d
make cleanall

Loading…
Cancel
Save