<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-cloud-init.git/cloudinit/distros/rhel_util.py, branch rolling</title>
<subtitle> (mirror of https://github.com/vyos/vyos-cloud-init.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-cloud-init.git/atom?h=rolling</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-cloud-init.git/atom?h=rolling'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/'/>
<updated>2021-12-16T02:16:38+00:00</updated>
<entry>
<title>Adopt Black and isort (SC-700) (#1157)</title>
<updated>2021-12-16T02:16:38+00:00</updated>
<author>
<name>James Falcon</name>
<email>james.falcon@canonical.com</email>
</author>
<published>2021-12-16T02:16:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=bae9b11da9ed7dd0b16fe5adeaf4774b7cc628cf'/>
<id>urn:sha1:bae9b11da9ed7dd0b16fe5adeaf4774b7cc628cf</id>
<content type='text'>
Applied Black and isort, fixed any linting issues, updated tox.ini
and CI.
</content>
</entry>
<entry>
<title>Drop vestigial update_resolve_conf_file function (#620)</title>
<updated>2020-10-21T16:11:06+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@brickies.net</email>
</author>
<published>2020-10-21T16:11:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=93cebe009d116230850c770227e9ead5c490c0d0'/>
<id>urn:sha1:93cebe009d116230850c770227e9ead5c490c0d0</id>
<content type='text'>
update_resolve_conf_file is no longer used.  The last reference
to it was removed in c3680475f9c970, which was itself a "remove dead
code" commit.</content>
</entry>
<entry>
<title>LICENSE: Allow dual licensing GPL-3 or Apache 2.0</title>
<updated>2016-12-22T22:04:28+00:00</updated>
<author>
<name>Jon Grimm</name>
<email>jon.grimm@canonical.com</email>
</author>
<published>2016-11-22T23:09:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=b2a9f33616c806ae6e052520a8589113308f567c'/>
<id>urn:sha1:b2a9f33616c806ae6e052520a8589113308f567c</id>
<content type='text'>
This has been a recurring ask and we had initially just made the change to
the cloud-init 2.0 codebase.  As the current thinking is we'll just
continue to enhance the current codebase, its desirable to relicense to
match what we'd intended as part of the 2.0 plan here.

- put a brief description of license in LICENSE file
- put full license versions in LICENSE-GPLv3 and LICENSE-Apache2.0
- simplify the per-file header to reference LICENSE
- tox: ignore H102 (Apache License Header check)

Add license header to files that ship.
Reformat headers, make sure everything has vi: at end of file.

Non-shipping files do not need the copyright header,
but at the moment tests/ have it.
</content>
</entry>
<entry>
<title>Ensure that when a resolve conf object is written we pass the str() version of it</title>
<updated>2015-07-30T22:18:53+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@yahoo-inc.com</email>
</author>
<published>2015-07-30T22:18:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=2fd22530737468a00bfb58eed9b6e231aa6d6652'/>
<id>urn:sha1:2fd22530737468a00bfb58eed9b6e231aa6d6652</id>
<content type='text'>
Instead of passing the raw object and expecting the write_file to work automatically
make sure we explicitly pass the string version of it so that the write_file routine
can correctly encode/decode it as needed.

LP: #1479988</content>
</entry>
<entry>
<title>Respond to review:</title>
<updated>2015-01-27T19:24:22+00:00</updated>
<author>
<name>Barry Warsaw</name>
<email>barry@python.org</email>
</author>
<published>2015-01-27T19:24:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=1e76dad45e3bce4dac5a638dda970fc02a044dbb'/>
<id>urn:sha1:1e76dad45e3bce4dac5a638dda970fc02a044dbb</id>
<content type='text'>
- Remove str() wrappers to second argument to write_files() where it is no
  longer necessary.

Also: Fixed a couple of other octal literals which clearly weren't being
tested.
</content>
</entry>
<entry>
<title>Low hanging Python 3 fruit.</title>
<updated>2015-01-23T02:21:04+00:00</updated>
<author>
<name>Barry Warsaw</name>
<email>barry@python.org</email>
</author>
<published>2015-01-23T02:21:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=3b798b5d5c3caa5d0e8e534855e29010ca932aaa'/>
<id>urn:sha1:3b798b5d5c3caa5d0e8e534855e29010ca932aaa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split net-parsing into own module</title>
<updated>2014-01-22T20:04:39+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@yahoo-inc.com</email>
</author>
<published>2014-01-22T20:04:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=31ece5e92797bf20141878de5dd7cd91559cb336'/>
<id>urn:sha1:31ece5e92797bf20141878de5dd7cd91559cb336</id>
<content type='text'>
The ubuntu/debian networking file parsing function
really is more generic than just a rhel utility function
and can be used by others that want to use this functionality
for there own purposes (say in writing down a freebsd network
format instead) so moving this to its own module to encourage
its usage outside of rhel.
</content>
</entry>
<entry>
<title>Remove 'Copyright SUSE' from the headers</title>
<updated>2013-06-27T11:50:33+00:00</updated>
<author>
<name>Juerg Haefliger</name>
<email>juergh@gmail.com</email>
</author>
<published>2013-06-27T11:50:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=467d45906c4575c1d231af268c47e812356657b8'/>
<id>urn:sha1:467d45906c4575c1d231af268c47e812356657b8</id>
<content type='text'>
Per discussion with Robert @ SUSE since he can't sign the CCA.
</content>
</entry>
<entry>
<title>Move some RHEL distro methods to their own new file</title>
<updated>2013-06-25T06:49:35+00:00</updated>
<author>
<name>Juerg Haefliger</name>
<email>juergh@gmail.com</email>
</author>
<published>2013-06-25T06:49:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=ff4e9912bde07fb88de90f2dda2e8657ef779679'/>
<id>urn:sha1:ff4e9912bde07fb88de90f2dda2e8657ef779679</id>
<content type='text'>
So that they can be used by other handlers.
</content>
</entry>
</feed>
