Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-15 | Toru-where is an utility to find PKGBUILD dirs on toru's path cache | Nicolás Reynolds | |
Use with toru-path | |||
2012-08-10 | Not all removed files are packages | Nicolás Reynolds | |
2012-08-04 | Actually resign when signature failed | Nicolás Reynolds | |
2012-08-04 | Only remove synced files, avoids removing packages added by librestage ↵ | Nicolás Reynolds | |
during sync | |||
2012-08-04 | Be more helpful | Nicolás Reynolds | |
2012-06-08 | fullpkg-find: Use toru -p, fix not finding any dependencies. | Michał Masłowski | |
2012-06-07 | Get the last path, not the first one (fixes not found on repo change) | Nicolás Reynolds | |
2012-06-04 | fix https://labs.parabola.nu/issues/30 | Joshua I. Haase H. (xihh) | |
fullpkg-find: - «copy_files» function added - removed «circular deps» unused code | |||
2012-06-03 | Merge branch 'master' of gitpar:libretools | Joshua I. Haase H. (xihh) | |
2012-05-26 | Updating text showed by -h, changing the name of the last program to the ↵ | Daniel Molina | |
current one | |||
2012-05-10 | Repackage every architecture in the arch array | Nicolás Reynolds | |
2012-05-10 | Create repo dir if it doesn't exists | Nicolás Reynolds | |
2012-05-08 | Merge branch 'master' of gitpar:libretools | Joshua I. Haase H. (xihh) | |
Conflicts: toru-utils | |||
2012-05-05 | Merge branch 'master' of ssh://gparabola/srv/git/libretools | Nicolás Reynolds | |
2012-05-05 | Fixed bury function. Now it actually buries packages and skips if the ↵ | Nicolás Reynolds | |
current level is deeper than the requested | |||
2012-05-03 | Fix base mirrorlist. | Michał Masłowski | |
2012-04-29 | librebasebuilder: Avoid mkarchroot's configuration replacements, fixes #94. | Michał Masłowski | |
2012-04-10 | Run db-update on the server after uploading packages | Nicolás Reynolds | |
2012-04-10 | Merge branch 'master' of ssh://gparabola/libretools | Nicolás Reynolds | |
2012-04-09 | Merge branch 'master' of http://projects.parabolagnulinux.org/libretools | Nicolás Reynolds | |
2012-04-09 | Copy makepkg logs only | Nicolás Reynolds | |
2012-04-08 | Minor improvements | Nicolás Reynolds | |
2012-04-08 | Added license | Nicolás Reynolds | |
2012-04-08 | treepkg documentation | Nicolás Reynolds | |
2012-04-08 | Merge branch 'fauno' | Nicolás Reynolds | |
2012-04-08 | Use system clean file | Nicolás Reynolds | |
2012-04-04 | Pass the build dir as first argument to retake a build | Nicolás Reynolds | |
2012-03-30 | Merge branch 'master' of gitpar:libretools | Joshua I. Haase H. (xihh) | |
2012-03-30 | Enable dependency checks for libremakepkg used by fullpkg, they might be needed. | Michał Masłowski | |
2012-03-30 | libremakepkg: fix passing makepkg arguments. | Michał Masłowski | |
2012-03-30 | fullpkg-find: correctly find CARCH-specific depends and don't needlessly ↵ | Michał Masłowski | |
rebuild kdebase. | |||
2012-03-16 | Merge branch 'fauno' of ssh://gparabola/libretools into fauno | Nicolás Reynolds | |
2012-03-09 | Rename a variable to avoid having it replaced when sourcing PKGBUILDs. | Michał Masłowski | |
2012-03-04 | Add a script for making mips64el base tarballs. | Michał Masłowski | |
2012-03-03 | Merge branch 'master' of gitpar:libretools | Joshua Ismael Haase Hernández | |
2012-02-27 | Fix 4 bugs in lb | Luke Shumaker | |
1. Check if the command exists *and* is executable 2. Quote ${command} in case it contains whitespace, which would break syntax in the test (though, because it uses Bash builtin "[[" instead of the normal "/usr/bin/[", Bash *usually* recovers from this safely. 3. Go ahead and exit with an error if we print a fatal error message, don't keep running. 4. Put "$@" in quotes; it preserves whitespace in the arguments (while still keeping separate arguments separate). | |||
2012-02-27 | Use only one find | Nicolas Reynolds | |
2012-02-27 | Unset pkgbase too | Nicolas Reynolds | |
2012-02-24 | Merge branch 'fauno' of ssh://gparabola/libretools into fauno | Nicolas Reynolds | |
2012-02-24 | Merge branch 'master' into fauno | Nicolas Reynolds | |
2012-02-24 | Start from a build tree using `N=true treepkg /path/to/build/dir` | Nicolas Reynolds | |
Needs flags :) | |||
2012-02-24 | Informe removed packages | Nicolas Reynolds | |
2012-02-18 | Don't error on unfound package, explain why it occurs. | 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-02-18 | Don't run update-cleansystem on each librechroot -c run. | Michał Masłowski | |
Typical mips64el packaging requires one run of it per package, while most package updates don't change the cleansystem set. So it would just use more time and bandwidth. | |||
2012-02-16 | toru-utils: trap shows name of $0 | Joshua Ismael Haase Hernández | |