Skip to content
Snippets Groups Projects
Commit d0619b41 authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel :speech_balloon:
Browse files

add TUHH key for build_tuhh

parent ef407977
No related branches found
No related tags found
3 merge requests!84Draft: Resolve "create tests for new commandline arguments",!83Draft: Resolve "deliver css and javascript to www3",!77Resolve "tuhh-deployment"
......@@ -29,7 +29,7 @@
RESEARCH_BIN=$RESEARCH_ROOT/bin
RESEARCH_STATIC=$RESEARCH_ROOT/static
RESEARCH_BUILD=$RESEARCH_ROOT/build
RESEARCH_DEPLOY=$RESEARCH_ROOT/tuhh-build
RESEARCH_DEPLOY=$RESEARCH_ROOT/build-tuhh
rm -rf $RESEARCH_BUILD $RESEARCH_DEPLOY
mkdir -p $RESEARCH_BUILD $RESEARCH_DEPLOY
......@@ -38,21 +38,25 @@ echo "Preproc Topics"
$RESEARCH_BIN/preproc_topics.sh "$RESEARCH_BUILD" \
"$RESEARCH_ROOT/topics" \
"$RESEARCH_BUILD/home" \
"$RESEARCH_BUILD/forschung" #>> $RESEARCH_BUILD/build.log 2>&1
"$RESEARCH_BUILD/forschung"
#>> $RESEARCH_BUILD/build.log 2>&1
# build html files
echo "Creating HTML Files with pandoc"
#topics
$RESEARCH_BIN/create_html.sh $RESEARCH_DEPLOY/forschung/topics \
$RESEARCH_BUILD #>> $RESEARCH_BUILD/build.log 2>&1
$RESEARCH_BUILD \
TUHH #>> $RESEARCH_BUILD/build.log 2>&1
#staffpages
$RESEARCH_BIN/create_html.sh $RESEARCH_DEPLOY/home \
$RESEARCH_BUILD/home #>> $RESEARCH_BUILD/build.log 2>&1
$RESEARCH_BUILD/home \
TUHH #>> $RESEARCH_BUILD/build.log 2>&1
# wg pages
for wg in aa cm dm nm st
do
$RESEARCH_BIN/create_html.sh $RESEARCH_DEPLOY/forschung/$wg \
$RESEARCH_BUILD/forschung/$wg #>> $RESEARCH_BUILD/build.log 2>&1
$RESEARCH_BUILD/forschung/$wg \
TUHH #>> $RESEARCH_BUILD/build.log 2>&1
done
cp -r $RESEARCH_ROOT/img $RESEARCH_DEPLOY/forschung/topics
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment