| Commit message (Expand) | Author | Age | Files | Lines |
* | xbps-src: s/git/chroot-git/g | Juan RP | 2014-07-27 | 1 | -1/+1 |
* | Added default void RSA pubkey to avoid interactivity in binary-bootstrap. | Juan RP | 2014-07-01 | 1 | -0/+2 |
* | Revert "xbps-src: do not propagate -H into XBPS_OPTIONS; the hostdir has a fi... | Juan RP | 2014-07-01 | 1 | -1/+1 |
* | xbps-src: do not propagate -H into XBPS_OPTIONS; the hostdir has a fixed path... | Juan RP | 2014-07-01 | 1 | -1/+1 |
* | xbps-src: if etc/conf does not exist fallback to ~/.xbps-src.conf. | Juan RP | 2014-07-01 | 1 | -4/+7 |
* | xbps-src: added -G to enable XBPS_USE_GIT_REVS. | Juan RP | 2014-07-01 | 1 | -1/+4 |
* | Implemented support for permanent pkg build options (globally or per-pkg). | Juan RP | 2014-06-30 | 1 | -4/+6 |
* | xbps-src: added support for the "tags" variable and require xbps>=0.37. | Juan RP | 2014-06-06 | 1 | -2/+2 |
* | xbps-src: clean target without args removes autodeps/{build,dest}dir now. | Juan RP | 2014-05-23 | 1 | -8/+16 |
* | xbps-src: add list target to usage(). | Juan RP | 2014-05-20 | 1 | -0/+3 |
* | xbps-src: use local repo first for the binary-bootstrap target, append remote... | Juan RP | 2014-05-20 | 1 | -3/+3 |
* | xbps-src: fix bootstrap target with gcc being part of it. | Juan RP | 2014-05-19 | 1 | -1/+10 |
* | xbps-src: wait for child processes before exiting. | Juan RP | 2014-05-15 | 1 | -0/+1 |
* | xbps-src: only remove autodeps if chroot is ready. | Juan RP | 2014-05-15 | 1 | -1/+0 |
* | xbps-src: remove autodeps before updating bootstrap pkgs. | Juan RP | 2014-05-15 | 1 | -0/+3 |
* | xbps-src: apply indentation and avoid XBPS_MASTERDIR in the chroot case. | Juan RP | 2014-04-28 | 1 | -376/+386 |
* | xbps-src: repair bootstrap target. | Juan RP | 2014-04-28 | 1 | -7/+7 |
* | xbps-src: reconfigure pkgs for !native masterdirs. | Juan RP | 2014-04-24 | 1 | -0/+2 |
* | xbps-src: if ~/.xbps-src.conf exists, read it after etc/conf. | Juan RP | 2014-04-23 | 1 | -0/+4 |
* | xbps-src: improve -r description. | Juan RP | 2014-04-22 | 1 | -3/+4 |
* | xbps-src: add default local repo for the binary-bootstrap target. | Juan RP | 2014-04-22 | 1 | -1/+3 |
* | xbps-src: use default hostdir if unset; added support for x86 chroots ootb. | Juan RP | 2014-04-22 | 1 | -14/+26 |
* | xbps-src: new targets: update-bulk and update-sys. | Juan RP | 2014-04-09 | 1 | -48/+13 |
* | xbps-src: two new targets merging xbps-bulk functionality. | Juan RP | 2014-04-09 | 1 | -0/+59 |
* | xbps-src: new target: show-var <varname> to print the value of <varname>. | Juan RP | 2014-04-09 | 1 | -0/+7 |
* | Update for xbps>=0.35 which contains xbps-uchroot. | Juan RP | 2014-04-01 | 1 | -0/+572 |
* | Removed xbps-src code. It's available on https://github.com/xtraeme/xbps-src. | Juan RP | 2011-11-18 | 43 | -5637/+0 |
* | Reorganize stuff in repo to make xbps-src an independent package. | Juan RP | 2011-11-18 | 9 | -967/+7 |
* | TODO: remove old item. | Juan RP | 2011-11-18 | 1 | -4/+0 |
* | xbps-src: set ETCDIR to PREFIX/etc/xbps by default. | Juan RP | 2011-11-18 | 4 | -6/+6 |
* | xbps-src: remove unneeded assignment. | Juan RP | 2011-11-18 | 1 | -4/+0 |
* | xbps-src: fix usage(). | Juan RP | 2011-11-18 | 1 | -1/+1 |
* | xbps-src: no need to chroot to install xbps-src anymore. | Juan RP | 2011-11-18 | 3 | -17/+27 |
* | xbps-src: no need to subst shell helpers anymore. | Juan RP | 2011-11-18 | 7 | -30/+11 |
* | xbps-src: use XBPS_LIBEXECDIR and XBPS_SHAREDIR in all scripts that need substs. | Juan RP | 2011-11-18 | 5 | -24/+13 |
* | xbps-src: init_func.sh doesn't need to be sed subst anymore. | Juan RP | 2011-11-18 | 2 | -1/+1 |
* | xbps-src: use fixed paths for chroot case, unsubst set_defvars. | Juan RP | 2011-11-18 | 2 | -10/+16 |
* | xbps-src: doinst-helper: we know exact PATH for chroot case, use it. | Juan RP | 2011-11-18 | 1 | -2/+10 |
* | xbps-src: remove getdeps-helper, unused; don't install chroot-helper in chroot. | Juan RP | 2011-11-18 | 2 | -25/+2 |
* | xbps-src: install_pkg: we know exact PATH for chroot case, use it. | Juan RP | 2011-11-18 | 1 | -2/+7 |
* | xbps-src: set_defvars: we know exact PATH for chroot case, use it. | Juan RP | 2011-11-18 | 1 | -3/+7 |
* | xbps-src: tmpl_func.sh doesn't need to be filtered by sed in installation. | Juan RP | 2011-11-18 | 2 | -1/+1 |
* | xbps-src: 'show-revdeps' now looks for hard deps and rshlibs, even faster. | Juan RP | 2011-11-18 | 1 | -8/+7 |
* | xbps-src: use install_pkg() for configure and build targets too. | Juan RP | 2011-11-18 | 2 | -37/+9 |
* | xulrunner: removed, nothing depends on it anymore. | Juan RP | 2011-11-17 | 1 | -9/+0 |
* | xbps-src: sanitize path for IN_CHROOT opts too. | Juan RP | 2011-11-17 | 1 | -1/+4 |
* | New package: libyaml-0.1.4. | Juan RP | 2011-11-17 | 1 | -0/+1 |
* | xbps-src: bump version for last verify_rundeps bugfix. | Juan RP | 2011-11-17 | 1 | -1/+1 |
* | gdbm: update to 1.10, abi_depends bump. | Juan RP | 2011-11-17 | 1 | -1/+1 |
* | xbps-src: [verify_rundeps] safer way to detect invalid SONAMEs. | Juan RP | 2011-11-17 | 1 | -12/+7 |