summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-17allow overriding the yamldir from the environmentLuke Shumaker
2016-06-17fix meta-normalize-stdioLuke Shumaker
2016-06-17Makefile: easy saving of config variablesLuke Shumaker
2016-06-17systemd: learn how to reloadLuke Shumaker
2016-06-17password tracking and changing in etcLuke Shumaker
2016-06-17mv src/parabola_hackers/{load_all_users,users}.go.inLuke Shumaker
2016-06-17Merge remote-tracking branches 'autothing/mod-std' and ↵Luke Shumaker
'autothing/mod-gnuconf' into cmd-chpasswd
2016-06-17fixupLuke Shumaker
2016-06-17fixupLuke Shumaker
2016-06-17clean upLuke Shumaker
2016-06-17move things src/parabola_hackers{/nslcd_backend,}Luke Shumaker
2016-06-17rearrange the go packages a bitLuke Shumaker
2016-06-17simplify licenses to match what LICENSE.txt saysLuke Shumaker
2016-06-17clarify licensesLuke Shumaker
2016-06-17copyright yearsLuke Shumaker
2016-06-17lise libgnulinux cryptLuke Shumaker
2016-06-16respect /usr/bin/nologin as a shellLuke Shumaker
2016-06-16I can't believe I accidentally committed that.Luke Shumaker
2016-06-15cgo is also not happy about anything higher than -O0v20160516Luke Shumaker
2016-06-15cgo does not get along with _FORTIFY_SOURCELuke Shumaker
2016-06-15work on READMELuke Shumaker
2016-06-15Makefile: don't override env CFLAGSLuke Shumaker
2016-06-15better debuggingLuke Shumaker
2016-06-15nshd: use meta-catLuke Shumaker
2016-06-15tidy systemd stuffLuke Shumaker
2016-06-15use autothingLuke Shumaker
2016-06-15Merge remote-tracking branch 'autothing/mod-write-ifchanged'Luke Shumaker
2016-06-15Merge remote-tracking branch 'autothing/mod-gnuconf'Luke Shumaker
2016-06-15Merge remote-tracking branch 'autothing/mod-std'Luke Shumaker
2016-06-15Merge remote-tracking branch 'autothing/core'Luke Shumaker
2016-06-15update LICENSE.txtLuke Shumaker
2016-06-15use git submodulesLuke Shumaker
2016-06-15git mv bin scriptsLuke Shumaker
2016-06-15Merge remote-tracking branch 'hackers/parabola-hackers'Luke Shumaker
# Conflicts: # .gitignore
2016-06-15update `README.md`Luke Shumaker
2016-06-15re-order parabola-hackers.ymlLuke Shumaker
2016-06-15mv hackers-git.yml parabola-hackers.ymlLuke Shumaker
2016-06-15write meta-cat, dumping all data as a single yaml fileLuke Shumaker
2016-06-15common.rb#load_all_users: return a map of uid=>info, instead of an array of ↵Luke Shumaker
infos
2016-06-15.gitignoreLuke Shumaker
2016-06-15do away with pgp-get-keyid-by-uidLuke Shumaker
2016-06-15remove non-tool stuffLuke Shumaker
2016-06-15Write a pacman-make-keyring command, based on MakefileLuke Shumaker
2016-06-15Pull tool configuration into a hackers-git.ymlLuke Shumaker
2016-06-15make meta-check passLuke Shumaker
2016-06-15I'm a moron.Luke Shumaker
All these months, I thought you couldn't extend existing groups.
2016-06-14drop inotify, we can just rely on SIGHUP.Luke Shumaker
much simple. very kiss.
2016-05-31Avoid prefixing things with ./Luke Shumaker
2016-05-31avoid prefixing things with ./Luke Shumaker
2016-05-31fixLuke Shumaker
- 'fix' the values of the _files variables before adjusting them - in the clean variables, std.*_files are public - support suffixing std.clean_files with / to rm -r it. - using double-colon rules breaks automatic dependencies from core - subdirs belongs to core, not this module - sort the dependencies of 'installdirs', for brevity