summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-20ABS to recutilsfauno/recutilsNicolás Reynolds
2012-04-10Started to work on a recutils capable toruNicolá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-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-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.
2012-02-18Use a consistently plural message.Michał Masłowski
2012-02-18Let toru ignore broken PKGBUILDs instead of failing.Michał Masłowski
2012-02-18Fix some toru "unknown errors".Michał Masłowski
2012-02-18Support running toru and toru-path via PATH.Michał Masłowski
2012-02-18Don'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-15Fix passing arguments of libremakepkg to makepkg.Michał Masłowski
2012-02-15Don't remove sudo, makechrootpkg needs it.Michał Masłowski
2012-02-14Add libreaddiff, a script to diff lists of packages in abs or db.Michał Masłowski
2012-02-14Merge branch 'master' into faunoNicolas Reynolds
2012-02-14Update the system before buildingNicolas Reynolds
2012-02-13Add pkgbase to the path listNicolas Reynolds
2012-02-10;)Nicolás Reynolds
2012-02-10Fix the permissions so the user won't get access denied error when they try toJoe
install the package.
2012-02-08Perform cleanups + "bury" packages if neededNicolas Reynolds
2012-02-08cleansystem: file not needed anymore, use update-cleansystem.Joshua Ismael Haase Hernández
2012-02-08librechroot: use update-cleansystem.Joshua Ismael Haase Hernández
update-cleansystem: writes to /etc/libretools.d/cleansystem.
2012-02-06librechroot: -r option creates empty repoJoshua Ismael Haase Hernández
librerelease: exit with error if signing fails
2012-02-06_pkg contained the depth alsoNicolas Reynolds
2012-02-06Treepkg guess repo and put it on BUILDORDER. Also remove libremessages sinceNicolas Reynolds
libretools.conf does this for us.
2012-02-05Use libretools' cleansystemNicolas Reynolds
2012-02-05Make treepkg run HOOKLOCALRELEASE and mipsrelease update the databasesNicolas Reynolds
treepkg should stay away of updating databases, since it can be used inside or outside the chroot. (updating dbs from outside is unnecessary)
2012-02-05Merge branch 'master' into faunoNicolas Reynolds
Conflicts: is_built
2012-02-05Script to update cleansystemNicolás Reynolds
It creates an empty root and prints base and base-devel installation onto cleansystem. Run and commit cleansystem after.
2012-02-04Merge branch 'master' of ssh://gparabola/libretoolsNicolás Reynolds
Conflicts: libremakepkg
2012-02-04Create a repo by default, add [repo] to CHROOT/etc/pacman.conf to use itNicolás Reynolds
2012-02-04Diff PKGBUILDs if duplicate + use https AURNicolás Reynolds
2012-02-04Tool to quickly know if a package is unfreeNicolás Reynolds