Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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-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-15 | Fix passing arguments of libremakepkg to makepkg. | Michał Masłowski | |
2012-02-15 | Don't remove sudo, makechrootpkg needs it. | Michał Masłowski | |
2012-02-14 | Add libreaddiff, a script to diff lists of packages in abs or db. | Michał Masłowski | |
2012-02-14 | Merge branch 'master' into fauno | Nicolas Reynolds | |
2012-02-14 | Update the system before building | Nicolas Reynolds | |
2012-02-13 | Add pkgbase to the path list | Nicolas Reynolds | |
2012-02-10 | ;) | Nicolás Reynolds | |
2012-02-10 | Fix the permissions so the user won't get access denied error when they try to | Joe | |
install the package. | |||
2012-02-08 | Perform cleanups + "bury" packages if needed | Nicolas Reynolds | |
2012-02-08 | cleansystem: file not needed anymore, use update-cleansystem. | Joshua Ismael Haase Hernández | |
2012-02-08 | librechroot: use update-cleansystem. | Joshua Ismael Haase Hernández | |
update-cleansystem: writes to /etc/libretools.d/cleansystem. | |||
2012-02-06 | librechroot: -r option creates empty repo | Joshua Ismael Haase Hernández | |
librerelease: exit with error if signing fails | |||
2012-02-06 | _pkg contained the depth also | Nicolas Reynolds | |
2012-02-06 | Treepkg guess repo and put it on BUILDORDER. Also remove libremessages since | Nicolas Reynolds | |
libretools.conf does this for us. | |||
2012-02-05 | Use libretools' cleansystem | Nicolas Reynolds | |
2012-02-05 | Make treepkg run HOOKLOCALRELEASE and mipsrelease update the databases | Nicolas 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-05 | Merge branch 'master' into fauno | Nicolas Reynolds | |
Conflicts: is_built | |||
2012-02-05 | Script to update cleansystem | Nicolás Reynolds | |
It creates an empty root and prints base and base-devel installation onto cleansystem. Run and commit cleansystem after. | |||
2012-02-04 | Merge branch 'master' of ssh://gparabola/libretools | Nicolás Reynolds | |
Conflicts: libremakepkg | |||
2012-02-04 | Create a repo by default, add [repo] to CHROOT/etc/pacman.conf to use it | Nicolás Reynolds | |
2012-02-04 | Diff PKGBUILDs if duplicate + use https AUR | Nicolás Reynolds | |
2012-02-04 | Tool to quickly know if a package is unfree | Nicolás Reynolds | |
2012-02-04 | Removed debug setting | Nicolás Reynolds | |
2012-01-25 | is_built: faster (from fauno's branch) | Joshua Ismael Haase Hernández | |
updated calls to is_built |