Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-09 | Rename a variable to avoid having it replaced when sourcing PKGBUILDs. | Michał Masłowski | |
2012-02-18 | Show a useful error message if a dependency is not found. | Michał Masłowski | |
Should stop the build, somehow doesn't. | |||
2012-02-18 | Use a consistently plural message. | Michał Masłowski | |
2012-02-18 | Let toru ignore broken PKGBUILDs instead of failing. | Michał Masłowski | |
2012-02-18 | Fix some toru "unknown errors". | Michał Masłowski | |
2012-02-18 | Support running toru and toru-path via PATH. | Michał Masłowski | |
2012-01-21 | Merge branch 'master' into fauno | Nicolas Reynolds | |
Conflicts: fullpkg toru | |||
2011-12-27 | libremakepkg: fixed conditionals | Joshua Ismael Haase Hernández | |
toru: -p exit with 1 status if not found | |||
2011-12-25 | toru: -p flag for showing the path of some pkgname | Joshua Ismael Haase Hernández | |
2011-12-21 | Some usage messages added | Joshua Ismael Haase Hernández | |
2011-11-01 | PKGBUILD path caching | Nicolas 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-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!!** |