~veebers/juju-ci-tools/migration-add-migrate-back-to-original

« back to all changes in this revision

Viewing changes to git_gate.py

  • Committer: Nicholas Skaggs
  • Date: 2016-08-10 14:23:30 UTC
  • mto: This revision was merged to the branch mainline in revision 1543.
  • Revision ID: nicholas.skaggs@canonical.com-20160810142330-4vt42vr4cxy1dz9r
update godeps location

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)