Loading hook-scripts/post-receive/auto-build +3 −0 Original line number Diff line number Diff line Loading @@ -254,6 +254,9 @@ main () { local old new ref while read old new ref; do if [ $((0x$new)) -eq 0 ]; then continue fi if [ "$ref" ]; then log="/tmp/build/$ref/`date +%s`.log" log_dir=`dirname "$log"` Loading Loading
hook-scripts/post-receive/auto-build +3 −0 Original line number Diff line number Diff line Loading @@ -254,6 +254,9 @@ main () { local old new ref while read old new ref; do if [ $((0x$new)) -eq 0 ]; then continue fi if [ "$ref" ]; then log="/tmp/build/$ref/`date +%s`.log" log_dir=`dirname "$log"` Loading