mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
New tmp.kiwix.org server
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user