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/'