Change tarball filename in copr prepare and match short-commit length

Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
baude
2018-08-06 08:45:34 -05:00
parent 99a37afc3a
commit 3c20bb0e70
2 changed files with 2 additions and 2 deletions

View File

@ -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"