summaryrefslogtreecommitdiff
path: root/toru
AgeCommit message (Collapse)Author
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!!**