mirror of
https://github.com/containers/podman.git
synced 2025-09-10 00:02:21 +08:00
Test regressions against the RPM spec file
We need to make sure we dont break the RPM spec files week-to-week. If we do, the packagers need to have a place to look at what changes are needed to the SPEC so they can pull the changes into the distributions. Signed-off-by: baude <bbaude@redhat.com> Closes: #1230 Approved by: rhatdan
This commit is contained in:
@ -19,4 +19,4 @@ sed "s,#COMMIT#,${COMMIT},;
|
||||
contrib/spec/podman.spec.in > contrib/spec/podman.spec
|
||||
|
||||
mkdir build/
|
||||
git archive --prefix "podman-${COMMIT_SHORT}/" --format "tar.gz" HEAD -o "build/libpod-${COMMIT_SHORT}.tar.gz"
|
||||
git archive --prefix "libpod-${COMMIT_SHORT}/" --format "tar.gz" HEAD -o "build/libpod-${COMMIT_SHORT}.tar.gz"
|
||||
|
Reference in New Issue
Block a user