]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Include required meson native files in tarball
authorNicki Křížek <nicki@isc.org>
Thu, 2 Jul 2026 14:53:10 +0000 (16:53 +0200)
committerNicki Křížek <nicki@isc.org>
Thu, 30 Jul 2026 14:41:15 +0000 (16:41 +0200)
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.

.gitattributes

index 79c472aba8549393a463cd522bac166b9abdf313..2a6daa45c70b36cda267d001092bdfcf1ef07f14 100644 (file)
@@ -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