Skip to content
Snippets Groups Projects
Commit 64eaf2c8 authored by Markus Frosch's avatar Markus Frosch
Browse files

deb: Remove any source changes or buildinfo before running binary build

parent 74be1716
No related branches found
No related tags found
No related merge requests found
Pipeline #17567 passed
......@@ -77,6 +77,8 @@ echo "[ Building binary package ]"
(
set -ex
cd "${BUILDDIR}/${ICINGA_BUILD_PROJECT}"
# Remove source build metadata before binary build
rm -rf ../*.changes ../*.buildinfo
dpkg-buildpackage -rfakeroot -uc -us $binopts
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment