Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
bug 606633: rename --builddir to --subdir in post_upload.py. r=catlee
Browse files Browse the repository at this point in the history
  • Loading branch information
Edmund Wong committed Aug 29, 2012
1 parent 3682096 commit 8c48da3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stage/post_upload.py
Expand Up @@ -376,6 +376,9 @@ def ReleaseToTryBuilds(options, upload_dir, files):
parser.add_option("--builddir", parser.add_option("--builddir",
action="store", dest="builddir", action="store", dest="builddir",
help="Subdir to arrange packaged unittest build paths properly.") help="Subdir to arrange packaged unittest build paths properly.")
parser.add_option("--subdir",
action="store", dest="builddir",
help="Subdir to arrange packaged unittest build paths properly.")
parser.add_option("--tinderbox-builds-dir", parser.add_option("--tinderbox-builds-dir",
action="store", dest="tinderbox_builds_dir", action="store", dest="tinderbox_builds_dir",
help="Set tinderbox builds dir to build paths properly.") help="Set tinderbox builds dir to build paths properly.")
Expand Down

0 comments on commit 8c48da3

Please sign in to comment.