summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-03-08 08:15:10 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-03-08 08:15:10 +0100
commitd6e295135f9f8ae7e7a83d3ee170e5ef2914cef4 (patch)
treeeac8997acce6117f55f60dc21a47fc693f636bd9
parentd4ff9a8a44552e126f2c6e1ab5fea4845a50833e (diff)
downloadseabios-d6e295135f9f8ae7e7a83d3ee170e5ef2914cef4.tar.gz
don't store src rpm
-rw-r--r--Jenkinsfile3
-rw-r--r--config.bios.qemu1
2 files changed, 4 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 4a8e4d6..82fffe8 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -57,6 +57,9 @@ def RPMBuild() {
# revert spec file tweaks
git reset --hard
+ # drop source rpm
+ rm -rf "${WORKSPACE}/rpms/src"
+
# create rpm package repo
createrepo rpms
'''
diff --git a/config.bios.qemu b/config.bios.qemu
index 381d947..46c277f 100644
--- a/config.bios.qemu
+++ b/config.bios.qemu
@@ -17,3 +17,4 @@ CONFIG_PVSCSI=n
CONFIG_NVME=n
CONFIG_USE_SMM=n
CONFIG_VGAHOOKS=n
+CONFIG_APMBIOS=n \ No newline at end of file