summaryrefslogtreecommitdiff
path: root/treepkg
AgeCommit message (Collapse)Author
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-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-22Fix skip on built_okNicolás Reynolds
2012-09-22Use PACMAN on FULLBUILDCMDNicolá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-06-07Get the last path, not the first one (fixes not found on repo change)Nicolá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-04-08Added licenseNicolás Reynolds
2012-04-04Pass the build dir as first argument to retake a buildNicolás Reynolds
2012-02-24Start from a build tree using `N=true treepkg /path/to/build/dir`Nicolas Reynolds
Needs flags :)
2012-02-14Update the system before buildingNicolas Reynolds
2012-02-08Perform cleanups + "bury" packages if neededNicolas Reynolds
2012-02-06_pkg contained the depth alsoNicolas Reynolds
2012-02-06Treepkg guess repo and put it on BUILDORDER. Also remove libremessages sinceNicolas Reynolds
libretools.conf does this for us.
2012-02-05Make treepkg run HOOKLOCALRELEASE and mipsrelease update the databasesNicolas Reynolds
treepkg should stay away of updating databases, since it can be used inside or outside the chroot. (updating dbs from outside is unnecessary)
2012-01-22Quicker is_built, only one call to pacmanNicolas Reynolds
time shows this version is 1s long against 5s from before
2012-01-22Create a work dir and build in orderNicolas Reynolds
2012-01-22Fullpkg redone :)Nicolas Reynolds