lp://staging/godeps
- Get this branch:
- bzr branch lp://staging/godeps
Branch merges
Branch information
Recent revisions
- 32. By Roger Peppe
-
fix for Windows (remove hardcoded path separator from relativeToParent)
With thanks to Dan O'Bryan for the bug report and patch
- 30. By Roger Peppe
-
allow dots in bzr revision numbers
- 29. By Roger Peppe
-
do not use go get to fetch new repositories
"go get" always recursively fetches dependencies,
and this feature cannot be disabled. This means that
when godeps used "go get -d" to fetch a repository,
it could fetch unwanted tip dependencies.R=mattyw, cmars_, martin.hilton
CC=
https://codereview. appspot. com/230460044 - 28. By Roger Peppe
-
pkgrepo: new package
We want to be able to fetch a repository without
fetching its dependencies too.
The Go tool can't currently do that, so this
change copies the relevant parts of it
into the pkgrepo directory.It's not complete yet (the buildV and buildX flags
need some work), but it works.
A later change will change godeps to use it.R=martin.hilton, frankban
CC=
https://codereview. appspot. com/223390043 - 25. By Roger Peppe
-
fix testing imports dependencies when earlier package depends on later package with testing deps
- 23. By Martin Packman
-
Show go pkg names rather than dirs when reporting changes to the user
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~rogpeppe/godeps/trunk