Merge lp:~mterry/snappy/set-sudo-15.04 into lp:~snappy-dev/snappy/15.04-deprecated
| Status: | Merged |
|---|---|
| Approved by: | Ricardo Salveti on 2015-07-06 |
| Approved revision: | 454 |
| Merged at revision: | 455 |
| Proposed branch: | lp:~mterry/snappy/set-sudo-15.04 |
| Merge into: | lp:~snappy-dev/snappy/15.04-deprecated |
| Diff against target: |
67 lines (+10/-7) 2 files modified
cmd/snappy/cmd_set.go (+7/-0) cmd/snappy/main.go (+3/-7) |
| To merge this branch: | bzr merge lp:~mterry/snappy/set-sudo-15.04 |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Ricardo Salveti (community) | 2015-07-06 | Approve on 2015-07-06 | |
|
Review via email:
|
|||
Commit Message
Add an are-we-
This is a backport of r528 from trunk.
Description of the Change
Add an are-we-
This is a backport of r528 from trunk.
| Snappy Tarmac (snappydevtarmac) wrote : | # |
The attempt to merge lp:~mterry/snappy/set-sudo-15.04 into lp:snappy/15.04 failed. Below is the output from the failed tests.
Checking formatting
Installing godeps
Install golint
Obtaining dependencies
update code.google.
update github.
code.google.
update github.
github.
update github.
github.
update github.
github.
update github.
github.
update gopkg.in/yaml.v2 failed; trying to fetch newer version
github.
update launchpad.
gopkg.in/yaml.v2 now at 49c95bdc2184325
launchpad.
Building
# we always run in a fresh dir in tarmac
export GOPATH=$(mktemp -d)
trap 'rm -rf "$GOPATH"' EXIT
# this is a hack, but not sure tarmac is golang friendly
mkdir -p $GOPATH/
cp -a . $GOPATH/
cd $GOPATH/
./run-checks
if which goctest >/dev/null; then
goctest=
else
goctest="go test"
fi
echo Checking formatting
fmt=$(gofmt -l .)
if [ -n "$fmt" ]; then
echo "Formatting wrong in following files"
echo $fmt
exit 1
fi
echo Installing godeps
go get launchpad.
export PATH=$PATH:
echo Install golint
go get github.
export PATH=$PATH:
echo Obtaining dependencies
godeps -u dependencies.tsv
echo Building
go build -v launchpad.
github.
github.
code.google.
launchpad.
launchpad.
github.
launchpad.
github.
launchpad.
launchpad.
github.
gopkg.in/yaml.v2
launchpad.
launchpad.
launchpad.
launchpad.
launchpad.
launchpad.
launchpad.
# launchpad.
cmd/snappy/
- 454. By Michael Terry on 2015-07-06
-
Avoid use of non-existant withMutex


Looks good, thanks!