Alexine: more comfortable default paths

This commit is contained in:
Aleks-Daniel Jakimenko
2015-10-13 02:26:00 +03:00
parent 33a3f515a3
commit 81a4dbcdcd
2 changed files with 9 additions and 9 deletions

View File

@@ -15,9 +15,9 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
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'

View File

@@ -15,13 +15,13 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
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/'