aboutsummaryrefslogtreecommitdiff
path: root/common/hooks/pre-pkg (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: support disabling python shebang rewritingclassabbyamp2024-04-241-0/+4
* common/hooks/pre-pkg/99-pkglint.sh: allow C.utf8 locale in glibc packageAndrew J. Hesford2024-03-131-2/+16
* common/hooks/pre-pkg/04-generate-runtime-deps: partially revert sortingclassabbyamp2024-03-121-2/+2
* xbps-src: split 32bit hook into two stepsDuncaen2023-09-071-0/+87
* xbps-src: consistently use read -r when reading file pathsDuncaen2023-08-312-2/+2
* hooks/gen-rt-deps: Look for rt-deps by subpkg first, common/shlibs laterĐoàn Trần Công Danh2023-08-301-51/+29
* hooks: move prepare-32bit and shlib-provides to post-installĐoàn Trần Công Danh2023-08-302-224/+0
* gen-runtime-deps: verify rdeps for shlib_requires tooĐoàn Trần Công Danh2022-11-301-4/+5
* pre-pkg/04-generate-runtime-deps.sh: avoid conflict with `broken` template varAndrew J. Hesford2022-11-301-4/+4
* hooks/99-pkglint.sh: error when pkg ships gschemas.compiledMichal Vasilek2022-11-221-0/+5
* pkglint: forbid /usr/lib/libexecĐoàn Trần Công Danh2022-11-221-0/+9
* hooks/99-pkglint.sh: error out if /usr/usr path is usedDuncaen2022-11-011-0/+5
* hooks/99-pkglint.sh: error if /usr/share/man/man/ is usedDuncaen2022-09-101-0/+5
* 99-pkglint: forbid /usr/etcĐoàn Trần Công Danh2022-09-061-1/+1
* common/hooks/pre-pkg/04-generate-runtime-deps.sh: fix sorequiresclassabbyamp2022-05-131-3/+3
* common/hooks/pre-pkg/04-generate-runtime-deps.sh: sort deps for reproducibilityclassabbyamp2022-05-131-6/+5
* hooks/99-pkglint.sh: make missing shlib entry not a warningPiotr Wójcik2022-04-221-1/+1
* common: fix tooling section in commentsQuentin Rameau2021-10-241-1/+1
* python3: update to 3.10.0.Andrew J. Hesford2021-10-091-1/+1
* common/hooks: speed up generate-runtime-deps.Érico Nogueira2021-07-221-12/+11
* hooks/prepare-32bit: create packages from all *-develPiotr Wójcik2021-07-102-5/+12
* hooks/prepare-32bit: correct devel packages matchingPiotr Wójcik2021-07-101-2/+2
* base-files: fix conf files replacing each other wrongq662021-02-281-11/+6
* base-files: make some sysctls like kexec setting user-alterableq662021-02-281-6/+11
* hooks/pre-pkg/03-rewrite-python-shebang.sh: use grep -r instead of find.Leah Neukirchen2021-01-301-1/+1
* xbps-src: remove noarchq662021-01-203-14/+3
* hooks: abort if l10n files found in /usr/libĐoàn Trần Công Danh2021-01-091-0/+6
* 99-pkglint-subpkgs: replace grep with case..esacĐoàn Trần Công Danh2020-12-301-5/+9
* 99-pkglint-subpkgs: correct for multiline subpackagesĐoàn Trần Công Danh2020-12-141-9/+15
* xbps-src: consume all shebang arguments during rewriteAndrew J. Hesford2020-06-181-1/+1
* xbps-src: improve python shebang rewritesAndrew J. Hesford2020-06-101-4/+17
* pre-pkg: use existing info to check empty packageĐoàn Trần Công Danh2020-05-311-9/+8
* xbps-src: pre-pkg: allow only white-listed directories.Đoàn Trần Công Danh2020-05-311-1/+26
* xbps-src: remove default python_versionAndrew J. Hesford2020-04-211-7/+5
* pkglint: forbid files generated by mimedb triggerĐoàn Trần Công Danh2020-04-121-0/+9
* hook: python-shebang: check for shebang in the first line onlyĐoàn Trần Công Danh2019-12-281-5/+6
* xbps-src: new pre-pkg hook that prints collected rdeps.Juan RP2019-12-151-0/+7
* base-files: ship bin and lib symlinksCameron Nemo2019-12-141-9/+11
* xbps-src: multiple performance improvementsJuan RP2019-07-102-29/+16
* Revert "xbps-src: multiple performance improvements."Jürgen Buchmüller2019-07-052-16/+29
* xbps-src: multiple performance improvements.Juan RP2019-07-052-29/+16
* 99-pkglint.sh: prevent installing files in /destdirCameron Nemo2019-06-231-1/+1
* xbps-src: exit properly if mktemp(1) fails, not from its subshell.Juan RP2019-06-172-2/+2
* xbps-src: cleaned up usage of mktemp(1).Juan RP2019-06-172-2/+2
* hooks/pre-pkg/05-prepare-32bit.sh: fix symlinksJürgen Buchmüller2019-05-281-1/+5
* 05-preapre-32bit.sh: avoid useless use of catmaxice82019-04-151-1/+1
* 99-pkglint.sh: avoid useless use of catmaxice82019-04-151-1/+1
* 06-shlib-provides.sh: avoid useless use of catmaxice82019-04-151-1/+1
* 05-prepare-32bit.sh: remove dirname usagemaxice82019-04-141-2/+2
* hooks/pre-pkg/05-prepare-32bit: handle files with spacesmaxice82019-04-061-2/+2