X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=scripts%2Fcut-branch-jobs.py;h=553dd83bfe432b2e97f7541b5dc3c2b2d9a85a30;hb=09879d33d423e41951ddc08586988200995c9dd8;hp=88cf3cb97817b6574da19dbac5655177d6fc95ff;hpb=753ab67a9e464c45f6d83feaa06b5a4fa697293e;p=releng%2Fbuilder.git diff --git a/scripts/cut-branch-jobs.py b/scripts/cut-branch-jobs.py index 88cf3cb97..553dd83bf 100755 --- a/scripts/cut-branch-jobs.py +++ b/scripts/cut-branch-jobs.py @@ -47,7 +47,7 @@ def create_and_update_project_jobs( Only updates projects where the top project configuration has a name that is equivalent to the current release. For example project name - "aaa-silicon" would have a release that matches what was passed to + "aaa-sulfur" would have a release that matches what was passed to release_on_stable_branch. """ for directory in filter( @@ -101,7 +101,7 @@ def update_job_streams(release_on_stable_branch, release_on_current_branch, job_ are handled by other functions in this script. Only updates projects where the top stream in the list is equivalent to the - current release. For example stream "silicon" would have a release that + current release. For example stream "sulfur" would have a release that matches what was passed to release_on_stable_branch. """ for directory in filter( @@ -328,7 +328,7 @@ def update_integration_csit_list( parser = argparse.ArgumentParser( description="""Creates & updates jobs for ODL projects when branch cutting. - Example usage: python scripts/cut-branch.sh Silicon Phosphorus jjb/ + Example usage: python scripts/cut-branch.sh Phosphorus Sulfur jjb/ ** If calling from tox the JOD_DIR is auto-detected so only pass the current and next release stream name. ** @@ -346,7 +346,7 @@ parser.add_argument( metavar="RELEASE_ON_CURRENT_BRANCH", type=str, help="""The ODL release codename for the new {} - (eg. Silicon, Phosphorus).""".format( + (eg. Sulfur, Phosphorus).""".format( default_branch ), )