summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-27fix ronn stripping too much from the filenamev20130727.1Luke Shumaker
2013-07-27add manpages for librefetchLuke Shumaker
2013-07-27revamp the Makefiles to support manpagesLuke Shumaker
2013-07-27librefetch: fix $pkgdir handling for new-ish versions of makepkgv20130727Luke Shumaker
2013-07-27librefetch: prevent readlink from thinking the filename is a flagLuke Shumaker
2013-07-26pkgbuild-check-*: load conf.sh (it is used)Luke Shumaker
2013-07-14add libregit; a git downloader. Basically parabolaweb-downloadv20130714Luke Shumaker
2013-07-09librefetch: preserve exit status from makepkgLuke Shumaker
2013-07-09librefetch: make the second argument optional, documentLuke Shumaker
2013-07-09librefetch: re-think BUILDDIR logic.Luke Shumaker
2013-07-09librefetch: inhibit symlink creation, rather than removing it afterwardLuke Shumaker
2013-07-08librefetch: print usage errors to stderrLuke Shumaker
2013-07-08librefetch: drop compatibility code for old versions of makepkg.Luke Shumaker
2013-07-08librefetch: don't create modified files until after the help/version modesLuke Shumaker
2013-07-06Merge branch 'master' of ↵v20130706Luke Shumaker
ssh://parabolagnulinux.org:1863/srv/git/packages/libretools
2013-07-06pkgbuild-check-nonfree: also check optdependsLuke Shumaker
2013-07-06pkgbuild-check-nonfree: use printf-type messages, not string interpolation.Luke Shumaker
2013-07-06fix bug in librefetchLuke Shumaker
2013-07-04toru: add missing parenthesis.Michał Masłowski
2013-06-27aur, pkgbuild-check-nonfree: mkmakedepends and mkcheckdepends don't existv20130627Luke Shumaker
2013-06-27add {load,unset}_PKGBUILD to conf.sh, use it.Luke Shumaker
There are a bunch of caveats to loading a PKGBUILD file. This way it is all done correctly in one place. unset_PKGBUILD unsets any functions and variables that are normally set in a PKGBUILD. The list is far more complete than any existing implementation. load_PKGBUILD loads the file given, or "./PKGBUILD" if none is given. But first it calls unset_PKGBUILD and then sets CARCH.
2013-06-27cleanup: set CARCH before loading PKGBUILDLuke Shumaker
2013-06-23librerelease: sort list output.v20130622Luke Shumaker
2013-06-23librechroot: fix mkdir spitting to stderr in clean-pkgs.Luke Shumaker
2013-06-23mv src/librelib src/lib/ # and split librelib into a separate packageLuke Shumaker
2013-06-23mv src/devtools/lib/common.sh src/lib/ # and add common-devtools.mkLuke Shumaker
2013-06-15config.mk: change default value for sbindir to be the same as bindirLuke Shumaker
2013-06-15Makefiles: pull the config section into config.mkLuke Shumaker
2013-06-13lib/conf.sh: remove INCLUDE_CONF_SH line; everything has been migratedLuke Shumaker
2013-06-11librechroot: clarify what config files are installed.Luke Shumaker
2013-06-11libremakepkg: don't remove -N, but discourage its use.v20130611Luke Shumaker
2013-06-11libremakepkg: improve behavior when PACKAGER is not setLuke Shumaker
2013-06-10distcc-tool: fix bugs in odaemonLuke Shumaker
1. The file permissions on /socket were bad, fix this by setting umask 111 2. In some cases, the child socat wouldn't exit. Add trap to killit on exit.
2013-06-10libremakepkg: set PACKAGER in the chroot to reflect the value outside.Luke Shumaker
2013-06-10improve documentation in chroot.confLuke Shumaker
2013-06-10libremakepkg: integrate distcc-toolLuke Shumaker
2013-06-09libremakepkg: fix up clean up routinesLuke Shumaker
2013-06-09distcc-tools: remove automatic ssh configurationLuke Shumaker
2013-06-09add chroot-tools/distcc-tool; it is not used yet thoughLuke Shumaker
2013-06-08makechrootpkg.sh: fix message when deleting a copyLuke Shumaker
2013-06-08librestage: handle PKGDEST better, fix testsv20130608Luke Shumaker
2013-06-08libremakepkg: add -N flag to enable networking, for distcc supportLuke Shumaker
2013-06-08librerelease: fix sign_packages+pinentry-curses breaking the terminalLuke Shumaker
2013-06-08Merge branch 'master' of ↵Luke Shumaker
ssh://parabolagnulinux.org:1863/srv/git/packages/libretools
2013-06-08libretools.conf: tidy upLuke Shumaker
2013-06-08librerelease: print a message before running HOOK{PRE,POST}RELEASELuke Shumaker
2013-06-08librestage: go back to looping over all archesLuke Shumaker
This for users who cross-compile for multiple architectures.
2013-06-08aur: cleanup, fixLuke Shumaker
2013-06-08pkgbuild-check-nonfree: add -c flag to not download a new blacklistLuke Shumaker
2013-06-08pkgbuild-check-licenses: fixLuke Shumaker