Skip to content

Commit

Permalink
TOOLS-2445 update sdcrelease launch_build script to account for EDAR (#…
Browse files Browse the repository at this point in the history
…277)

Reviewed by: Jason King
  • Loading branch information
Tim Foster authored Feb 27, 2020
1 parent 9f7a497 commit a160130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/releng/launch-build
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#

#
# Copyright 2019 Joyent, Inc.
# Copyright 2020 Joyent, Inc.
#

#
Expand Down Expand Up @@ -94,7 +94,7 @@ fi
# parameter, because that'll take the long-form git branch and write those
# into the 'configure-projects' file.
#
PLAT_REPOS='illumos-extra illumos local/kvm-cmd local/kvm local/mdata-client local/ur-agent'
PLAT_REPOS='illumos-extra illumos local/kbmd local/kvm-cmd local/kvm local/mdata-client local/ur-agent'
for repo in $PLAT_REPOS; do
if [[ -z "$PLAT_PROJECTS_TEMPLATE" ]]; then
PLAT_PROJECTS_TEMPLATE="$repo: BRANCH: origin\n"
Expand Down

0 comments on commit a160130

Please sign in to comment.