summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-28fix a typov20121128.2Luke Shumaker
2012-11-28teach libremakepkg "-m" to use a different command than "makepkg"v20121128.1Luke Shumaker
2012-11-28Rewrite libremakepkg to not use makechrootpkgLuke Shumaker
2012-11-28reorganize, add a few features to librechrootLuke Shumaker
2012-11-28fix getopts for libremkchrootLuke Shumaker
2012-11-28libretools.conf: set LIBREUSER and LIBREHOMELuke Shumaker
2012-11-28clean up aurv20121128Luke Shumaker
2012-11-28libretools.conf: remove libretools from CHROOTEXTRAPKG, it is being added to ↵Luke Shumaker
base-devel
2012-11-28libretools.conf: force CHROOT != rootLuke Shumaker
2012-11-28take (some) advantage of chroottools, fix some compatability thingsLuke Shumaker
mkarchroot/archroot's option parsing is a little less flexible (but a lot more understandable) than it was before.
2012-11-28chroot-tools: disable overriding CHROOTDIR at the command lineLuke Shumaker
2012-11-26libremessages: term_title: learn about xterm/rxvtLuke Shumaker
2012-11-13clean up some misc scriptsLuke Shumaker
2012-11-13rm src/update-cleansystemLuke Shumaker
2012-11-13aur: use bash builtins instead of sedv20121113Luke Shumaker
2012-11-13add an '-f' flag to pkgbuild-check-nonfree to let libremakepkg run as rootLuke Shumaker
2012-11-13pkgbuild-check-nonfree: fix a few errors, clean upLuke Shumaker
This includes the notorious command-not-found error triggered in libremakepkg
2012-11-13libremakepkg: fix copy_logLuke Shumaker
2012-11-12librechroot: keep a lock on the CHROOTCOPY the whole timeLuke Shumaker
2012-11-12librechroot: fix a bug in clean_pacmanLuke Shumaker
2012-11-12I'm embarrassed; I commited non-working file lock codev20121112.2Luke Shumaker
2012-11-12librechroot: learn how to sync copies with rootv20121112.1Luke Shumaker
2012-11-12libremkchroot: don't use cleansystemLuke Shumaker
2012-11-12libremakepkg: touch up bracketsLuke Shumaker
2012-11-12Merge branch 'libretools.conf'v20121112Luke Shumaker
2012-11-12chroot-tools: clean up, make play nice with new devtoolsLuke Shumaker
* buildenv: delete; this is done by `mkarchroot` * librechroot: - adopt `archbuild`'s concept of CHROOT and CHROOTCOPY - add `-l` option to set the CHROOTCOPY * libremakepkg: - adopt `archbuild`'s concept of CHROOT and CHROOTCOPY - add `-l` option to set the CHROOTCOPY - pass options to `makechrootpkg` and `makepkg` the way `-h` always said it did * libremkchroot: - adopt `archbuild`'s concept of CHROOT and CHROOTCOPY - remove `-c` option to set the pacman cache - remove `-f` option to force overwrite
2012-11-12libretools.conf: organize into sectionsLuke Shumaker
2012-11-12libretools.conf: clean up CHROOT* settings:Luke Shumaker
* CHROOTEXTRAPKG: add libretools, remove tokyocabinet (dep of libretools) * CHROOT=default new devtools does NOT like 'root'
2012-11-12libretools.conf: set COMMITCMD=git by defaultLuke Shumaker
2012-11-12libretools.conf: add a shebang to help editors outLuke Shumaker
2012-11-12libretools.conf: autodetect DIFFTOOLLuke Shumaker
2012-11-12libretools.conf: add [prc] and [java] to REPOSLuke Shumaker
2012-11-12libretools.conf: remove CACHEDIR (grep confirms it is unused)Luke Shumaker
2012-11-12libretools.conf: improve the "code" section at the endLuke Shumaker
* verify that XDG_CONFIG_HOME is set; if not, then set it * warn about all unconfigured variables, not just the first one * source the user-specific libretools.conf, if it exists
2012-11-12libretools.conf: clean up .ssh/config recomendationLuke Shumaker
2012-11-12touch up libremessagesLuke Shumaker
2012-11-07add a Makefile to install everythingv20121107Luke Shumaker
2012-11-07chmod 755 src/mips64el-tools/mips-addLuke Shumaker
2012-11-07mv libretools.conf src/Luke Shumaker
2012-11-07mv src/pr{,-}toolsLuke Shumaker
2012-11-07organize the filesLuke Shumaker
2012-11-06Default DRYRUN to falseNicolás Reynolds
2012-11-05Run chcleanup correctlyNicolás Reynolds
2012-11-05Follow new tarball placementNicolás Reynolds
2012-11-05Make librechroot use chcleanupNicolás Reynolds
2012-11-05Added DRYRUN mode and use libretools.confNicolás Reynolds
2012-11-05Be even smarterNicolás Reynolds
Only use one pacman call by getting repo.db files from the local cache. Adds a new libretools.conf array for getting extra packages (other than the base system): CHROOTEXTRAPKGS.
2012-11-05Updated treepkg docsNicolás Reynolds
2012-11-03Inform the upload sizeNicolás Reynolds
2012-11-03Merge branch 'master' into smart-cleanupNicolás Reynolds
Conflicts: update-cleansystem