* ) usage ;;
esac
-echo "See also https://twiki.indexdata.com/twiki/bin/view/ID/AdamsReleaseProcedure"
+echo "# See also https://twiki.indexdata.com/twiki/bin/view/ID/AdamsReleaseProcedure"
echo ""
-echo "Did you updated the news log file?"
+echo "# Did you updated the news log file?"
for file in Changes News NEWS
do
if [ -e $file ]; then
- ls -l $file
+ echo "# $(ls -l $file)"
fi
done
echo ""
perl=false
fi
-if [ `ls |egrep '\.spec$' | wc -l` -eq 0 ]; then
+if [ `ls | egrep '\.spec$' | wc -l` -eq 0 ]; then
usage "No *.spec file found"
else
spec=`ls |egrep '\.spec$' | head -1`
perl -i.bak -npe "s,VERSION=.*,VERSION=$version," IDMETA
if $java; then
- echo "set maven version to $version"
+ echo "# set maven version to $version"
mvn versions:set -DnewVersion=$version > mvn-versions.log
fi
if $perl; then
- echo "check perl version numbers"
+ echo "# check perl version numbers"
find . -name '*.pm' -print0 | xargs -0 egrep -H '\$VERSION.*=.*[0-9]' | egrep -v '^\./deb-src/'
fi