<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/etc/vmware-tools/scripts, branch c-po-patch-1</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-1x.git/atom?h=c-po-patch-1</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=c-po-patch-1'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2023-07-14T20:18:36+00:00</updated>
<entry>
<title>T5195: vyos.util -&gt; vyos.utils package refactoring (#2093)</title>
<updated>2023-07-14T20:18:36+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-07-14T20:18:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d1ca536da448749dff557f13ecae97b124026e96'/>
<id>urn:sha1:d1ca536da448749dff557f13ecae97b124026e96</id>
<content type='text'>
* T5195: move run, cmd, call, rc_cmd helper to vyos.utils.process

* T5195: use read_file and write_file implementation from vyos.utils.file

Changed code automatically using:

find . -type f -not -path '*/\.*' -exec sed -i 's/^from vyos.util import read_file$/from vyos.utils.file import read_file/g' {} +
find . -type f -not -path '*/\.*' -exec sed -i 's/^from vyos.util import write_file$/from vyos.utils.file import write_file/g' {} +

* T5195: move chmod* helpers to vyos.utils.permission

* T5195: use colon_separated_to_dict from vyos.utils.dict

* T5195: move is_systemd_service_* to vyos.utils.process

* T5195: fix boot issues with missing imports

* T5195: move dict_search_* helpers to vyos.utils.dict

* T5195: move network helpers to vyos.utils.network

* T5195: move commit_* helpers to vyos.utils.commit

* T5195: move user I/O helpers to vyos.utils.io</content>
</entry>
<entry>
<title>vyos-1x-vmware: T3682: remove dhclient from ether-resume.py</title>
<updated>2021-07-15T03:52:44+00:00</updated>
<author>
<name>Yun Zheng Hu</name>
<email>yunzheng.hu@gmail.com</email>
</author>
<published>2021-07-14T23:16:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a2ff17e46ec030168de044ac06ffd5023a3d6a22'/>
<id>urn:sha1:a2ff17e46ec030168de044ac06ffd5023a3d6a22</id>
<content type='text'>
dhclient is already handled by netplug so it's removed to avoid double
renewing of dhcp leases.
</content>
</entry>
<entry>
<title>vmware: T3525: fix invocation of resume script</title>
<updated>2021-05-18T16:57:52+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-05-18T16:57:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=fa05e4267c17d93c4e9594a0ba32e66c7b2a1d61'/>
<id>urn:sha1:fa05e4267c17d93c4e9594a0ba32e66c7b2a1d61</id>
<content type='text'>
Commit dce67433 ("util: T2226: rewrite resume-vm to use run") changed the way
in which the script executed system binaries in a way which could not be
processes by the underlayin infrastructure (lists are not supported, only
strings).
</content>
</entry>
<entry>
<title>vmware: T1028: properly expose syslog identity</title>
<updated>2021-05-18T16:57:32+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-05-18T16:57:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=7de7a1b2d127df85d4224162116c1d4c984b022b'/>
<id>urn:sha1:7de7a1b2d127df85d4224162116c1d4c984b022b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>util: T2226: rewrite resume-vm to use run</title>
<updated>2020-04-06T19:22:35+00:00</updated>
<author>
<name>Thomas Mangin</name>
<email>thomas.mangin@exa.net.uk</email>
</author>
<published>2020-04-05T16:42:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=dce674338bec33a8ba600a85db4e2ce144e3f75b'/>
<id>urn:sha1:dce674338bec33a8ba600a85db4e2ce144e3f75b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vmware: T1028: readd static IP address after resume</title>
<updated>2020-03-01T18:06:41+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-03-01T18:06:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=8dbd849e47e32ebabb382bc3287376e7df35dc09'/>
<id>urn:sha1:8dbd849e47e32ebabb382bc3287376e7df35dc09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Debian: add vyos-1x-vmware package</title>
<updated>2020-01-25T07:47:27+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-01-25T07:47:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=7e00ffa416853720549e9cd147bfcb0b938b004a'/>
<id>urn:sha1:7e00ffa416853720549e9cd147bfcb0b938b004a</id>
<content type='text'>
Split out files required only by VMware systems.
</content>
</entry>
</feed>
