summaryrefslogtreecommitdiff
path: root/.copr
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2018-08-06 08:45:34 -0500
committerbaude <bbaude@redhat.com>2018-08-06 08:45:34 -0500
commit3c20bb0e704d26e454d4e21547a283971b8832a1 (patch)
treeded0b2758b4e7e0abed874aa10715c80a81c48f8 /.copr
parent99a37afc3ae0616fa99b39ecdb5a436f2150480f (diff)
downloadpodman-3c20bb0e704d26e454d4e21547a283971b8832a1.tar.gz
podman-3c20bb0e704d26e454d4e21547a283971b8832a1.tar.bz2
podman-3c20bb0e704d26e454d4e21547a283971b8832a1.zip
Change tarball filename in copr prepare and match short-commit length
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to '.copr')
-rw-r--r--.copr/prepare.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.copr/prepare.sh b/.copr/prepare.sh
index 8d30b9755..197336a68 100644
--- a/.copr/prepare.sh
+++ b/.copr/prepare.sh
@@ -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"