summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-20adjust to be ready for the next version of conf.shHEADmasterLuke 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