<feed xmlns='http://www.w3.org/2005/Atom'>
<title>propellor/src/Propellor/Ssh.hs, branch master</title>
<subtitle>gnusosa's centralized propellor repository for hosts spin-up.
</subtitle>
<id>https://git.gnusosa.net/propellor/atom?h=master</id>
<link rel='self' href='https://git.gnusosa.net/propellor/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/'/>
<updated>2017-05-16T00:09:31Z</updated>
<entry>
<title>Removed dependency on MissingH, instead depends on split and hashable.</title>
<updated>2017-05-16T00:09:31Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2017-05-16T00:09:31Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=ba3bd76f4ade7ffeea3c1837f868f5264d284a8c'/>
<id>urn:sha1:ba3bd76f4ade7ffeea3c1837f868f5264d284a8c</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>fix warning</title>
<updated>2016-03-30T14:49:01Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2016-03-30T14:49:01Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=e9d6c2ce7d15f6e90d4e455db8c9600c62f6a158'/>
<id>urn:sha1:e9d6c2ce7d15f6e90d4e455db8c9600c62f6a158</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid generating excessively long paths to the unix socket file used for ssh connection caching.</title>
<updated>2016-03-25T21:24:54Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2016-03-25T21:24:54Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=9c97ec26003581b1b1238b3921b43ba9baaaa80f'/>
<id>urn:sha1:9c97ec26003581b1b1238b3921b43ba9baaaa80f</id>
<content type='text'>
Mostly. Can still generate a too long one if $HOME is longer than 60 bytes.
</content>
</entry>
<entry>
<title>propellor spin</title>
<updated>2015-10-10T18:45:00Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2015-10-10T18:45:00Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=28fe270223ed56ef8e7fd867573b5ba6a5a221c7'/>
<id>urn:sha1:28fe270223ed56ef8e7fd867573b5ba6a5a221c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove Params constructor</title>
<updated>2015-06-01T17:56:30Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2015-06-01T17:56:30Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=a5bb972d94b2e29f73ecfa4abab275400d0caeef'/>
<id>urn:sha1:a5bb972d94b2e29f73ecfa4abab275400d0caeef</id>
<content type='text'>
Before it gets into released API...
</content>
</entry>
<entry>
<title>Export CommandParam, boolSystem, safeSystem and shellEscape from Propellor.Property.Cmd, so they are available for use in constricting your own Properties when using propellor as a library.</title>
<updated>2015-05-27T16:38:45Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2015-05-27T16:38:45Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=626f1af56f12be63cd78fa4910c55453c23cf5a0'/>
<id>urn:sha1:626f1af56f12be63cd78fa4910c55453c23cf5a0</id>
<content type='text'>
Several imports of Utility.SafeCommand now redundant.
</content>
</entry>
<entry>
<title>propellor spin</title>
<updated>2014-11-22T20:20:02Z</updated>
<author>
<name>Joey Hess</name>
<email>joey@kitenet.net</email>
</author>
<published>2014-11-22T20:20:02Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=a4edc404f0d91db54e13dace7be265a2611de5d6'/>
<id>urn:sha1:a4edc404f0d91db54e13dace7be265a2611de5d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>propellor spin</title>
<updated>2014-11-22T20:06:44Z</updated>
<author>
<name>Joey Hess</name>
<email>joey@kitenet.net</email>
</author>
<published>2014-11-22T20:06:44Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=392a0d3c1cc175161cd0c6d82b098e92d6adf9e6'/>
<id>urn:sha1:392a0d3c1cc175161cd0c6d82b098e92d6adf9e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>factor out ssh module</title>
<updated>2014-11-18T22:42:36Z</updated>
<author>
<name>Joey Hess</name>
<email>joey@kitenet.net</email>
</author>
<published>2014-11-18T22:42:36Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=47bcd4e1306b808311f39f398b0e539700e5efc6'/>
<id>urn:sha1:47bcd4e1306b808311f39f398b0e539700e5efc6</id>
<content type='text'>
</content>
</entry>
</feed>
