Bug 1217223 - Try binaries and logs being uploaded to separate directories on archive.mozilla.org, r=catlee
authorNick Thomas <nthomas@mozilla.com>
Fri, 23 Oct 2015 12:26:46 +1300 (2015-10-22)
changeset 4508 7927cf9b5417ce2b933d2adf157046eddb5c34b1
parent 4506 b9780f76d2b4e4b89808d6ba7f8db092ad540c9f
child 4510 550463e5c06b432fed5d680b4eb74de05fd35890
child 4511 bd49c6b5b405fb01718adc4722b4ecead8582394
push id3770
push usernthomas@mozilla.com
push dateThu, 22 Oct 2015 23:27:53 +0000 (2015-10-22)
reviewerscatlee
bugs1217223
Bug 1217223 - Try binaries and logs being uploaded to separate directories on archive.mozilla.org, r=catlee
bin/log_uploader.py
--- a/bin/log_uploader.py
+++ b/bin/log_uploader.py
@@ -287,17 +287,17 @@ if __name__ == "__main__":
                 if '-debug' in builder_path and '-debug' not in platform:
                     platform += "-debug"
 
             if options.trybuild:
                 uploadArgs.update(dict(
                     to_try=True,
                     to_tinderbox_dated=False,
                     who=getAuthor(build),
-                    revision=build.getProperty('revision')[:12],
+                    revision=build.getProperty('revision'),
                     builddir="%s-%s" % (options.branch, platform),
                 ))
             else:
                 buildid = getBuildId(build)
 
                 if options.release:
                     if 'mobile' in options.product:
                         uploadArgs['nightly_dir'] = 'candidates'