From 28ed52d1e1fca762e4b07e356bcdc019c89d93ea Mon Sep 17 00:00:00 2001 From: Lars Bergstrom Date: Thu, 6 Aug 2015 09:29:57 -0500 Subject: [PATCH] Adjust for the moved target directory --- buildbot/master/master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot/master/master.cfg b/buildbot/master/master.cfg index 7c76f7ee..8b33ff92 100644 --- a/buildbot/master/master.cfg +++ b/buildbot/master/master.cfg @@ -204,7 +204,7 @@ android_factory.addStep(steps.Compile(command=["./mach", "build", "--android", " android_nightly_factory = util.BuildFactory() android_nightly_factory.addStep(steps.Git(repourl=SERVO_REPO, mode="full", method="clobber")) android_nightly_factory.addStep(steps.Compile(command=["./mach", "build", "--android", "--release"], env=android_compile_env)) -android_nightly_factory.addStep(steps.ShellCommand(command=["s3cmd", "put", "/home/servo/buildbot/slave/android-nightly/build/components/servo/target/arm-linux-androideabi/release/servo", "s3://servo-rust/nightly/servo.apk"])) +android_nightly_factory.addStep(steps.ShellCommand(command=["s3cmd", "put", "/home/servo/buildbot/slave/android-nightly/build/target/arm-linux-androideabi/release/servo", "s3://servo-rust/nightly/servo.apk"])) gonk_compile_env = dict({'ANDROID_SDK': '/home/servo/android-sdk-linux/', 'ANDROID_NDK': '/home/servo/android-ndk-r10c/',