Merge lp:~chipaca/snappy/fix-1468831 into lp:~snappy-dev/snappy/snappy-moved-to-github
| Status: | Merged |
|---|---|
| Approved by: | John Lenton on 2015-09-01 |
| Approved revision: | 644 |
| Merged at revision: | 643 |
| Proposed branch: | lp:~chipaca/snappy/fix-1468831 |
| Merge into: | lp:~snappy-dev/snappy/snappy-moved-to-github |
| Diff against target: |
34 lines (+12/-5) 1 file modified
helpers/helpers.go (+12/-5) |
| To merge this branch: | bzr merge lp:~chipaca/snappy/fix-1468831 |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Michael Vogt | 2015-09-01 | Approve on 2015-09-01 | |
|
Review via email:
|
|||
Commit Message
Preserve mtime/atime on the directories made by RSyncWithDelete.
| Snappy Tarmac (snappydevtarmac) wrote : | # |
The attempt to merge lp:~chipaca/snappy/fix-1468831 into lp:snappy failed. Below is the output from the failed tests.
Checking docs
Checking formatting
Installing godeps
Install golint
Obtaining dependencies
update github.
update github.
github.
update github.
github.
update github.
github.
update golang.org/x/crypto failed; trying to fetch newer version
github.
update gopkg.in/check.v1 failed; trying to fetch newer version
golang.org/x/crypto now at 60052bd85f2d912
update gopkg.in/yaml.v2 failed; trying to fetch newer version
gopkg.in/check.v1 now at 64131543e7896d5
update github.
gopkg.in/yaml.v2 now at 49c95bdc2184325
update github.
github.
github.
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 docs
./mdlint.py docs/*.md
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.
launchpad.
github.
launchpad.
golang.
github.
# launchpad.
helpers/
*syscall.Stat_t does not implement os.FileInfo (missing IsDir method)
launchpad.
launchpad.
github.
launchpad.
launchpad.
github.
gopkg.in/yaml.v2
github.
launchpad.
launchpad.
launchpad.
- 644. By John Lenton on 2015-09-01
-
forgot Sys() :(


Yay, thanks!