Compare commits

..

3 Commits

Author SHA1 Message Date
Sebastiaan de Schaetzen (automated)
cf320aae0e Merge remote-tracking branch 'upstream/main'
All checks were successful
Workflows / Wake Runner (push) Successful in 9s
Workflows / Build and Push (push) Successful in 1h43m46s
2025-08-03 02:03:07 +02:00
Jan Alexander Steffens (heftig)
a6de6ded93
Add .gitignore 2025-08-02 03:57:08 +02:00
Jan Alexander Steffens (heftig)
09b4ed49ed
Set SPHINXOPTS 2025-08-02 03:56:06 +02:00
2 changed files with 4 additions and 5 deletions

7
.gitignore vendored
View File

@ -1,4 +1,3 @@
*.zst /*.old
src /*.orig
*.tar.* /*.rej
*.sig

View File

@ -90,7 +90,7 @@ build() {
cd $_srcname cd $_srcname
make all make all
make -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1 make -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1
make htmldocs make htmldocs SPHINXOPTS=-QT
} }
_package() { _package() {