Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-12 | librechroot: keep a lock on the CHROOTCOPY the whole time | Luke Shumaker | |
2012-11-12 | librechroot: fix a bug in clean_pacman | Luke Shumaker | |
2012-11-12 | I'm embarrassed; I commited non-working file lock codev20121112.2 | Luke Shumaker | |
2012-11-12 | librechroot: learn how to sync copies with rootv20121112.1 | Luke Shumaker | |
2012-11-12 | libremkchroot: don't use cleansystem | Luke Shumaker | |
2012-11-12 | libremakepkg: touch up brackets | Luke Shumaker | |
2012-11-12 | Merge branch 'libretools.conf'v20121112 | Luke Shumaker | |
2012-11-12 | chroot-tools: clean up, make play nice with new devtools | Luke 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-12 | libretools.conf: organize into sections | Luke Shumaker | |
2012-11-12 | libretools.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-12 | libretools.conf: set COMMITCMD=git by default | Luke Shumaker | |
2012-11-12 | libretools.conf: add a shebang to help editors out | Luke Shumaker | |
2012-11-12 | libretools.conf: autodetect DIFFTOOL | Luke Shumaker | |
2012-11-12 | libretools.conf: add [prc] and [java] to REPOS | Luke Shumaker | |
2012-11-12 | libretools.conf: remove CACHEDIR (grep confirms it is unused) | Luke Shumaker | |
2012-11-12 | libretools.conf: improve the "code" section at the end | Luke 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-12 | libretools.conf: clean up .ssh/config recomendation | Luke Shumaker | |
2012-11-12 | touch up libremessages | Luke Shumaker | |
2012-11-07 | add a Makefile to install everythingv20121107 | Luke Shumaker | |
2012-11-07 | chmod 755 src/mips64el-tools/mips-add | Luke Shumaker | |
2012-11-07 | mv libretools.conf src/ | Luke Shumaker | |
2012-11-07 | mv src/pr{,-}tools | Luke Shumaker | |
2012-11-07 | organize the files | Luke Shumaker | |
2012-11-06 | Default DRYRUN to false | Nicolás Reynolds | |
2012-11-05 | Run chcleanup correctly | Nicolás Reynolds | |
2012-11-05 | Follow new tarball placement | Nicolás Reynolds | |
2012-11-05 | Make librechroot use chcleanup | Nicolás Reynolds | |
2012-11-05 | Added DRYRUN mode and use libretools.conf | Nicolás Reynolds | |
2012-11-05 | Be even smarter | Nicolá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-05 | Updated treepkg docs | Nicolás Reynolds | |
2012-11-03 | Inform the upload size | Nicolás Reynolds | |
2012-11-03 | Merge branch 'master' into smart-cleanup | Nicolás Reynolds | |
Conflicts: update-cleansystem | |||
2012-11-03 | Merge branch 'tokyo' | Nicolás Reynolds | |
2012-11-03 | Traverse REPOS backwards | Nicolás Reynolds | |
This ensures packages in stable repos are added last to the path cache | |||
2012-11-03 | Merge branch 'pkgbase-is-not-pkgname' | Nicolás Reynolds | |
2012-11-03 | Set terminal title with libremessages' term_title() | Nicolás Reynolds | |
Useful for showing progress | |||
2012-10-29 | Run is_built against pkgnames | Nicolás Reynolds | |
When pkgbase isn't a valid pkgname, treepkg ended up deciding to build this non-existant package, regardless of packages already built. This commit fixes that by checking is_built against pkgnames instead. | |||
2012-10-29 | Run is_built against pkgname[@] | Nicolás Reynolds | |
Sometimes pkgbase isn't a valid pkgname, so treepkg believes the package isn't built and makepkg fails later if packages are cached ("Part of this group has already been built") or builds anyway and db-update fails because someone else released it before. | |||
2012-10-29 | Merge branch 'master' into tokyo | Nicolás Reynolds | |
Conflicts: update-cleansystem | |||
2012-10-29 | Merge branch 'master' of gparabola:libretools | Nicolás Reynolds | |
2012-10-29 | Print information about packages | Nicolás Reynolds | |
2012-10-29 | Return nothing when missing | Nicolás Reynolds | |
2012-10-20 | Use TokyoCabinet to store the PKGBUILD path cache | Nicolás Reynolds | |
2012-10-20 | Merge branch 'master' into smart-cleanup | Luke Shumaker | |
Conflicts: update-cleansystem | |||
2012-10-20 | Improve update-cleansystem | Luke Shumaker | |
2012-10-20 | Use arrays to better handle whitepsace in libremkchroot | Luke Shumaker | |
2012-10-17 | fix printf | Nicolás Reynolds | |
2012-10-17 | Removed commented lines | Nicolás Reynolds | |
2012-10-17 | Don't fail if depends are empty | Nicolás Reynolds | |
2012-10-01 | Correctly set CARCH | Nicolás Reynolds | |