summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
2012-06-07Get the last path, not the first one (fixes not found on repo change)Nicolás Reynolds
2012-06-04fix https://labs.parabola.nu/issues/30Joshua I. Haase H. (xihh)
fullpkg-find: - «copy_files» function added - removed «circular deps» unused code
2012-06-03Merge branch 'master' of gitpar:libretoolsJoshua I. Haase H. (xihh)
2012-05-26Updating text showed by -h, changing the name of the last program to the ↵Daniel Molina
current one
2012-05-10Repackage every architecture in the arch arrayNicolás Reynolds
2012-05-10Create repo dir if it doesn't existsNicolás Reynolds
2012-05-08Merge branch 'master' of gitpar:libretoolsJoshua I. Haase H. (xihh)
Conflicts: toru-utils
2012-05-05Merge branch 'master' of ssh://gparabola/srv/git/libretoolsNicolás Reynolds
2012-05-05Fixed bury function. Now it actually buries packages and skips if the ↵Nicolás Reynolds
current level is deeper than the requested
2012-05-03Fix base mirrorlist.Michał Masłowski
2012-04-29librebasebuilder: Avoid mkarchroot's configuration replacements, fixes #94.Michał Masłowski
2012-04-10Run db-update on the server after uploading packagesNicolás Reynolds
2012-04-10Merge branch 'master' of ssh://gparabola/libretoolsNicolás Reynolds