summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-02enabling network access for autobuilder keyring rebuildHEADmasterAndreas Grapentin
2018-09-27Revert "add debugging"Luke Shumaker
This reverts commit 2315f7dfde7a0923e60a1e19b57a4c52b66864c9.
2018-09-27add debuggingLuke Shumaker
2018-09-27autobuild.sh: Drop support for old versions of librelib conf.shLuke Shumaker
2018-09-27setup: Adjust to work with GnuPG 2.2Luke Shumaker
2018-09-27Setup: Clear *all* XDG variables, not just XDG_CONFIG_DIRLuke Shumaker
2018-01-18makepkg.conf: add Bash syntax hintLuke Shumaker
2018-01-18makepkg.conf: adjust to work with `set -u`Luke Shumaker
2017-09-11suid wrapper: tidy #include commentsLuke Shumaker
- note that _GNU_SOURCE is for clearenv(3) specifically, since it is non-POSIX. - note that error(3) is a GNU extension - note which env functions we get from stdlib.h - don't forget to mention setreuid(3) for unistd.h
2017-09-11suid wrapper: handle errors from getpwuid() and setreuid()Luke Shumaker
2017-06-20adjust to be ready for the next version of conf.shLuke Shumaker
2017-06-20autobuid.sh: Bail if there is an errorLuke Shumaker
2017-06-20autobuild.c: Fix an overwrite-by-1 bugLuke Shumaker
It hasn't ever caused any issues, and it wasn't based on user-supplied input, so not a huge issue.
2017-04-24autobuild: Reset abslibre before trying to do anything.Luke Shumaker
This means that we need a lock on the git repository. Which is fine, I wasn't totally convinced that the old narrower locking was safe anyway.
2017-04-24makepkg.conf: use librelib conf to get the user and home directory.Luke Shumaker
It wasn't handling this nesting correctly: autobuilder -> libremakepkg(root) -> pkgbuild-check-nonfree
2017-04-24Update: modern dbscripts mandates chroot buildingLuke Shumaker
2017-04-24update .ssh/known_hosts: repo is on Winston nowLuke Shumaker
2017-04-24setup: don't crash if there are no LC_* variables setLuke Shumaker
2017-04-24autobuild.sh: tidy a commentLuke Shumaker
2016-07-07tidy a commentLuke Shumaker
2016-07-07tidy/updateLuke Shumaker
2016-06-16tidyLuke Shumaker
2014-07-27Relying on the git directory to be writable for the lockfile is brokenLuke Shumaker
2014-06-24avoid repeating the packager info. Get it from git config when generating a ↵Parabola automatic package builder
gpg key, then get everything from gpg in makepkg.
2014-06-24autobuild.sh: make what files are watched be an argument, use main() to ↵Parabola automatic package builder
prevent partial loading of the file
2014-06-24Oops, I broke the CFLAGS because argc is no longer usedParabola automatic package builder
2014-06-24also disable HOOKPRERELEASE, the forked ssh causes git to hangParabola automatic package builder
2014-06-24Do no input validation in autobuild.c, pass that on to the shell scriptParabola automatic package builder
2014-06-23clean up autobuild.cParabola automatic package builder
2014-06-23improveParabola automatic package builder
2014-06-23fixParabola automatic package builder
2014-06-23update .gitignoreParabola automatic package builder
2014-06-23add .gitconfigParabola automatic package builder
2014-06-23initial commitAutomatic package builder