summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-05-29 09:17:00 +0200
committerGerd Hoffmann <kraxel@redhat.com>2019-05-29 09:17:00 +0200
commit88d3f39fa39d3f643d5186cdb4e7f33a693a06b5 (patch)
tree8ed4d116fa2045224ad466ca387337cce3c6d265
parent9d4f31027945d40cdb0778a54de7ca0557967f4d (diff)
downloadseabios-88d3f39fa39d3f643d5186cdb4e7f33a693a06b5.tar.gz
use createrepo_c
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 82fffe8..bd41b8f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -61,7 +61,7 @@ def RPMBuild() {
rm -rf "${WORKSPACE}/rpms/src"
# create rpm package repo
- createrepo rpms
+ createrepo_c rpms
'''
archiveArtifacts 'rpms/*/*'
}