aboutsummaryrefslogtreecommitdiff
path: root/common/hooks/post-pkg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common: merge only_for_archs and noarch=yes into one.Enno Boland2019-02-151-2/+2
| | | | | | | | | | | * noarch=yes is replaced with archs=noarch * only_for_archs= is renamed to archs= * archs= allows the use of wildcards and negations; first matching rule applies: * archs="*-musl" will build the pkg only for musl-libcs * archs="~*-musl" will build the pkg only on non-musl-libc * archs="x86_64-musl ~*-musl" will build for x86_64-musl and any non-musl arch. * archs= defaults to "*"
* common/libexec/build.sh: register all packages at once to prevent ↵Enno Boland2018-09-071-10/+1
| | | | inconistent staging
* hooks/register-pkg: register 32bit pkgs in cross mode too.Juan RP2015-02-081-8/+7
| | | | You can now build 32bit pkgs in cross compilation mode (-a i686).
* replace nonfree=yes with repository=nonfree.Enno Boland2014-11-051-4/+4
| | | | | This way it is possible to set up package specific repositories for i.e. specific devices.
* xbps-src: remove WIP repo delta support.Juan RP2014-10-141-27/+0
| | | | | | - it never worked correctly - it's WIP and looks like it will be stalled forever - won't be necessary anymore with xbps-0.42
* xbps-src: added -D to generate repository binary deltas; disabled for now.Juan RP2014-08-141-0/+1
|
* hooks/xdelta: use silent output; those warnings are too noisy.Juan RP2014-08-141-6/+4
|
* common/hooks: delta creation: only generate own delta for own ↵Enno Boland2014-08-131-1/+1
| | | | XBPS_TARGET_MACHINE
* hooks/xdelta: style twerks.Juan RP2014-08-131-2/+1
|
* common/hooks: remove config variable enable vcdiff generation.Enno Boland2014-08-121-1/+1
|
* common/hooks: enable repackaging of indexes for xdeltaEnno Boland2014-08-121-2/+2
|
* common/hooks: generate null diffs to the new files itself.Enno Boland2014-08-111-0/+5
|
* common/hooks: add support for vcdiff creationEnno Boland2014-08-111-0/+24
|
* Added multilib, multilib/nonfree and debug repositories by default.Juan RP2014-05-051-2/+10
| | | | | | - multilib: to store 32bit packages. - multilib/nonfree: to store nonfree 32bit packages. - debug: to store debug packages.
* common/hooks: ignore XBPS_ARCH when cross building.Juan RP2014-04-281-1/+1
|
* hooks: only generate/register 32bit pkgs on x86.Juan RP2014-03-071-0/+3
|
* common/hooks: enable by default 32bit pkgs for x86_64.Juan RP2014-03-061-1/+1
|
* common/hooks: new hook to generate 32bit pkgs for x86_64 (WIP).Juan RP2014-03-021-1/+11
|
* common/hooks/*-pkg: misc tweaks for proper -dbg {creat,registrat}ion.Juan RP2014-03-021-2/+4
|
* comon/hooks: update pkg hooks to also create/register -dbg pkgs.Juan RP2014-03-021-10/+23
|
* common/hooks/post-pkg: need hook that registers a binpkg into the local repo.Juan RP2014-03-011-0/+34
|
* Introduce common/hooks to implement hooks at specified phases.Juan RP2014-02-121-0/+0
xbps-src will soon move some stuff to the common hooks directory.