Skip to content
Snippets Groups Projects
Commit 3b479fc6 authored by David Trudgian's avatar David Trudgian
Browse files

make-linux: disable retpoline check vs last release

parent 32f34ad8
No related branches found
No related tags found
5 merge requests!307Etiona test mr,!274dvdstyler package helper for flidas,!273dvdstyler package helper,!248Etiona kernel & firmware - make-linux & make-firmware-free,!179Corrected patch for make-bleachbit
......@@ -68,6 +68,11 @@ echo 'skipabi = true' >> debian.master/rules.d/0-common-vars.mk
echo 'skipmodule = true' >> debian/rules.d/0-common-vars.mk
echo 'skipabi = true' >> debian/rules.d/0-common-vars.mk
# Skip the retpoline check as there is no last release to chaeck against
echo 'skipretpoline = true' >> debian.master/rules.d/0-common-vars.mk
echo 'skipretpoline = true' >> debian/rules.d/0-common-vars.mk
# Do not label packages as unsigned
sed '/bin_pkg_name_unsigned/s/linux-image-unsigned/linux-image/' -i debian/rules.d/0-common-vars.mk
sed 's/.unsigned//' -i debian/scripts/control-create
......
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