Commit 8affc242 authored by binji@chromium.org's avatar binji@chromium.org

[NaCl SDK] Fix bug in archive step introduced in r133963

BUG=none
TEST=none
TBR=binji@chromium.org

Review URL: https://chromiumcodereview.appspot.com/10191025

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133973 0039d316-1c4b-4281-b951-d872f2087c98
parent d4e23e4c
......@@ -684,7 +684,8 @@ def main(args):
buildbot_common.BuildStep('Archive build')
bucket_path = 'nativeclient-mirror/nacl/nacl_sdk/%s' % \
build_utils.ChromeVersion()
buildbot_common.Archive(tarname, bucket_path, OUT_DIR)
buildbot_common.Archive(os.path.relpath(tarfile, OUT_DIR),
bucket_path, OUT_DIR)
# generate "manifest snippet" for this archive.
if not skip_test_updater:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment