autobuild.sh passes through build name to build.py

build.py gives useful error message when no build name is supplied
This commit is contained in:
Jon Atkins
2013-03-19 23:53:46 +00:00
parent 4a0f2aa5e4
commit bd2f371d64
2 changed files with 29 additions and 22 deletions

View File

@ -1,8 +1,8 @@
#!/bin/sh
./build.py
./build.py $*
FORMAT=$(echo "\033[1;33m%w%f\033[0m written")
while inotifywait -qre close_write --exclude "iitc-debug.user.js|.git*" --format "$FORMAT" .
do
./build.py
./build.py $*
done