summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2012-11-03Merge branch 'tokyo'Nicolás Reynolds
2012-11-03Traverse REPOS backwardsNicolás Reynolds
This ensures packages in stable repos are added last to the path cache
2012-11-03Merge branch 'pkgbase-is-not-pkgname'Nicolás Reynolds
2012-11-03Set terminal title with libremessages' term_title()Nicolás Reynolds
Useful for showing progress
2012-10-29Run is_built against pkgnamesNicolá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-29Run 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-29Merge branch 'master' into tokyoNicolás Reynolds
Conflicts: update-cleansystem
2012-10-29Merge branch 'master' of gparabola:libretoolsNicolás Reynolds
2012-10-29Print information about packagesNicolás Reynolds
2012-10-29Return nothing when missingNicolás Reynolds
2012-10-20Use TokyoCabinet to store the PKGBUILD path cacheNicolás Reynolds
2012-10-20Merge branch 'master' into smart-cleanupLuke Shumaker
Conflicts: update-cleansystem
2012-10-20Improve update-cleansystemLuke Shumaker
2012-10-20Use arrays to better handle whitepsace in libremkchrootLuke Shumaker
2012-10-17fix printfNicolás Reynolds
2012-10-17Removed commented linesNicolás Reynolds
2012-10-17Don't fail if depends are emptyNicolás Reynolds
2012-10-01Correctly set CARCHNicolás Reynolds
2012-09-22Remove temp fileNicolás Reynolds
2012-09-22Issue #195 - Install missing packagesNicolás Reynolds