-
Notifications
You must be signed in to change notification settings - Fork 395
Use trash instead of vndr #244
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
Conversation
|
why? vndr's been in here for what, 2 days?
…On Tue, Feb 28, 2017 at 7:58 AM, Giuseppe Scrivano ***@***.*** > wrote:
it applies on top of: #242 <#242>
------------------------------
You can view, comment on, or merge this pull request online at:
#244
Commit Summary
- Makefile: skip vendor download if not needed
- Makefile: replace vndr with trash
File Changes
- *M* .gitignore
<https://github.com/containers/image/pull/244/files#diff-0> (1)
- *M* .travis.yml
<https://github.com/containers/image/pull/244/files#diff-1> (2)
- *M* Makefile
<https://github.com/containers/image/pull/244/files#diff-2> (27)
Patch Links:
- https://github.com/containers/image/pull/244.patch
- https://github.com/containers/image/pull/244.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#244>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABJ63F2YrZ0b6upQu0DCDSfhQ5YvVgmks5rhEQOgaJpZM4MOkww>
.
|
|
@erikh more details here: LK4D4/vndr#27 |
mtrmac
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM otherwise (deferring to @runcom for the tool choice)
| @go get $(BUILDFLAGS) github.com/vbatts/git-validation | ||
| @go get -u github.com/LK4D4/vndr | ||
| @go get -u github.com/rancher/trash | ||
| @touch tools.timestamp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hum… use a tools.timestamp: Makefile dependency perhaps so that trash is automatically downloaded after pulling a version of the repo with this PR merged?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great idea. I've pushed a new version with this change
trash keeps a cache of the repositories, it is faster even in the case vendor.conf is changed. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
it applies on top of: #242