summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-11-11turn off redundant constraints warnings in cabal fileJoey Hess
ghc 7 does not support -fno-warn-redundant-constraints so this can't be done on a per-module basis. It would be good to revert this commit when dropping support for ghc 7.
2016-11-11Clean up build warnings about redundant constraints when built with ghc 8.0.Joey Hess
Only a couple of the constraints were really redundant. The rest are essential to propellor's tracking of Info propigation, so I silenced the warning for those. It would be better to only silence the warning for the functions with the extra constraints, but IIRC warnings can only be silenced on an entire file basis. This commit was sponsored by Andreas on Patreon.
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