mirror of
https://github.com/containers/podman.git
synced 2025-09-10 10:32:19 +08:00
Change tarball filename in copr prepare and match short-commit length
Signed-off-by: baude <bbaude@redhat.com>
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/podman-${COMMIT_SHORT}.tar.gz"
|
||||
git archive --prefix "podman-${COMMIT_SHORT}/" --format "tar.gz" HEAD -o "build/libpod-${COMMIT_SHORT}.tar.gz"
|
||||
|
Reference in New Issue
Block a user