merge in support for nightly triggers and local menus

svn path=/trunk/; revision=32215
This commit is contained in:
2015-10-28 21:28:21 +00:00
parent 0fb46dfccd
commit 16e7ff8d93
27 changed files with 125 additions and 97 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
basedir="$(dirname "$0")/.."
basedir="${0%/*}/.."
[ -z "$inc_misc" ] && . "$basedir/build/misc.sh"
readonly start_time="$(date +%s)"
@@ -32,6 +32,7 @@ fi
[ -z "$inc_processor" ] && . "$basedir/build/processor.sh"
[ -z "$inc_scaffold" ] && . "$basedir/build/scaffold.sh"
[ -z "$inc_sources" ] && . "$basedir/build/sources.sh"
[ -z "$inc_stirrups" ] && . "$basedir/build/stirrups.sh"
case "$command" in
map_tags) map_tags "$@";;
@@ -43,4 +44,5 @@ case "$command" in
sourceglobs) sourceglobs "$sourcesfile" ;;
lang_sources) lang_sources "$sourceglobfile" "$lang" ;;
cast_refglobs) cast_refglobs "$globfile" "$reffile" ;;
wakeup_news) wakeup_news "$today" ;;
esac