Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | common: merge only_for_archs and noarch=yes into one. | Enno Boland | 2019-02-15 | 1 | -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 Boland | 2018-09-07 | 1 | -10/+1 |
| | | | | inconistent staging | ||||
* | hooks/register-pkg: register 32bit pkgs in cross mode too. | Juan RP | 2015-02-08 | 1 | -8/+7 |
| | | | | You can now build 32bit pkgs in cross compilation mode (-a i686). | ||||
* | replace nonfree=yes with repository=nonfree. | Enno Boland | 2014-11-05 | 1 | -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 RP | 2014-10-14 | 1 | -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 RP | 2014-08-14 | 1 | -0/+1 |
| | |||||
* | hooks/xdelta: use silent output; those warnings are too noisy. | Juan RP | 2014-08-14 | 1 | -6/+4 |
| | |||||
* | common/hooks: delta creation: only generate own delta for own ↵ | Enno Boland | 2014-08-13 | 1 | -1/+1 |
| | | | | XBPS_TARGET_MACHINE | ||||
* | hooks/xdelta: style twerks. | Juan RP | 2014-08-13 | 1 | -2/+1 |
| | |||||
* | common/hooks: remove config variable enable vcdiff generation. | Enno Boland | 2014-08-12 | 1 | -1/+1 |
| | |||||
* | common/hooks: enable repackaging of indexes for xdelta | Enno Boland | 2014-08-12 | 1 | -2/+2 |
| | |||||
* | common/hooks: generate null diffs to the new files itself. | Enno Boland | 2014-08-11 | 1 | -0/+5 |
| | |||||
* | common/hooks: add support for vcdiff creation | Enno Boland | 2014-08-11 | 1 | -0/+24 |
| | |||||
* | Added multilib, multilib/nonfree and debug repositories by default. | Juan RP | 2014-05-05 | 1 | -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 RP | 2014-04-28 | 1 | -1/+1 |
| | |||||
* | hooks: only generate/register 32bit pkgs on x86. | Juan RP | 2014-03-07 | 1 | -0/+3 |
| | |||||
* | common/hooks: enable by default 32bit pkgs for x86_64. | Juan RP | 2014-03-06 | 1 | -1/+1 |
| | |||||
* | common/hooks: new hook to generate 32bit pkgs for x86_64 (WIP). | Juan RP | 2014-03-02 | 1 | -1/+11 |
| | |||||
* | common/hooks/*-pkg: misc tweaks for proper -dbg {creat,registrat}ion. | Juan RP | 2014-03-02 | 1 | -2/+4 |
| | |||||
* | comon/hooks: update pkg hooks to also create/register -dbg pkgs. | Juan RP | 2014-03-02 | 1 | -10/+23 |
| | |||||
* | common/hooks/post-pkg: need hook that registers a binpkg into the local repo. | Juan RP | 2014-03-01 | 1 | -0/+34 |
| | |||||
* | Introduce common/hooks to implement hooks at specified phases. | Juan RP | 2014-02-12 | 1 | -0/+0 |
xbps-src will soon move some stuff to the common hooks directory. |