From 81a4dbcdcd5cdca59fa796d241698bf9e7f8bf9c Mon Sep 17 00:00:00 2001 From: Aleks-Daniel Jakimenko Date: Tue, 13 Oct 2015 02:26:00 +0300 Subject: [PATCH] Alexine: more comfortable default paths --- scripts/alexine/new-release | 6 +++--- scripts/alexine/run-tests | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/scripts/alexine/new-release b/scripts/alexine/new-release index c929518c..b25923d4 100755 --- a/scripts/alexine/new-release +++ b/scripts/alexine/new-release @@ -15,9 +15,9 @@ # along with this program. If not, see . set -e -RELEASE_LOCK='../releaselock' -ODDMUSE_LOCATION='../oddmuse-for-releases/' -WIKIPUT='../oddmuse/scripts/cli/wikiput' +RELEASE_LOCK='../data/releaselock' +ODDMUSE_LOCATION='../data/oddmuse-for-releases/' +WIKIPUT='../data/oddmuse/scripts/cli/wikiput' WIKI_LOCATION='https://oddmuse.org/wiki/' USER_NAME='Alexine' diff --git a/scripts/alexine/run-tests b/scripts/alexine/run-tests index 586af947..6178ef47 100755 --- a/scripts/alexine/run-tests +++ b/scripts/alexine/run-tests @@ -15,13 +15,13 @@ # along with this program. If not, see . set -e -TEST_LOCK='../testlock' -TEST_LOG='../log' -ODDMUSE_TEST_LOCATION='../oddmuse-for-tests/' -LAST_COMMIT_FILE='../last_commit' +TEST_LOCK='../data/testlock' +TEST_LOG='../data/log' +ODDMUSE_TEST_LOCATION='../data/oddmuse-for-tests/' +LAST_COMMIT_FILE='../data/last_commit' FIRST_TESTABLE_COMMIT='1c0801bd6ca23de71c7c360a18a648c2b953f1da' -RESULT_FILE='../output' -WIKIPUT='../oddmuse/scripts/cli/wikiput' +RESULT_FILE='../data/output' +WIKIPUT='../data/oddmuse/scripts/cli/wikiput' STATUS_PAGE='Test Status' OUT_PAGE='https://github.com/AlexDaniel/oddmuse-alexine/blob/master/output' WIKI_LOCATION='https://oddmuse.org/wiki/'