summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-13Allow installation after the first passfauno/newrootNicolás Reynolds
2012-08-22Fixed infinite loop and base creationNicolás Reynolds
2012-08-22Merge branch 'master' into newrootNicolás Reynolds
Conflicts: treepkg
2012-08-15TODO was implemented alreadyNicolás Reynolds
2012-08-15Toru-where is an utility to find PKGBUILD dirs on toru's path cacheNicolás Reynolds
Use with toru-path
2012-08-10Not all removed files are packagesNicolás Reynolds
2012-08-04Actually resign when signature failedNicolás Reynolds
2012-08-04Only remove synced files, avoids removing packages added by librestage ↵Nicolás Reynolds
during sync
2012-08-04Be more helpfulNicolás Reynolds
2012-08-04New root creation scriptsNicolás Reynolds
2012-08-01TODO message was already implementedNicolás Reynolds
2012-06-08fullpkg-find: Use toru -p, fix not finding any dependencies.Michał Masłowski
2012-06-07Get the last path, not the first one (fixes not found on repo change)Nicolás Reynolds
2012-06-04fix https://labs.parabola.nu/issues/30Joshua I. Haase H. (xihh)
fullpkg-find: - «copy_files» function added - removed «circular deps» unused code
2012-06-03Merge branch 'master' of gitpar:libretoolsJoshua I. Haase H. (xihh)
2012-05-26Updating text showed by -h, changing the name of the last program to the ↵Daniel Molina
current one
2012-05-10Repackage every architecture in the arch arrayNicolás Reynolds
2012-05-10Create repo dir if it doesn't existsNicolás Reynolds
2012-05-08Merge branch 'master' of gitpar:libretoolsJoshua I. Haase H. (xihh)
Conflicts: toru-utils
2012-05-05Merge branch 'master' of ssh://gparabola/srv/git/libretoolsNicolás Reynolds
2012-05-05Fixed bury function. Now it actually buries packages and skips if the ↵Nicolás Reynolds
current level is deeper than the requested
2012-05-03Fix base mirrorlist.Michał Masłowski
2012-04-29librebasebuilder: Avoid mkarchroot's configuration replacements, fixes #94.Michał Masłowski
2012-04-10Run db-update on the server after uploading packagesNicolás Reynolds
2012-04-10Merge branch 'master' of ssh://gparabola/libretoolsNicolás Reynolds
2012-04-09Merge branch 'master' of http://projects.parabolagnulinux.org/libretoolsNicolás Reynolds
2012-04-09Copy makepkg logs onlyNicolás Reynolds
2012-04-08Minor improvementsNicolás Reynolds
2012-04-08Added licenseNicolás Reynolds
2012-04-08treepkg documentationNicolás Reynolds
2012-04-08Merge branch 'fauno'Nicolás Reynolds
2012-04-08Use system clean fileNicolás Reynolds
2012-04-04Pass the build dir as first argument to retake a buildNicolás Reynolds
2012-03-30Merge branch 'master' of gitpar:libretoolsJoshua I. Haase H. (xihh)
2012-03-30Enable dependency checks for libremakepkg used by fullpkg, they might be needed.Michał Masłowski
2012-03-30libremakepkg: fix passing makepkg arguments.Michał Masłowski
2012-03-30fullpkg-find: correctly find CARCH-specific depends and don't needlessly ↵Michał Masłowski
rebuild kdebase.
2012-03-16Merge branch 'fauno' of ssh://gparabola/libretools into faunoNicolás Reynolds
2012-03-09Rename a variable to avoid having it replaced when sourcing PKGBUILDs.Michał Masłowski
2012-03-04Add a script for making mips64el base tarballs.Michał Masłowski
2012-03-03Merge branch 'master' of gitpar:libretoolsJoshua Ismael Haase Hernández
2012-02-27Fix 4 bugs in lbLuke 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-27Use only one findNicolas Reynolds
2012-02-27Unset pkgbase tooNicolas Reynolds
2012-02-24Merge branch 'fauno' of ssh://gparabola/libretools into faunoNicolas Reynolds
2012-02-24Merge branch 'master' into faunoNicolas Reynolds
2012-02-24Start from a build tree using `N=true treepkg /path/to/build/dir`Nicolas Reynolds
Needs flags :)
2012-02-24Informe removed packagesNicolas Reynolds
2012-02-18Don't error on unfound package, explain why it occurs.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.