<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-live-build.git/components, branch master</title>
<subtitle> (mirror of https://github.com/vyos/vyos-live-build.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-live-build.git/atom?h=master</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-live-build.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/'/>
<updated>2014-08-27T22:59:28+00:00</updated>
<entry>
<title>Moving partial python rewrite to separate branch, let's do it in the jessie+1 cycle rather than go with the current mixed code.</title>
<updated>2014-08-27T22:59:28+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>mail@daniel-baumann.ch</email>
</author>
<published>2014-08-27T21:14:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=bc50443cf043616c7087f383e11bf85cd233c54e'/>
<id>urn:sha1:bc50443cf043616c7087f383e11bf85cd233c54e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Setting default distribution to jessie.</title>
<updated>2014-08-23T22:56:56+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>mail@daniel-baumann.ch</email>
</author>
<published>2014-08-23T06:19:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=23b8ec4ff8163467d260b572ee7524f5f2046a6b'/>
<id>urn:sha1:23b8ec4ff8163467d260b572ee7524f5f2046a6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace subprocess.call() with subprocess.check_call().</title>
<updated>2014-06-17T17:32:37+00:00</updated>
<author>
<name>Kiel Christofferson</name>
<email>kiel@endpoint.com</email>
</author>
<published>2014-05-02T23:19:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=846e8a079578507f576f6cb9e2628cb8ff8ca138'/>
<id>urn:sha1:846e8a079578507f576f6cb9e2628cb8ff8ca138</id>
<content type='text'>
Using check_call(), a non-zero return value from the subprocess will cause the
desired behavior of an aborted build with a stack trace.
</content>
</entry>
<entry>
<title>Correcting os.chmod usage in lb init.</title>
<updated>2014-04-28T17:48:33+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>mail@daniel-baumann.ch</email>
</author>
<published>2014-04-28T17:48:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=21ada8a3481eb838d813cb54fab9e892058ebecd'/>
<id>urn:sha1:21ada8a3481eb838d813cb54fab9e892058ebecd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ensuring correct include directory permissions avoiding tainting of target system in lb init.</title>
<updated>2014-04-26T06:05:32+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>mail@daniel-baumann.ch</email>
</author>
<published>2014-04-25T20:00:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=7ae8b0a13083212092bfb640bc195ff4ac4d7317'/>
<id>urn:sha1:7ae8b0a13083212092bfb640bc195ff4ac4d7317</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run hooks in sorted order (Closes: #745839).</title>
<updated>2014-04-26T06:05:32+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2014-04-25T16:08:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=c3bd85f0de1a14544713fa442bea6e68327877cf'/>
<id>urn:sha1:c3bd85f0de1a14544713fa442bea6e68327877cf</id>
<content type='text'>
glob.glob() returns files in filesystem order, which is unpredictable
on many modern filesystems.
</content>
</entry>
<entry>
<title>Updating copyright notices for 2014.</title>
<updated>2014-02-08T16:47:24+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>mail@daniel-baumann.ch</email>
</author>
<published>2014-02-08T16:47:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=eb336bb782632bea33dac6a8c93bca177de51a33'/>
<id>urn:sha1:eb336bb782632bea33dac6a8c93bca177de51a33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pre-emptively removing occurances of the short name of the Debian derivative from Canonical that cannot be named.</title>
<updated>2013-11-10T08:33:47+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>mail@daniel-baumann.ch</email>
</author>
<published>2013-11-10T08:33:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=30d2c5419428adbafc55dafea90b54493af6099b'/>
<id>urn:sha1:30d2c5419428adbafc55dafea90b54493af6099b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correcting a few copy/paste errors in *-includes python stubs.</title>
<updated>2013-11-10T07:06:45+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>mail@daniel-baumann.ch</email>
</author>
<published>2013-11-10T07:06:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=aaa3b7382f599f53bfe3f86bea021f72a8144b6a'/>
<id>urn:sha1:aaa3b7382f599f53bfe3f86bea021f72a8144b6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correcting file open modes in lb-init.</title>
<updated>2013-11-07T07:43:33+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>mail@daniel-baumann.ch</email>
</author>
<published>2013-11-07T07:43:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=e9b568293663f80db574765d89ab631c915f6131'/>
<id>urn:sha1:e9b568293663f80db574765d89ab631c915f6131</id>
<content type='text'>
</content>
</entry>
</feed>
