<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-cloud-init.git/cloudinit/DataSourceOVF.py, branch crux</title>
<subtitle> (mirror of https://github.com/marekm72/vyos-cloud-init.git)
</subtitle>
<id>https://git.amelek.net/marekm72/vyos-cloud-init.git/atom?h=crux</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/atom?h=crux'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/'/>
<updated>2012-06-07T19:42:38+00:00</updated>
<entry>
<title>1. Adding some new helper files that split off file inclusion, templating, importing, constant usage.</title>
<updated>2012-06-07T19:42:38+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@yahoo-inc.com</email>
</author>
<published>2012-06-07T19:42:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=8900f9cba622eeaf3810003c5a6ff7522312277b'/>
<id>urn:sha1:8900f9cba622eeaf3810003c5a6ff7522312277b</id>
<content type='text'>
1. Move all datasources to a new sources directory
1. Rename some files to be more consistent with python file/module naming.
</content>
</entry>
<entry>
<title>DataSourceOVF: only search for OVF data on ISO9660 filesystems</title>
<updated>2012-02-15T21:03:37+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2012-02-15T21:03:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=4213f7c28c2b6788938b1504e5dec7fcda2b8806'/>
<id>urn:sha1:4213f7c28c2b6788938b1504e5dec7fcda2b8806</id>
<content type='text'>
I believe this will resolve LP: #898373 by making DataSourceOVF restrict
its mounting of filesystems to iso9660.  By doing this, it will never
mount a ext3 (or btrfs or any fs that mountall would fsck) and thus will
avoid any races with that.

LP: #898373</content>
</entry>
<entry>
<title>Add HP to Copyright, and Juerg Haefliger Authors.</title>
<updated>2012-01-18T14:07:33+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2012-01-18T14:07:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=2465470c9133041a3b7f5963c579a0f680390ffb'/>
<id>urn:sha1:2465470c9133041a3b7f5963c579a0f680390ffb</id>
<content type='text'>
This copyright change reflects previous changes that Juerg made for pylint and
pep8 cleanups.

From: Juerg Haefliger &lt;juerg.haefliger@hp.com&gt;
Date: Mon, 16 Jan 2012 10:45:12 +0100
</content>
</entry>
<entry>
<title>remove occurences of pylint W0621 (Redefining name xyz from outer scope)</title>
<updated>2012-01-17T20:55:55+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2012-01-17T20:55:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=dcb543887bcb0770bbb7b102e9d6a7c732d0228d'/>
<id>urn:sha1:dcb543887bcb0770bbb7b102e9d6a7c732d0228d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove duplicate imports</title>
<updated>2012-01-17T20:21:34+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2012-01-17T20:21:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=b058de97fd80f0e9bee3eeaa26ab2a83404d77e6'/>
<id>urn:sha1:b058de97fd80f0e9bee3eeaa26ab2a83404d77e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove some pylint line disablings</title>
<updated>2012-01-17T19:57:45+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2012-01-17T19:57:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=d4c5cfd23e693959a1478e4bf59a08e4dce9ca6c'/>
<id>urn:sha1:d4c5cfd23e693959a1478e4bf59a08e4dce9ca6c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[PATCH] PEP8 coding style fixes.</title>
<updated>2012-01-17T19:41:29+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2012-01-17T19:41:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=15e3241ba725a21604e0f3570e755a91b5edba00'/>
<id>urn:sha1:15e3241ba725a21604e0f3570e755a91b5edba00</id>
<content type='text'>
From: Juerg Haefliger &lt;juerg.haefliger@hp.com&gt;

This pulls in the named patch for LP: #914739 with a few other changes.
</content>
</entry>
<entry>
<title>[PATCH 4/4] Fix pylint conventions C0301 (line too long)</title>
<updated>2012-01-17T17:41:09+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2012-01-17T17:41:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=ec070cdf8746651d6dea011bd3ea9a445223028c'/>
<id>urn:sha1:ec070cdf8746651d6dea011bd3ea9a445223028c</id>
<content type='text'>
From: Juerg Haefliger &lt;juerg.haefliger@hp.com&gt;
</content>
</entry>
<entry>
<title>[PATCH 3/4] Fix pylint conventions C0324 (comma not followed by a space)</title>
<updated>2012-01-17T17:35:45+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2012-01-17T17:35:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=1a1da7c11e8bbb7e9f4b06a06ee5d6b18fdc1efc'/>
<id>urn:sha1:1a1da7c11e8bbb7e9f4b06a06ee5d6b18fdc1efc</id>
<content type='text'>
From: Juerg Haefliger &lt;juerg.haefliger@hp.com&gt;
</content>
</entry>
<entry>
<title>[PATCH 2/4] Fix pylint conventions C0322 (operator not preceded by a space)</title>
<updated>2012-01-17T17:34:19+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2012-01-17T17:34:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-cloud-init.git/commit/?id=c33eedb47b2b22c797051da197fd80e74f1db179'/>
<id>urn:sha1:c33eedb47b2b22c797051da197fd80e74f1db179</id>
<content type='text'>
From: Juerg Haefliger &lt;juerg.haefliger@hp.com&gt;
</content>
</entry>
</feed>
