summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-05Note on aur usageNicolás Reynolds
2012-11-05Run chcleanup correctlyNicolás Reynolds
2012-11-05Merge branch 'master' of git://ponape.local/libretoolsNicolá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-05Merge branch 'master' of git://ponape.local/libretoolsNicolá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
2012-09-22Deprecate clean-pacman in favor of smart chcleanupNicolás Reynolds
Chcleanup compares the currently installed packages with a clean system list of packages + the package dependencies and removes the leftovers. Treepkg runs it as pre-build hook, so FULLBUILDCMD finds only the needed dependencies.
2012-09-22Last commit before deprecationNicolás Reynolds
Reason: Too complex, makepkg runs three times and removes packages previously installed
2012-09-22Fix skip on built_okNicolás Reynolds
2012-09-22Use PACMAN on FULLBUILDCMDNicolás Reynolds
2012-09-22Bogus output was capturedNicolás Reynolds
2012-09-22ClarificationsNicolás Reynolds
2012-09-22Take -r away from makepkgNicolás Reynolds
2012-09-22Remove cleanup list right after cleanupNicolás Reynolds
2012-09-22Manage dependency installation and removal by tapping into makepkgNicolás Reynolds
2012-09-22Keep the synced database on a permanent dirNicolás Reynolds
2012-09-22Skip already built packagesv20120924Nicolás Reynolds
2012-09-13Export the CARCH correctlyNicolás Reynolds
2012-08-15TODO was implemented alreadyNicolás Reynolds
2012-08-15Toru-where is an utility to find PKGBUILD dirs on toru's path cacheNicolás Reynolds
Use with toru-path
2012-08-10Not all removed files are packagesNicolás Reynolds
2012-08-04Actually resign when signature failedNicolás Reynolds
2012-08-04Only remove synced files, avoids removing packages added by librestage ↵Nicolás Reynolds
during sync
2012-08-04Be more helpfulNicolás Reynolds
2012-06-08fullpkg-find: Use toru -p, fix not finding any dependencies.Michał Masłowski