-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathshellscriptconfiguration.sh
More file actions
executable file
·20 lines (17 loc) · 1.09 KB
/
shellscriptconfiguration.sh
File metadata and controls
executable file
·20 lines (17 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## This file contains the most important environment variables for the shell scripts (not the Python scripts):
export PROJECTDIR="${HOME}/src/lazyblorg"
export TEMP_RESULT_DIR="${HOME}/public_html"
export FINAL_DESTINATION_DIR="${HOME}/share/karl-voit.at"
export PREVIOUS_METADATA_FILE="${TEMP_RESULT_DIR}/public_voit-metadata.pk"
export NEW_METADATA_FILE="${PROJECTDIR}/testdata/2del/blog/public_voit-metadata.pk"
export ERROR_INDICATION_FILE="${PROJECTDIR}/testdata/2del/blog/WORK_IN_PROGRESS.regenerate_public_voit.delete_me"
export LOGFILE="${HOME}/org/errors.org"
export EXTERNAL_URL_FILE="${HOME}/log/publicvoit_external_urls.csv"
export OMIT_TESTS_FILE="OMIT_TESTS.2del"
export PREVIOUS_FEEDS_FOR_COMPARISON_TEMPDIR=$(mktemp -d)
export METADATA_OF_PREVIOUS_EXECUTION="${PROJECTDIR}/.regenerate_public_voit_last_run.log"
export ORGDOWN_FILES=(
./templates/blog-format.org
./testdata/end_to_end_test/orgfiles/currently_supported_orgmode_syntax.org
~/org/(public_voit|misc|contacts|foodandbeverages|hardware|movies|notes|references|finanzen_behoerden_versicherungen|issues|projects).org*(N)
)