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

support for tar upload #246

Merged
merged 2 commits into from
Jan 11, 2016
Merged

support for tar upload #246

merged 2 commits into from
Jan 11, 2016

Conversation

deniak
Copy link
Member

@deniak deniak commented Dec 21, 2015

PR #241 didn't include the tar upload to echidna. This is a problem for some WGs.
That PR should fix that.

To upload the tar via curl:

curl 'http://<echidnahost>/api/request' -F "tar=@/some/path/spec.tar" -F "decision=<decision>" -F "token=<token>"

fix #243

@tripu
Copy link
Member

tripu commented Dec 23, 2015

Thank you, @deniak!

It turns out I was working on my own implementation of this before @deniak submitted his PR (I assigned the issue to myself, but I should have been clearer communicating that, and commit my changes earlier…).

I'll see if there's anything useful from my own approach to add here. And also try to add tests for this (and at least keep code coverage at the level it was before).

tripu added a commit that referenced this pull request Jan 11, 2016
@tripu tripu merged commit 9e93870 into master Jan 11, 2016
@tripu tripu deleted the denis/upload-tar branch January 11, 2016 09:21
@tripu
Copy link
Member

tripu commented Jan 11, 2016

Merged as-is so that I don't block this any longer.

A couple of suggested improvements, for the record: #247, #248.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support direct uploading of the TAR file?
2 participants