diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-06-02 20:17:35 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-06-02 20:17:35 +0200 |
commit | b7b65449c824bc5cd7fdd0fba4a190fb47090e68 (patch) | |
tree | 8530ca153e28525efee561f836fba56539d4f410 /utils/job-prereq.py | |
parent | 99f8e91d6641505e85528ca6e85b88a36888f9e6 (diff) |
Add prerelease type to generatorjellyfish_9.99.1jellyfish/9.99.19.99.1
Allow the tool to generate jobs against the prerelease location.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I7f00ee52ad85b2aecc52679da4e98857a5dd59cb
Diffstat (limited to 'utils/job-prereq.py')
-rwxr-xr-x | utils/job-prereq.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/job-prereq.py b/utils/job-prereq.py index c04959b..08531cd 100755 --- a/utils/job-prereq.py +++ b/utils/job-prereq.py @@ -39,7 +39,7 @@ def parse_cmdline(machines): parser.add_argument('--nbdroot', action='store_true') parser.add_argument('--build-type', action='store', dest='build_type', nargs=3, - help="The type of build. It defines the URL to upload to.", + help="The type of build. It defines the URL to upload to. (ci, release, prerelease)", required=True) parser.add_argument('--branch', dest='vcs_branch', action='store', default='master', help='The build branch.') |