Files
vasilito facf0c92e0 feat: track all source trees in git — full fork offline-first model
Red Bear OS is a full fork. All sources must be available from git clone
with zero network access. Removed gitignore rules that excluded fetched
source trees under recipes/*/source/, local/recipes/kde/*/source/,
local/recipes/qt/*/source/, and vendor source trees.

Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded.

127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt
frameworks, mesa, wayland, DRM drivers, and every other recipe source.
2026-05-14 10:55:53 +01:00

18 lines
1.2 KiB
Plaintext

#compdef dpatch-edit-patch
_arguments \
'(-d --description)'{-d,--description=}'[description for the new patch, if applicable]' \
'(-o --outdir)'{-o,--outdir=}'[output directory for patches]:patch output directory:_files -/' \
'(-s --sourcedir)'{-s,--sourcedir=}'[source directory]:source directory:_files -/' \
'(-t --tmpdir)'{-t,--tmpdir=}'[temporary directory]:temporary directory:_files -/' \
'(-p --stampdir)'{-p,--stampdir=}'[stamp directory]:stamp directory:_files -/' \
'(-e --exclude)'{-e,--exclude}'[list of files and directories to be excluded]:excluded files and directories:_files' \
'(-b --debianonly)'{-b,--debianonly=}'[unpack .orig.tar.gz before invoking the shell]:path to .orig.tar.gz:_files' \
'(-k --keeptemp)'{-k,--keeptemp}'[keep working source tree after exit]' \
'(-c --clean)'{-c,--clean}'[clean the current directory]' \
'(-l --shell)'{-l,--shell=}'[shell to be invoked]:shell:' \
'(-P --origtargzpath)'{-P,--origtargzpath=}'[colon-separated list of paths containing upstream tarballs, use with -b]:path to upstream tarballs:_dir_list' \
'(-h --help)'{-h,--help}'[help text]' \
'1:patch name:_files -W $PWD/debian/patches -g \*.dpatch\(-.\:r\)' \
'2:base patch name:_files -W $PWD/debian/patches -g \*.dpatch\(-.\:r\)'