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
=== modified file 'git_gate.py'
--- git_gate.py 2016-05-25 20:59:08 +0000
+++ git_gate.py 2016-08-10 14:27:07 +0000
@@ -59,8 +59,8 @@
5959
60 if args.tsv_path:60 if args.tsv_path:
61 print_now("Getting and installing godeps")61 print_now("Getting and installing godeps")
62 go("get", "-v", "-d", "launchpad.net/godeps/...")62 go("get", "-v", "-d", "github.com/rogpeppe/godeps/...")
63 go("install", "launchpad.net/godeps/...")63 go("install", "github.com/rogpeppe/godeps/...")
64 if args.project_url:64 if args.project_url:
65 print_now("Cloning {} from {}".format(final_project, args.project_url))65 print_now("Cloning {} from {}".format(final_project, args.project_url))
66 git("clone", args.project_url, directory)66 git("clone", args.project_url, directory)

Subscribers

People subscribed via source and target branches