lp://staging/godeps

Created by Roger Peppe and last modified
Get this branch:
bzr branch lp://staging/godeps
Members of godeps-maintainers can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
godeps-maintainers
Project:
godeps
Status:
Development

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

31. By Roger Peppe

add -N flag

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

27. By Roger Peppe

print git commit time in UTC

26. By Roger Peppe

include time stamp in git output

25. By Roger Peppe

fix testing imports dependencies when earlier package depends on later package with testing deps

24. By Roger Peppe

read last line correctly when dependencies.tsv is not newline terminated

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
This branch contains Public information 
Everyone can see this information.