summaryrefslogtreecommitdiff
path: root/publish.sh
diff options
context:
space:
mode:
authorJakob Heher <jakob.heher@iaik.tugraz.at>2022-01-19 12:49:44 +0100
committerJakob Heher <jakob.heher@iaik.tugraz.at>2022-01-19 12:49:44 +0100
commit09d3c647020d7a2b30ee3ebe8efff0dcfff4d1b5 (patch)
treee14cbd2dc368fe6fa5cc12ac0571371144d5f857 /publish.sh
parent639074df10b404276001504021d5f1b6755d4c5f (diff)
downloadpdf-over-09d3c647020d7a2b30ee3ebe8efff0dcfff4d1b5.tar.gz
pdf-over-09d3c647020d7a2b30ee3ebe8efff0dcfff4d1b5.tar.bz2
pdf-over-09d3c647020d7a2b30ee3ebe8efff0dcfff4d1b5.zip
change logging directory, and rearrange profiles to match my build environment (cf. #62)
Diffstat (limited to 'publish.sh')
-rwxr-xr-xpublish.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/publish.sh b/publish.sh
index df8f3184..cae85541 100755
--- a/publish.sh
+++ b/publish.sh
@@ -2,7 +2,7 @@
#### CONFIGURE: ######
PUBLISH_DIR="pdf-over-build"
-LOG_DIR="log"
+LOG_DIR="/tmp/pdfover_log"
CODEBASE_URL="http:\/\/abyss.iaik.tugraz.at\/pdf-over\/"
CONTEXT_URL="http:\/\/abyss.iaik.tugraz.at\/pdf-over\/"
HOMEPAGE_URL="http:\/\/www.buergerkarte.at"