diff options
author | baude <bbaude@redhat.com> | 2018-08-06 08:45:34 -0500 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2018-08-06 08:45:34 -0500 |
commit | 3c20bb0e704d26e454d4e21547a283971b8832a1 (patch) | |
tree | ded0b2758b4e7e0abed874aa10715c80a81c48f8 /.copr | |
parent | 99a37afc3ae0616fa99b39ecdb5a436f2150480f (diff) | |
download | podman-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.sh | 2 |
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" |