stop if git tags were updated, allow non-force autoconf, enhanced build speed, include autostart instruction in postinst and adjusted start hint to systemd
This commit is contained in:
+9
-2
@@ -1,3 +1,10 @@
|
||||
#!/bin/sh
|
||||
./make_debian.sh
|
||||
./make_debian.sh --without-mqtt
|
||||
tags=`git fetch -t`
|
||||
if [ -n "$tags" ]; then
|
||||
echo "tags were updated:"
|
||||
echo $tags
|
||||
echo "git pull is recommended. stopped."
|
||||
exit 1
|
||||
fi
|
||||
./make_debian.sh --keepbuilddir $@
|
||||
./make_debian.sh --reusebuilddir --dontforce --without-mqtt $@
|
||||
|
||||
Reference in New Issue
Block a user