diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-01-22 15:15:06 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-01-22 15:15:06 -0400 |
| commit | e6a14600e9626bc459376d5a6e2f6dc40d6298fd (patch) | |
| tree | 2467528c695d8c6ebeaa7463ec418f085520a564 /src | |
| parent | 13d0f01c70c95d47eb22c850e0ae9bbfff2e7df4 (diff) | |
| parent | 6c673ad4b2b34084b8431eea7026713f38d36d83 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index e7785a00..7e6d3f8c 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -477,7 +477,7 @@ githubMirrors = , ("etckeeper", plzuseurl "http://etckeeper.branchable.com/todo/") ] where - plzuseurl u = "Please submit changes to " ++ u ++ " instead of using github pull requests, which are not part of my workflow. Just open a todo item there and link to a git repository containing your changes. Did you know, git is a distributed system? The git repository doesn't even need to be on github! Please send any complaints to Github; they don't allow turning off pull requests, and their interface to git does not understand that it's a decentralized system. -- A robot acting on behalf of Joey Hess" + plzuseurl u = "Please submit changes to " ++ u ++ " instead of using github pull requests, which are not part of my workflow. Just open a todo item there and link to a git repository containing your changes. Did you know, git is a distributed system? The git repository doesn't even need to be on github! Please send any complaints to Github; they don't allow turning off pull requests or redirecting them elsewhere. -- A robot acting on behalf of Joey Hess" rsyncNetBackup :: [Host] -> Property NoInfo rsyncNetBackup hosts = Cron.niceJob "rsync.net copied in daily" (Cron.Times "30 5 * * *") |
