-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
add spec file for automated copr builds #12491
Conversation
The subpackages like gvproxy, plugins and machine-cni have been excluded from here. I'm hoping people can just use the official Fedora subpackages. Edit: In case official subpackages are not installable with this podman, I can shove them in here. |
Anybody that needs access to the |
If anyone's curious, I followed this process to setup the autobuild: https://hobo.house/2017/09/03/automate-rpm-builds-from-git-sources-using-copr/ |
@cevich @edsantiago is this a known failure? My PR shouldn't actually bother any existing tests. Edit: spoke too soon, looks like it takes a few seconds to update results from cirrus. |
LGTM |
@containers/podman-maintainers PTAL |
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.
Looks to be based on the fedpkg spec, not the one in contrib/spec, so that's what I compared against. One question, one sad-face for the removal of -tests
, but LGTM overall. Thanks for doing this.
@edsantiago the rpm NVR will now look like: podman-4-$DATE.$TIME . I can add the tests back if these packages will be used for gating somewhere. |
Thanks, I hope the %H%M%S is never needed but it's a good safety net. As for tests, I don't foresee a need for gating on this; and if tests are needed it's very easy to git-clone or rsync them. I think you're right to keep this spec as clean as possible. |
@edsantiago I don't wanna leave you with a sad face for the holidays :) .. Both your concerns should be addressed now. PTAL. |
Too late, tests are added now :) |
So I just saw! LGTM, and thanks. |
@edsantiago Given that a bunch of PRs get merged everyday, I'm sure we'll need the |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: edsantiago, lsm5, rhatdan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@rhatdan mergeme |
i need to adjust builddeps to make centos stream happy. sending a change in a bit |
This commit along with an upstream webhook will automatically build an rpm at `rhcontainerbot/podman-next` . RPM NVR will be of the form: podman-4-$DATESTAMP.$TIMESTAMP The date and time stamps will reflect the date and time at which they were built in the COPR env which shouldn't lag the PR merge date by a lot. [NO NEW TESTS NEEDED] Signed-off-by: Lokesh Mandvekar <[email protected]>
@rhatdan i added a one-line change in the package name of |
/lgtm |
/hold cancel |
add spec file for automated copr builds
This commit along with an upstream webhook
will automatically build an rpm at
rhcontainerbot/podman-next
.RPM NVR will be of the form:
podman-4-$DATESTAMP.$TIMESTAMP
The date and time stamps will reflect the date and
time at which they were built in the COPR env
which shouldn't lag the PR merge date by a lot.
[NO NEW TESTS NEEDED]
Signed-off-by: Lokesh Mandvekar [email protected]
What this PR does / why we need it:
This commit will automatically trigger rpm rebuilds of podman v4 on the copr
rhcontainerbot/podman-next
https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/
How to verify it
Any PR merge should trigger a new build on the copr.
I have already added the copr webhook to podman's github repo.
Which issue(s) this PR fixes:
None
Special notes for your reviewer:
Needed for early testing of podman with netavark since official Fedora packaging is gonna take forever, and I'm really not in the mood to argue with the Fedora rust gatekeepers until 2022.
@vrothberg @baude @mheon @Luap99 @rhatdan @cevich @edsantiago @TomSweeneyRedHat @flouthoc PTAL.