Skip to content
This repository has been archived by the owner on Feb 26, 2019. It is now read-only.

Change up how download/restore works a little #362

Merged
merged 1 commit into from
Dec 15, 2015
Merged

Conversation

freeformz
Copy link

  • We now try to load the package after downloading/restoring. Previously
    we did that too early in the process.
  • make previous verbose output debug output
  • report a typed error instead of a string from listPackage so we can
    assert and provide a nicer error.
  • Catch go get errors that say there are no go files found. See code
    comment as to why.
  • do all downloading during download phase.

@freeformz freeformz changed the title Change up how download/restore work a little Change up how download/restore works a little Dec 15, 2015
@freeformz freeformz mentioned this pull request Dec 15, 2015
@eparis
Copy link

eparis commented Dec 15, 2015

I tested this change + kubernetes/kubernetes#18706 and kube is once again happy!

@freeformz freeformz mentioned this pull request Dec 15, 2015
@freeformz freeformz force-pushed the fix_up_restore_p1 branch 2 times, most recently from 404df67 to 03595ab Compare December 15, 2015 19:17
* Try to load the package after downloading/restoring. Previously
  that was done too early in the process.
* make previous verbose output debug output
* report a typed error instead of a string from listPackage so it can
  be asserted to provide a nicer error.
* Catch go get errors that say there are no go files found. See code
  comment as to why.
* do *all* downloading during download phase.
@freeformz freeformz merged commit 03595ab into master Dec 15, 2015
eparis added a commit to eparis/kubernetes that referenced this pull request Jan 5, 2016
This reverts commit 7d5acfb.

This was hopefully fixed in
tools/godep#362
vishh pushed a commit to vishh/kubernetes that referenced this pull request Mar 18, 2016
This reverts commit 7d5acfb.

This was hopefully fixed in
tools/godep#362
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants