Compare commits
2 Commits
e9dde7c0e8
...
407aa3b063
Author | SHA1 | Date | |
---|---|---|---|
407aa3b063 | |||
91b49c6323 |
@ -67,8 +67,9 @@ fi
|
|||||||
[ -z "$inc_scaffold" ] && . "$basedir/build/scaffold.sh"
|
[ -z "$inc_scaffold" ] && . "$basedir/build/scaffold.sh"
|
||||||
|
|
||||||
case "$command" in
|
case "$command" in
|
||||||
git_build_into) if [ "${statusdir}/full_build" -nt "${statusdir}/../index.cgi" ]; then
|
git_build_into) if [ -f "${statusdir}/full_build" ]; then
|
||||||
debug "discovered flag file, performing full build"
|
debug "discovered flag file, performing full build"
|
||||||
|
rm "${statusdir}/full_build"
|
||||||
build_into
|
build_into
|
||||||
else
|
else
|
||||||
git_build_into
|
git_build_into
|
||||||
|
@ -70,7 +70,7 @@ cat <<-HTML_END
|
|||||||
<dt>Duration:</dt><dd>$([ "$duration" -gt 0 ] && duration ${duration})</dd>
|
<dt>Duration:</dt><dd>$([ "$duration" -gt 0 ] && duration ${duration})</dd>
|
||||||
<dt>Termination Status:</dt><dd>${term_status:-running...}</dd>
|
<dt>Termination Status:</dt><dd>${term_status:-running...}</dd>
|
||||||
</dl>
|
</dl>
|
||||||
$(if [ ./$DATADIR/full_build -nt ./index.cgi ]; then
|
$(if [ -f ./$DATADIR/full_build ]; then
|
||||||
printf '<span class="fullbuild">Full rebuild will be started within next minute.</span>'
|
printf '<span class="fullbuild">Full rebuild will be started within next minute.</span>'
|
||||||
else
|
else
|
||||||
printf '<a class="fullbuild" href="./?full_build">Schedule full rebuild</a>'
|
printf '<a class="fullbuild" href="./?full_build">Schedule full rebuild</a>'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user