summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-07OopsHEADv20190407.1masterLuke Shumaker
2019-04-07Prepare releasev20190407Luke Shumaker
2019-04-07parablaweb-update: Properly restart the serviceLuke Shumaker
2019-04-07Add a .editorconfig fileLuke Shumaker
2019-04-07list-depends: Get much more robust with parsing requirements.txtLuke Shumaker
2019-04-07list-depends: Remove obsolete hacksLuke Shumaker
2019-04-07Add some missing copyright statementsLuke Shumaker
2018-03-26oopsv20180326.1Luke Shumaker
2018-03-26prepare releasev20180326Luke Shumaker
2018-03-26Change my email address lukeshu@sbcglobal.net -> lukeshu@parabola.nuLuke Shumaker
2018-03-26parabolaweb-reporead-rsync: Correctly exit with non-zero on errorLuke Shumaker
2017-11-26reporead-rsync: remove armv7h banIsaac David
duplication of arch=(any) packages has been fixed in dbscripts.
2017-02-14reporead-rsync: Remove mips64el blacklistLuke Shumaker
2017-02-05reporead-rsync: Allow to be `systemctl enable`d without the `.timer` suffixLuke Shumaker
2017-02-05reporead-rsync.timer: Fix [Install] rule.Luke Shumaker
2017-02-05reporead-rsync: Ignore mips64el and armv7h for now.Luke Shumaker
MIPS shouldn't be showing up; so ignoring it is working around a bug in repo. ARM is confusing it because there are discrepancies for arch=(any) packages between x86 and ARM.
2017-02-05reporead-rsync: back off to hourlyLuke Shumaker
I intend to eventually step it back up, but there are some issues right now, and they should get resolved first. Otherwise it's asking the server to commit seppuku.
2017-02-05Makefile: tidyLuke Shumaker
2017-02-05Makefile: fix `make clean`Luke Shumaker
2017-02-05Have webuser be a compile-time config rather than run-time.Luke Shumaker
2017-02-05Makefile: use variable dependencies for C files.Luke Shumaker
2017-02-05fixLuke Shumaker
2017-02-05Makefile: fix systemd unit installation, bump version; fix .gitignorev20170205Luke Shumaker
2017-02-04prepare releasev20170204Luke Shumaker
2017-02-04parabolaweb-reporead-rsync: improveLuke Shumaker
2017-02-04parabolaweb.conf: update the default GITURL.Luke Shumaker
2017-02-04Add a parabolaweb-reporead-rsync tool.Luke Shumaker
2017-02-04Makefile: update for autothing v3Luke Shumaker
2017-02-04Merge remote-tracking branch 'autothing/v3/master'Luke Shumaker
2017-02-04Switch from closure-compiler to uglify-js (reflect commit 2f35bd4).Luke Shumaker
2017-02-03mod: files: handling of directories for the clean ruleLuke Shumaker
2017-01-30(libretools) Fix bugs in autothing.Luke Shumaker
Some of these are that I hadn't originally designed autothing v3 to work with --warn-undefined-variables. Others are just straight-up bugs from inadequate testing.
2017-01-17Tidy the files in the repo root.Luke Shumaker
2017-01-17Backport fixes from work on parabola-hackers.git.Luke Shumaker
- core: Actually support at.Makefile; how it set the internal variable _at.MAKEFILE_LIST was broken if $(at.Makefile) != Makefile - mod: dist: * Don't try to distribute $(files.src.int) files. * Add a comment noting that the lack of the `-P` flag to `cp` is not a bug. - mod: gitfiles: * Correctly list files in $(topsrcdir). * Also enumerate files in git submodules.
2017-01-16Improve documentation.Luke Shumaker
2017-01-16core: Derp, the at.relbase function was broken.Luke Shumaker
2017-01-15Documentation.Luke Shumaker
2017-01-15remove gnustuffLuke Shumaker
2017-01-15Rename gnudoc->texinfoLuke Shumaker
2017-01-15Tidy the gnustuff (and fork off gnudoc).Luke Shumaker
2017-01-15mod: files: fix a misplaced parenLuke Shumaker
2017-01-15mod: gitfiles: doc: re-flow a paragraphLuke Shumaker
2017-01-14Add a top-level Makefile for documentation purposes.Luke Shumaker
2017-01-14Update config.mk.inLuke Shumaker
2017-01-14gnuconf: Was missing CPPFLAGSLuke Shumaker
2017-01-14Merge branch 'v2/all' into v3/masterLuke Shumaker
2017-01-14Merge remote-tracking branches 'v2/core', 'v2/mod-dist', ↵Luke Shumaker
'v2/mod-gnu-autoconf', 'v2/mod-gnuconf', 'v2/mod-gnustuff', 'v2/mod-std' and 'v2/mod-write-ifchanged' into v3/master
2016-10-30(systemd) at: files: add missing things to documentatonLuke Shumaker
2016-10-30(systemd) at: mod: don't call on .docLuke Shumaker
2016-10-28(systemd) Autothing documentationLuke Shumaker