summaryrefslogtreecommitdiff
path: root/toru
AgeCommit message (Collapse)Author
2012-11-07organize the filesLuke Shumaker
2012-03-09Rename a variable to avoid having it replaced when sourcing PKGBUILDs.Michał Masłowski
2012-02-18Show a useful error message if a dependency is not found.Michał Masłowski
Should stop the build, somehow doesn't.
2012-02-18Use a consistently plural message.Michał Masłowski
2012-02-18Let toru ignore broken PKGBUILDs instead of failing.Michał Masłowski
2012-02-18Fix some toru "unknown errors".Michał Masłowski
2012-02-18Support running toru and toru-path via PATH.Michał Masłowski
2012-01-21Merge branch 'master' into faunoNicolas Reynolds
Conflicts: fullpkg toru
2011-12-27libremakepkg: fixed conditionalsJoshua Ismael Haase Hernández
toru: -p exit with 1 status if not found
2011-12-25toru: -p flag for showing the path of some pkgnameJoshua Ismael Haase Hernández
2011-12-21Some usage messages addedJoshua Ismael Haase Hernández
2011-11-01PKGBUILD path cachingNicolas Reynolds
* Toru is overly complex * Moved path caching to toru-path. Run it without arguments to update the PKGBUILD paths cache * Updated fullpkg to check this new paths cache
2011-08-17Toru stores PKGBUILD paths. Fullpkg consults toru path cache to know where toNicolas Reynolds
find them. Removed package path guessing altogether Usage: (on abs root) toru -u [repo] Do that for every repo, then you can use fullpkg safely
2011-07-19Some fixingJoshua Ismael Haase Hernández
2011-07-15Toru caches PKGBUILD pathsNicolas Reynolds
2011-07-15Toru now caches all it's processes for better performanceNicolas Reynolds
2011-07-02Toru now can find upgrades!Nicolas Reynolds
2011-07-01Toru maintains a cache of already processed PKGBUILDsNicolas Reynolds
2011-06-30Merge branch 'master' of ssh://vparabola/srv/git/projects/libretoolsNicolas Reynolds
Conflicts: toru
2011-06-30minor fixesNicolas Reynolds
2011-06-28* Cleanup code + arch specific separatedJoshua Ismael Haase Hernández
2011-06-27fixes and tabs -> spacesJoshua Ismael Haase Hernández
2011-06-21Toru now can compare a given ABS repo against the repo.db to show requiredNicolas Reynolds
updates. It doesn't store state yet, so it starts from top on every run. Example usage: toru -u $ABSROOT/core To build *all* updates: sudo pacman -Sy pushd $ABSROOT/core >/dev/null for pkg in $(toru -uq $PWD); do pushd $pkg >/dev/null fullpkg popd >/dev/null done
2011-06-17Toru's outline and TODONicolás Reynolds
2011-04-07First stub of ABS querying script. Toru is the name of Pacman designer :PNicolas Reynolds
**Not meant for use yet!!**