Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-17 | Toru stores PKGBUILD paths. Fullpkg consults toru path cache to know where to | Nicolas 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-19 | Some fixing | Joshua Ismael Haase Hernández | |
2011-07-15 | Toru caches PKGBUILD paths | Nicolas Reynolds | |
2011-07-15 | Toru now caches all it's processes for better performance | Nicolas Reynolds | |
2011-07-02 | Toru now can find upgrades! | Nicolas Reynolds | |
2011-07-01 | Toru maintains a cache of already processed PKGBUILDs | Nicolas Reynolds | |
2011-06-30 | Merge branch 'master' of ssh://vparabola/srv/git/projects/libretools | Nicolas Reynolds | |
Conflicts: toru | |||
2011-06-30 | minor fixes | Nicolas Reynolds | |
2011-06-28 | * Cleanup code + arch specific separated | Joshua Ismael Haase Hernández | |
2011-06-27 | fixes and tabs -> spaces | Joshua Ismael Haase Hernández | |
2011-06-21 | Toru now can compare a given ABS repo against the repo.db to show required | Nicolas 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-17 | Toru's outline and TODO | Nicolás Reynolds | |
2011-04-07 | First stub of ABS querying script. Toru is the name of Pacman designer :P | Nicolas Reynolds | |
**Not meant for use yet!!** |