<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/migration-scripts/webproxy, branch sagitta</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=sagitta</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=sagitta'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2023-08-02T09:12:23+00:00</updated>
<entry>
<title>T5427: Fix migration script arguments len expects 2 args</title>
<updated>2023-08-02T09:12:23+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-08-02T09:12:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d1923b7b58795f0d9635ae0e8df110f591881bdf'/>
<id>urn:sha1:d1923b7b58795f0d9635ae0e8df110f591881bdf</id>
<content type='text'>
The script's name is always provided as the first argument sys.argv[0]
Expected length for argv is 2 (script itself + config file)

Change: 'if (len(argv) &lt; 1)' to 'if len(argv) &lt; 2'
</content>
</entry>
<entry>
<title>[webproxy] T1203: do not attempt to migrate proxy-bypass if it doesn't exist.</title>
<updated>2019-01-25T23:36:57+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2019-01-25T23:36:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=4960c354afc207814cec419daf0a04d53703d63a'/>
<id>urn:sha1:4960c354afc207814cec419daf0a04d53703d63a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T1060: build fix for wrong config-version number</title>
<updated>2018-12-07T19:00:14+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2018-12-07T19:00:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a2ef71b8878f395d4d259a75df3d68695fd7c004'/>
<id>urn:sha1:a2ef71b8878f395d4d259a75df3d68695fd7c004</id>
<content type='text'>
Commit 9d35610c173 ("T1060: add missing version file for webproxy")
assumed that there is a webproxy config version of 0 but we already have 1.

This lead to duplicate files detected by apt.
</content>
</entry>
<entry>
<title>T1060: Add webproxy migration script (proxy-bypass -&gt; whitelist).</title>
<updated>2018-12-02T06:49:27+00:00</updated>
<author>
<name>Dirk Steinkopf</name>
<email>dirk@steinkopf.net</email>
</author>
<published>2018-12-02T06:49:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9fd73cbcc25437169d1eaf627dd56009cb50d32b'/>
<id>urn:sha1:9fd73cbcc25437169d1eaf627dd56009cb50d32b</id>
<content type='text'>
</content>
</entry>
</feed>
