Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy download-or-bust helper from gce to aws #5014

Merged
merged 1 commit into from
Mar 5, 2015

Conversation

justinsb
Copy link
Member

@justinsb justinsb commented Mar 4, 2015

During a push, we were wget-ing to .1, .2, etc, which wasn't working

@justinsb
Copy link
Member Author

justinsb commented Mar 4, 2015

Spotted the echo "Downloading file ($SERVER_BINARY_TAR_URL)" in the helper function, which I copied from GCE. It should be Downloading file $1 I think. Should I fix here or in another PR?

@roberthbailey roberthbailey added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 4, 2015
@roberthbailey
Copy link
Contributor

I'd fix the helper function in this PR.

@justinsb
Copy link
Member Author

justinsb commented Mar 4, 2015

OK - thanks: Fixed the message in the helper function as well.

@@ -0,0 +1,29 @@
#!/bin/bash

# Copyright 2014 Google Inc. All rights reserved.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: 2015

@roberthbailey
Copy link
Contributor

Couple of nits; otherwise LGTM.

@justinsb
Copy link
Member Author

justinsb commented Mar 4, 2015

Don't merge yet ... I somehow touched the previous commit during my squash

During a push, we were wget-ing to <filename>.1, .2, etc, which wasn't working
@justinsb
Copy link
Member Author

justinsb commented Mar 4, 2015

OK, fixed up the git problems. Sorry about that.

I made the proposed changes: fixed the copyright and removed the commented out detect-project.

@roberthbailey
Copy link
Contributor

LGTM.

@roberthbailey
Copy link
Contributor

Waiting for travis to pass before merging.

@roberthbailey
Copy link
Contributor

Poking travis again....

roberthbailey added a commit that referenced this pull request Mar 5, 2015
Copy download-or-bust helper from gce to aws
@roberthbailey roberthbailey merged commit 83c3c53 into kubernetes:master Mar 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm "Looks good to me", indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants