-
Notifications
You must be signed in to change notification settings - Fork 45
Image repo references #31
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
Luap99
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
| cat <<EOF | ||
| DESTDIR="/var/tmp/go/src/github.com/containers/image" | ||
| UPSTREAM_REPO="https://github.com/containers/image.git" | ||
| UPSTREAM_REPO="https://github.com/containers/container-libs.git" |
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.
That is most likely not enough but I guess it won't do any harm either so that is fine
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.
Yes, https://github.com/containers/automation_images/blob/a0b436c1239299ebecc4fad849ec3961f305ff98/get_ci_vm/README.md suggests this requires a specific repo layout, where moving everything inside image/ doesn’t transparently work.
(I don’t think I have ever run this script…)
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.
I use this regularly (on podman that is) but yeah once all the other CI stuff is done I can look at this, it is an optional thing so not really a priority
|
LGTM |
|
@mtrmac , can you rebase please? This should fix the tests. |
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Fetch from the right repo, otherwise this is not going to find a recent parent commit, and the check is going to take a very long time. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Should not change behavior. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Just assume module use, nowadays. (Also, drops a link to the old c/image repo location.) Should not change behavior. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Untested! Signed-off-by: Miloslav Trmač <mitr@redhat.com>
6c8c326 to
2857b60
Compare
Update references to
github.com/containers/imagewhere relevant.Note that I didn’t update the reference in
internal/useragent.DefaultUserAgent, that’s an ABI of sorts (well… if anything is checking for that at all.)