diff options
-rw-r--r-- | Jenkinsfile | 3 | ||||
-rw-r--r-- | config.bios.qemu | 1 |
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 |