~andrewjbeach/juju-ci-tools/make-local-patcher

« back to all changes in this revision

Viewing changes to git_gate.py

  • Committer: Curtis Hovey
  • Date: 2016-09-20 01:59:47 UTC
  • mto: This revision was merged to the branch mainline in revision 1602.
  • Revision ID: curtis@canonical.com-20160920015947-ko27xkj3a4i774h6
Convert juju instance=ids to true azuzre ids.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
 
60
60
    if args.tsv_path:
61
61
        print_now("Getting and installing godeps")
62
 
        go("get", "-v", "-d", "launchpad.net/godeps/...")
63
 
        go("install", "launchpad.net/godeps/...")
 
62
        go("get", "-v", "-d", "github.com/rogpeppe/godeps/...")
 
63
        go("install", "github.com/rogpeppe/godeps/...")
64
64
    if args.project_url:
65
65
        print_now("Cloning {} from {}".format(final_project, args.project_url))
66
66
        git("clone", args.project_url, directory)