summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-16toru-utils: trap shows name of $0Joshua Ismael Haase Hernández
2012-02-16update-cleansystem: doesn't show erros of not avaliable db on tempdirJoshua Ismael Haase Hernández
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
2012-02-04Removed debug settingNicolás Reynolds
2012-01-25is_built: faster (from fauno's branch)Joshua Ismael Haase Hernández
updated calls to is_built
2012-01-25libremakepkg: pass arguments to makechrootpkg correctlyJoshua Ismael Haase Hernández
2012-01-24Merge http://projects.parabolagnulinux.org/libretoolsJoshua Ismael Haase Hernández
2012-01-24Merge branch 'master' into faunoNicolas Reynolds
2012-01-24Fixed ID errorNicolas Reynolds
2012-01-23Use -dd to avoid having dependencies versions tooNicolas Reynolds
2012-01-22Merge branch 'master' of gitpar:libretoolsJoshua Ismael Haase Hernández
2012-01-22Quicker is_built, only one call to pacmanNicolas Reynolds
time shows this version is 1s long against 5s from before
2012-01-22Create a work dir and build in orderNicolas Reynolds
2012-01-22Fullpkg redone :)Nicolas Reynolds
2012-01-21Merging fullpkgNicolas Reynolds
2012-01-21Merge branch 'master' into faunoNicolas Reynolds
Conflicts: fullpkg toru
2012-01-21noupdate checkNicolas Reynolds
2012-01-11fullpkg: corrected some error.Joshua Ismael Haase Hernández
2012-01-05Be more informative + don't allow empty SIGEXTNicolás Reynolds
2012-01-05Don't run as root, since it won't work if WORKDIR is not an absolute pathNicolás Reynolds
2011-12-31write libremkchrootv20111231Luke Shumaker
2011-12-31Fix renamed variable in libremakepkg (s/CHROOTNAME/CHROOT/)Luke Shumaker
2011-12-31fix typo in usage output for librecommitLuke Shumaker
2011-12-28fullpkg: split in fullpkg-find and fullpkg-buildJoshua Ismael Haase Hernández
fullpkg-build: build, download and custom command on <build_dir> fullpkg-find: create a build_dir or append new building instruction libretools-mips64el: deprecation process pkgbuild-check-nonfree: minor bug corrected