From 386148e201a33c1a0356f5c90a1512bb6e4f27a4 Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Sun, 9 Feb 2014 03:51:48 -0800 Subject: [PATCH] Fix issue where we push rpm into artifact. --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index c4418fdc..0383c8fa 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1015,7 +1015,7 @@ make_rpm () if $jenkins_build_environment; then mkdir artifacts - mv *gz *rpm artifacts + mv *.tar.gz *.rpm artifacts make_target 'maintainer-clean' mv artifacts/* . -- 2.30.2