Merge lp:~nskaggs/juju-ci-tools/update-godeps-location into lp:juju-ci-tools

Proposed by Nicholas Skaggs
Status: Merged
Merged at revision: 1543
Proposed branch: lp:~nskaggs/juju-ci-tools/update-godeps-location
Merge into: lp:juju-ci-tools
Diff against target: 14 lines (+2/-2)
1 file modified
git_gate.py (+2/-2)
To merge this branch: bzr merge lp:~nskaggs/juju-ci-tools/update-godeps-location
Reviewer Review Type Date Requested Status
Curtis Hovey (community) code Approve
Review via email: mp+302565@code.launchpad.net

Description of the change

Update the location of godeps tool from launchpad to github

To post a comment you must log in.
Revision history for this message
Curtis Hovey (sinzui) wrote :

Thank you

review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'git_gate.py'
2--- git_gate.py 2016-05-25 20:59:08 +0000
3+++ git_gate.py 2016-08-10 14:27:07 +0000
4@@ -59,8 +59,8 @@
5
6 if args.tsv_path:
7 print_now("Getting and installing godeps")
8- go("get", "-v", "-d", "launchpad.net/godeps/...")
9- go("install", "launchpad.net/godeps/...")
10+ go("get", "-v", "-d", "github.com/rogpeppe/godeps/...")
11+ go("install", "github.com/rogpeppe/godeps/...")
12 if args.project_url:
13 print_now("Cloning {} from {}".format(final_project, args.project_url))
14 git("clone", args.project_url, directory)

Subscribers

People subscribed via source and target branches