summaryrefslogtreecommitdiff
path: root/src/Propellor
AgeCommit message (Collapse)Author
2016-11-11build fixesJoey Hess
2016-11-10concinnityDaniel Brooks
2016-11-10add the new shardmasters to iabakDaniel Brooks
You might want to test Group.hasUser; I wasn't actually able to test it.
2016-10-21propellor spinJoey Hess
2016-10-04propellor spinJoey Hess
2016-10-03Debootstap.installed: Fix inverted logic that made this never install ↵Joey Hess
debootstrap. Thanks, mithrandi. This commit was sponsored by Jake Vosloo on Patreon.
2016-09-24Simplify Debootstrap.sourceInstall since #770217 was fixed.Joey Hess
2016-09-15propellor spinJoey Hess
2016-09-15avoid using a warning to display hidden service hostnameJoey Hess
2016-09-10Merge branch 'joeyconfig'Joey Hess
2016-09-05Sbuild.built: ccache usage now toggleableSean Whitton
2016-09-05piupartsConf{,For} doesn't require Sbuild.builtSean Whitton
Instead, do nothing if the corresponding schroot config does not yet exist. This change is needed because I intend to introduce an additional parameter to Sbuild.built{,For} in a subsequent commit, and it would overcomplicate things to make that an item of Info.
2016-09-05add UNRELEASED-arch-piuparts alias for dgitSean Whitton
2016-09-05factor out code to check host archSean Whitton
2016-09-05add UNRELEASED-arch-sbuild alias for dgitSean Whitton
2016-09-05update Sbuild.piupartsConf docstringSean Whitton
2016-09-05schroot config additions now ensured on each spinSean Whitton
Previously, they were only ensured when first building the schroot.
2016-09-05typoSean Whitton
2016-09-05fix sbuild haddock formattingSean Whitton
2016-09-01Tor.hiddenServiceAvailable: The hidden service hostname file may not be ↵Joey Hess
available immedaitely after configuring tor; avoid ugly error in this case.
2016-09-01propellor spinJoey Hess
2016-09-01Tor.hiddenService: Converted port parameter from Int to Port. (API change)Joey Hess
2016-08-31Merge branch 'joeyconfig'Joey Hess
2016-08-31propellor spinJoey Hess
2016-08-29unusedJoey Hess
2016-08-29propellor spinJoey Hess
2016-08-25update Sbuild docs again re. building for stretchSean Whitton
Building for stretch requires newer sbuild.
2016-08-25update example usage of System typeSean Whitton
2016-08-25fix documentation of recent sbuild changesSean Whitton
2016-08-25don't require Sbuild.keypairGeneratedSean Whitton
This is only needed for building a chroot for squeeze or older, but the code in Sbuild.built fails to configure a squeeze chroot: eatmydata is not available, and there are probably other assumptions that break.
2016-08-25explain how to customise the sbuild chrootSean Whitton
2016-08-25TODOSean Whitton
2016-08-24update sample config for sbuild 0.71.0Sean Whitton
2016-08-20improve Sean's fix, making the wrapper still work with older git versionsJoey Hess
2016-08-20pass --allow-unrelated-histories to git mergeSean Whitton
Fixes merging the /usr/src/propellor git bundle with git 2.9.
2016-08-20add gitVersionJoey Hess
2016-07-29Merge branch 'joeyconfig'Joey Hess
2016-07-29Merge remote-tracking branch 'spwhitton/robust-rngd' into joeyconfigJoey Hess
2016-07-27speed up & document killing running rngdSean Whitton
2016-07-24Merge branch 'joeyconfig'Joey Hess
2016-07-24Merge remote-tracking branch 'spwhitton/robust-rngd'Joey Hess
2016-07-24Ssh.knownHost: Bug fix: Only fix up the owner of the known_hosts file after ↵Joey Hess
it exists.
2016-07-24silence kill when rngd not already runningSean Whitton
2016-07-24process management in keypairInsecurelyGeneratedSean Whitton
This makes Sbuild.keypairInsecurelyGenerated more robust, by handling several conditions that could cause it to fail.
2016-07-18updateJoey Hess
2016-07-11propellor spinJoey Hess
2016-07-11propellor spinJoey Hess
2016-07-11propellor spinJoey Hess
2016-06-23fix Ccache.hs haddockSean Whitton
The Hackage API docs for the 3.1.0 release of propellor failed to build due to my use of '^' in a comment in Ccache.hs.
2016-06-21Merge remote-tracking branch 'spwhitton/reboot'Joey Hess