diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-08-27 16:06:08 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-08-27 16:06:08 +0200 |
commit | 80d717564a77cb117b9a363dd5343c3fc8015805 (patch) | |
tree | efaa47d6b0207bc39869a5405686af7799dfb5a6 | |
parent | b2cc7de860d1818db148c4cf80e015b377ebc0b4 (diff) | |
download | jenkinsfiles-80d717564a77cb117b9a363dd5343c3fc8015805.tar.gz |
repolist all
-rw-r--r-- | Jenkinsfile.mainline | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile.mainline b/Jenkinsfile.mainline index 2a2854e..b253c3d 100644 --- a/Jenkinsfile.mainline +++ b/Jenkinsfile.mainline @@ -25,7 +25,7 @@ def KernelSource() { def KernelRPMBuild() { sh ''' scripts/prepare-kernel.sh - yum repolist + yum repolist all yum-builddep -y kernel.spec scripts/rpm-build.sh -ba kernel.spec createrepo rpms |