| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-12-20 | update | Joey Hess | |
| 2017-12-05 | propellor spin | Joey Hess | |
| 2017-11-22 | Merge branch 'master' into joeyconfig | Joey Hess | |
| 2017-11-22 | propellor spin | Joey Hess | |
| 2017-11-22 | propellor spin | Joey Hess | |
| 2017-11-21 | propellor spin | Joey Hess | |
| 2017-11-19 | need rsync for upload cron job | Joey Hess | |
| 2017-11-18 | reorganized | Joey Hess | |
| 2017-11-18 | fix order | Joey Hess | |
| 2017-11-18 | service restart hostapd stops it for some reason | Joey Hess | |
| 2017-11-18 | propellor spin | Joey Hess | |
| 2017-11-17 | homepower fixes | Joey Hess | |
| 2017-11-17 | propellor spin | Joey Hess | |
| 2017-11-17 | propellor spin | Joey Hess | |
| 2017-11-17 | fixed for bootstrapping honeybee from chroot | Joey Hess | |
| Install dnsmasq first to avoid connfile conflict Don't set up container when in chroot, won't work. Propellor should perhaps prevent this.. | |||
| 2017-11-17 | propellor spin | Joey Hess | |
| 2017-10-15 | seems python2 package is gone or never existed? | Joey Hess | |
| 2017-09-25 | propellor spin | Joey Hess | |
| 2017-09-25 | propellor spin | Joey Hess | |
| 2017-09-25 | propellor spin | Joey Hess | |
| 2017-09-25 | expand BorgRepo, allowing ssh private key to be specified | Joey Hess | |
| * Borg: Converted BorgRepo from a String alias to a data type. (API change) * Borg: Allow specifying ssh private key to use when accessing a borg repo by using the BorgRepoUsing constructor with UseSshKey. This commit was sponsored by Jeff Goeke-Smith on Patreon. | |||
| 2017-09-25 | propellor spin | Joey Hess | |
| 2017-09-25 | propellor spin | Joey Hess | |
| 2017-09-25 | propellor spin | Joey Hess | |
| 2017-08-25 | remove obnam repos setup property | Joey Hess | |
| 2017-08-25 | clarify comment | Joey Hess | |
| And, the borg property adds a :: , so don't need that in the use on branchable. | |||
| 2017-08-25 | propellor spin | Joey Hess | |
| 2017-08-25 | borg backup for pell | Joey Hess | |
| 2017-08-25 | temporarily revert letsencrypt for kite email | Joey Hess | |
| broke my dad's email client somehow | |||
| 2017-08-21 | propellor spin | Joey Hess | |
| 2017-08-21 | propellor spin | Joey Hess | |
| 2017-08-21 | propellor spin | Joey Hess | |
| 2017-08-03 | propellor spin | Joey Hess | |
| 2017-08-03 | Revert "propellor spin" | Joey Hess | |
| This reverts commit 83a708582d790a89af8c7d7806b88653889f8532. | |||
| 2017-08-03 | propellor spin | Joey Hess | |
| 2017-08-03 | propellor spin | Joey Hess | |
| 2017-08-03 | minor | Joey Hess | |
| 2017-08-03 | propellor spin | Joey Hess | |
| 2017-08-03 | propellor spin | Joey Hess | |
| 2017-07-29 | propellor spin | Joey Hess | |
| 2017-07-27 | update | Joey Hess | |
| 2017-07-27 | propellor spin | Joey Hess | |
| 2017-07-27 | propellor spin | Joey Hess | |
| 2017-07-26 | propellor spin | Joey Hess | |
| 2017-07-26 | propellor spin | Joey Hess | |
| 2017-07-26 | propellor spin | Joey Hess | |
| 2017-07-02 | make joey own git.kitenet.net checkout | Joey Hess | |
| I have a cron job updating a file in there.. | |||
| 2017-05-20 | propellor spin | Joey Hess | |
| 2017-05-20 | propellor spin | Joey Hess | |
| 2017-05-15 | Removed dependency on MissingH, instead depends on split and hashable. | Joey Hess | |
| MissingH is a heavy dependency, which pulls in parsec and a bunch of stuff. So eliminating it makes propellor easier to install and less likely to fail to build. changesFileContent now uses hashable's hash. This may not be stable across upgrades, I'm not sure -- but it's surely ok here, as the hash is not stored. socketFile also uses hash. I *think* this is ok, even if it's not stable. If it's not stable, an upgrade might make propellor hash a hostname to a different number, but with 9 digets of number in use, the chances of a collision are small. In any case, I've opned a bug report asking for the stability to be documented, and I think it's intended to be stable, only the documentation is bad. NB: I have not checked that the arch linux and freebsd packages for the new deps, that Propellor.Bootstrap lists, are the right names or even exist. Since propellor depends on hashable, it could be changed to use unordered-containers, rather than containers, which would be faster and perhaps less deps too. This commit was sponsored by Alexander Thompson on Patreon. | |||
