New tmp.kiwix.org server
This commit is contained in:
parent
e5be404697
commit
70301d4723
|
@ -7,5 +7,5 @@ SSH_KEY=C:\\projects\\kiwix-build\\appveyor\\nightlybot_id_key
|
|||
7z a -tzip $ARCHIVE_NAME $MINGW64_EXTRA_DIR
|
||||
scp -vrp -i ${SSH_KEY} -o StrictHostKeyChecking=no \
|
||||
${ARCHIVE_NAME} \
|
||||
nightlybot@download.kiwix.org:/var/www/tmp.kiwix.org/ci
|
||||
ci@tmp.kiwix.org:/data/tmp/ci
|
||||
|
||||
|
|
|
@ -283,7 +283,7 @@ def travis_launch_build(organisation, repository, options, zim_size):
|
|||
})
|
||||
else:
|
||||
global_env.append({
|
||||
'DEPLOY_DIR' : '/var/www/tmp.kiwix.org/custom_apps/{}_{}'.format(
|
||||
'DEPLOY_DIR' : '/data/tmp/custom_apps/{}_{}'.format(
|
||||
options.custom_app, options.base_version)
|
||||
})
|
||||
|
||||
|
|
|
@ -273,7 +273,7 @@ except URLError:
|
|||
run_kiwix_build('alldependencies', platform=PLATFORM)
|
||||
if SSH_KEY.exists():
|
||||
archive = make_deps_archive('alldependencies', full=True)
|
||||
destination = 'nightlybot@download.kiwix.org:/var/www/tmp.kiwix.org/ci/{}'
|
||||
destination = 'ci@tmp.kiwix.org:/data/tmp/ci/{}'
|
||||
destination = destination.format(base_dep_archive_name)
|
||||
scp(archive, destination)
|
||||
|
||||
|
@ -328,7 +328,7 @@ for target in TARGETS:
|
|||
platform=PLATFORM,
|
||||
build_deps_only=True)
|
||||
archive = make_deps_archive(target)
|
||||
scp(archive, 'nightlybot@download.kiwix.org:/var/www/tmp.kiwix.org/ci/')
|
||||
scp(archive, 'ci@tmp.kiwix.org:/data/tmp/ci/')
|
||||
|
||||
run_kiwix_build(target,
|
||||
platform=PLATFORM,
|
||||
|
|
|
@ -10,4 +10,4 @@ tar -czf fail_log_${PLATFORM}.tar.gz BUILD_${PLATFORM}
|
|||
|
||||
scp -vrp -i ${SSH_KEY} \
|
||||
fail_log_${PLATFORM}.tar.gz \
|
||||
nightlybot@download.kiwix.org:/var/www/tmp.kiwix.org/ci
|
||||
ci@tmp.kiwix.org:/data/tmp/ci
|
||||
|
|
Loading…
Reference in New Issue