Merge lp:~rcj/vmbuilder/jenkins_kvm into lp:~ubuntu-on-ec2/vmbuilder/jenkins_kvm

Proposed by Robert C Jennings
Status: Merged
Merged at revision: 810
Proposed branch: lp:~rcj/vmbuilder/jenkins_kvm
Merge into: lp:~ubuntu-on-ec2/vmbuilder/jenkins_kvm
Diff against target: 11 lines (+1/-1)
1 file modified
maas_config.sh (+1/-1)
To merge this branch: bzr merge lp:~rcj/vmbuilder/jenkins_kvm
Reviewer Review Type Date Requested Status
Dan Watkins (community) Approve
Francis Ginther (community) Approve
Review via email: mp+355771@code.launchpad.net

Commit message

maas_config: Missing change for getops from git migration

To post a comment you must log in.
Revision history for this message
Francis Ginther (fginther) :
review: Approve
Revision history for this message
Dan Watkins (oddbloke) :
review: Approve
lp:~rcj/vmbuilder/jenkins_kvm updated
810. By Robert C Jennings

Merge lp:~rcj/vmbuilder/jenkins_kvm into lp:~ubuntu-on-ec2/vmbuilder/jenkins_kvm [a=rcj] [r=daniel-thewatkins,fginther]

maas_config: Missing change for getops from git migration

MP: https://code.launchpad.net/~rcj/vmbuilder/jenkins_kvm/+merge/355771

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'maas_config.sh'
2--- maas_config.sh 2018-09-24 20:22:02 +0000
3+++ maas_config.sh 2018-09-27 13:54:35 +0000
4@@ -1,6 +1,6 @@
5 #!/bin/bash
6 short_opts="h"
7-long_opts="distro:,stream:,maas-branch:,out:,template:,serial:,local:,base-name:,out_d:"
8+long_opts="distro:,stream:,maas-git-repo:,out:,template:,serial:,local:,base-name:,out_d:"
9 getopt_out=$(getopt --name "${0##*/}" \
10 --options "${short_opts}" --long "${long_opts}" -- "$@") &&
11 eval set -- "${getopt_out}" || { echo "BAD INVOCATION!"; usage; exit 1; }

Subscribers

People subscribed via source and target branches