added hooks for git_build_into

svn path=/trunk/; revision=35776
This commit is contained in:
2017-08-18 11:47:29 +00:00
parent 3223bb17cf
commit 49fb51d495
+6
View File
@@ -53,6 +53,12 @@ fi
[ -z "$inc_stirrups" ] && . "$basedir/build/stirrups.sh"
case "$command" in
git_build_into) if [ "${statusdir}/full_build" -nt "${statusdir}/index.cgi" ]; then
debug "discovered flag file, performing full build"
build_into
else
git_build_into
fi ;;
svn_build_into) if [ "${statusdir}/full_build" -nt "${statusdir}/index.cgi" ]; then
debug "discovered flag file, performing full build"
build_into