summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
AgeCommit message (Collapse)Author
2016-11-20minorJoey Hess
2016-11-20propellor spinJoey Hess
2016-11-12cleanupJoey Hess
2016-11-11iabak is moving out of joeyconfig to its own separate configJoey Hess
This is to allow multiple admins of iabak to access the privdata. Since there's a single privdata file for all machines in a propellor deployment, and I don't want them to see all my secrets, we needed to break it out.
2016-11-11build fixesJoey Hess
2016-11-10add yipdw as a shardmasterDaniel Brooks
2016-11-10update list of installed packagesDaniel 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-24propellor spinJoey Hess
2016-10-24propellor spinJoey Hess
2016-10-21propellor spinJoey Hess
2016-10-21propellor spinJoey Hess
2016-10-16addJoey Hess
2016-10-16propellor spinJoey Hess
2016-09-23propellor spinJoey Hess
2016-09-16propellor spinJoey Hess
2016-09-16propellor spinJoey Hess
2016-09-16propellor spinJoey Hess
2016-09-16propellor spinJoey Hess
2016-09-16propellor spinJoey Hess
2016-09-15propellor spinJoey Hess
2016-09-15propellor spinJoey Hess
2016-09-12pell not using xen anymoreJoey Hess
2016-09-01propellor spinJoey Hess
2016-09-01propellor spinJoey Hess
2016-09-01Tor.hiddenService: Converted port parameter from Int to Port. (API change)Joey Hess
2016-08-31updatesJoey Hess
2016-08-31propellor spinJoey Hess
2016-08-31propellor spinJoey Hess
2016-08-31propellor spinJoey Hess
2016-08-31propellor spinJoey Hess
2016-08-31propellor spinJoey Hess
2016-08-31propellor spinJoey Hess
2016-08-31propellor spinJoey Hess
2016-08-31propellor spinJoey Hess
2016-08-31propellor spinJoey Hess
2016-08-31propellor spinJoey Hess
2016-08-31propellor spinJoey Hess
2016-06-13convert Architecture to a sumtypeFĂ©lix Sipma
TODO: remove ANDROID (used in GitAnnexBuilder) TODO: add other architectures TODO: rename ARMHF TODO: rename ARMEL (cherry picked from commit 6f36f6cade4e1d8b15c714565e223562c6573099)
2016-05-28deal with systemd's KillUserProcesses changeJoey Hess
* Systemd: Added killUserProcesses property, which can be reverted to return systemd to its default behavior before version 230 started killing processes like screen sessions. * Systemd: Added logindConfigured property.
2016-04-01verify use of gpg keyJoey Hess
having a prompt here makes it clearer to the user why gpg is prompting for a passphrase.
2016-03-30propellor spinJoey Hess
2016-03-27finished the conversion, including my config file!Joey Hess
It builds, but I have not yet tested if it works. Need to verify info propagation, etc.
2016-03-27portedJoey Hess
fixed up chroot to take Props
2016-03-18propellor spinJoey Hess
2016-03-08testJoey Hess
2016-03-07got tired of needing to cherry-pick changes into joeyconfig, wrote a hookJoey Hess
So, when I merge some branch into joeyconfig, config.hs will automatically be updated to point to joeyconfig.hs again, even if the merge changes it. And, when I merge joeyconfig into master, config.hs will be pointed back to config-simple.hs This may also be useful for others who maintain a branch like joeyconfig.