<feed xmlns='http://www.w3.org/2005/Atom'>
<title>propellor/src/Propellor/Git.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>2018-02-19T16:46:16Z</updated>
<entry>
<title>Warn again about new upstream version when ~/.propellor was cloned from the Debian git bundle using an older version of propellor that set up an upstream remote.</title>
<updated>2018-02-19T16:46:16Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2018-02-19T16:46:16Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=6f18e665ca8d960a77e437d8edec8f3d14169585'/>
<id>urn:sha1:6f18e665ca8d960a77e437d8edec8f3d14169585</id>
<content type='text'>
This commit was sponsored by Jake Vosloo on Patreon.
</content>
</entry>
<entry>
<title>skip update warning when there's a remote named "upstream"</title>
<updated>2018-01-04T18:48:26Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2018-01-04T18:48:26Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=adc4e56b4e745bf93b17537a777f60e3113a878c'/>
<id>urn:sha1:adc4e56b4e745bf93b17537a777f60e3113a878c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add gitVersion</title>
<updated>2016-08-20T18:52:08Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2016-08-20T18:52:08Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=5020a86907ade611324c66c82cf4ee074789bdd5'/>
<id>urn:sha1:5020a86907ade611324c66c82cf4ee074789bdd5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix build with directory-1.2.6.2.</title>
<updated>2016-04-28T19:31:35Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2016-04-28T19:31:35Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=2e513dc98c51eca1cdfce3715b4a017be39734f7'/>
<id>urn:sha1:2e513dc98c51eca1cdfce3715b4a017be39734f7</id>
<content type='text'>
It's now exporting a conflicting isSymbolicLink
https://github.com/haskell/directory/issues/52

Only a few places in propellor use isSymbolicLink, but to prevent future
problems, made as much of it as possible import Utility.Directory, which
re-exports System.Directory without the conflicting symbol.

(Utility.Tmp and System.Console.Concurrent.Internal cannot import
Utility.Directory due to cycles, and don't use isSymbolicLink anyway.)
</content>
</entry>
<entry>
<title>add missing Control.Applicative imports for old ghc</title>
<updated>2016-01-12T16:35:55Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2016-01-12T16:35:55Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=5ead4f8162873db7d627cf1c2d0b64413d51ef38'/>
<id>urn:sha1:5ead4f8162873db7d627cf1c2d0b64413d51ef38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor into smaller modules to untangle git and gpg modules</title>
<updated>2016-01-03T20:56:00Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2016-01-03T20:56:00Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=f86804fa27a2cf5b1972b14ab41e81edb85ad661'/>
<id>urn:sha1:f86804fa27a2cf5b1972b14ab41e81edb85ad661</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Gpg: use gpg.program from git config</title>
<updated>2016-01-03T20:35:37Z</updated>
<author>
<name>Félix Sipma</name>
<email>felix.sipma@no-log.org</email>
</author>
<published>2016-01-03T15:13:11Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=d5c8e05b750e4251b96becd78bd9faef634482f3'/>
<id>urn:sha1:d5c8e05b750e4251b96becd78bd9faef634482f3</id>
<content type='text'>
(cherry picked from commit dd572a741f1ca4bce8f984c350d9045d979f1813)
</content>
</entry>
<entry>
<title>rewrite getRepoUrl with getGitConfigValue</title>
<updated>2015-12-08T15:58:42Z</updated>
<author>
<name>Sean Whitton</name>
<email>spwhitton@spwhitton.name</email>
</author>
<published>2015-12-06T23:48:48Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=0dab06c92cfef9f46d2e99b9207dba97450d5953'/>
<id>urn:sha1:0dab06c92cfef9f46d2e99b9207dba97450d5953</id>
<content type='text'>
Signed-off-by: Sean Whitton &lt;spwhitton@spwhitton.name&gt;
(cherry picked from commit 3d4c34dece4d295a349ac5b24ec1fbbd3e90f668)
</content>
</entry>
<entry>
<title>implement getGitConfigValue &amp; getGitConfigBool</title>
<updated>2015-12-08T15:58:35Z</updated>
<author>
<name>Sean Whitton</name>
<email>spwhitton@spwhitton.name</email>
</author>
<published>2015-12-06T23:48:15Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=09085c76d76f708361e3670eb6726671ed1ba845'/>
<id>urn:sha1:09085c76d76f708361e3670eb6726671ed1ba845</id>
<content type='text'>
Signed-off-by: Sean Whitton &lt;spwhitton@spwhitton.name&gt;
(cherry picked from commit 1828c6d987f9d499b95610311379dcbdeaa21e33)
</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>
</feed>
