From: Nicki Křížek Date: Thu, 2 Jul 2026 14:53:10 +0000 (+0200) Subject: Include required meson native files in tarball X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc348e8071df602dd5ef71d165c01d397d599724;p=thirdparty%2Fbind9.git Include required meson native files in tarball The `*tarball*` CI jobs build directly from the unpacked tarball, but the entire ci/ directory was export-ignored. Add the required ci/*.ini scripts so these jobs can pass in CI. --- diff --git a/.gitattributes b/.gitattributes index 79c472aba8..2a6daa45c7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -19,7 +19,10 @@ dangerfile.py export-ignore /.mailmap export-ignore /.reuse export-ignore /.reuse/** export-ignore -/ci export-ignore +/ci/** export-ignore +/ci/common.ini -export-ignore +/ci/tarball.ini -export-ignore +/ci/tarball-nosphinx.ini -export-ignore /cocci export-ignore /cocci/** export-ignore /conftools export-ignore