<feed xmlns='http://www.w3.org/2005/Atom'>
<title>veeos-1x.git/src/op_mode/version.py, branch vyos/1.4dev0</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos-contrib/veeos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos-contrib/veeos-1x.git/atom?h=vyos%2F1.4dev0</id>
<link rel='self' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/atom?h=vyos%2F1.4dev0'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/'/>
<updated>2020-06-07T20:49:04+00:00</updated>
<entry>
<title>op-mode: T2558: version: split out CPU info</title>
<updated>2020-06-07T20:49:04+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-06-07T20:49:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=dec99e036a466fbdba2faa17002707b920933db3'/>
<id>urn:sha1:dec99e036a466fbdba2faa17002707b920933db3</id>
<content type='text'>
Instead of using "show version" as catch-all command for information rather
add "show system cpu" op-mode command which is analogous to "show system memory"
which deals with RAM.
</content>
</entry>
<entry>
<title>op-mode: T2558: fix hypervisor bug, add CPU info to "show version"</title>
<updated>2020-06-07T15:08:58+00:00</updated>
<author>
<name>kroy-the-rabbit</name>
<email>kroy@kroy.io</email>
</author>
<published>2020-06-07T15:08:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=760bf1a9bcac34bd786aa62edbe9a01d03e10f99'/>
<id>urn:sha1:760bf1a9bcac34bd786aa62edbe9a01d03e10f99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>op-mode: version: remove unused import statements</title>
<updated>2020-06-07T09:18:56+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-06-07T09:18:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=3bd98a69316c38b55df3a769741d2973698fc1e7'/>
<id>urn:sha1:3bd98a69316c38b55df3a769741d2973698fc1e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>airbag: T2186: improve information reported</title>
<updated>2020-04-20T16:04:56+00:00</updated>
<author>
<name>Thomas Mangin</name>
<email>thomas.mangin@exa.net.uk</email>
</author>
<published>2020-04-20T16:04:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=1169b4298bb8bce5cb36f8fa8601d63c30abe67b'/>
<id>urn:sha1:1169b4298bb8bce5cb36f8fa8601d63c30abe67b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T2305: include release train in "show version" output</title>
<updated>2020-04-16T16:07:27+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-04-16T16:07:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=b4544f196c2beededdd76f581690b1490c755dac'/>
<id>urn:sha1:b4544f196c2beededdd76f581690b1490c755dac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>util: T2226: do not use 2&gt; but DEVNULL</title>
<updated>2020-04-11T13:55:15+00:00</updated>
<author>
<name>Thomas Mangin</name>
<email>thomas.mangin@exa.net.uk</email>
</author>
<published>2020-04-10T23:52:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=79ca3eba0f4667f1dd532e21d41d9b90eeddeed9'/>
<id>urn:sha1:79ca3eba0f4667f1dd532e21d41d9b90eeddeed9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>util: T2226: os.system was wrongly converted to run</title>
<updated>2020-04-09T18:08:24+00:00</updated>
<author>
<name>Thomas Mangin</name>
<email>thomas.mangin@exa.net.uk</email>
</author>
<published>2020-04-09T18:08:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=9875a21bdb26df19f2faf3e81153dea15e4f9e3c'/>
<id>urn:sha1:9875a21bdb26df19f2faf3e81153dea15e4f9e3c</id>
<content type='text'>
os.system does print the ouput of the command, run() does not.
A new function called call() does the printing and return the error code.</content>
</entry>
<entry>
<title>util: T2226: rewrite version oper to use cmd, 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-05T17:09:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=dc261d67c32879bff0909b7fdacb9fbbf8e697c9'/>
<id>urn:sha1:dc261d67c32879bff0909b7fdacb9fbbf8e697c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T1378: extend version file with Git commit ID</title>
<updated>2019-05-13T20:00:42+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-05-13T20:00:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=a8b5fae5581c03c5037c5fdc840be3e5bf984484'/>
<id>urn:sha1:a8b5fae5581c03c5037c5fdc840be3e5bf984484</id>
<content type='text'>
The Git commit ID will be crucial for the future when the full VyOS
build can be reproduced by the one Git commit ID, thus start recording it in
the version file.
</content>
</entry>
<entry>
<title>T644: remove prefixing from all scripts and update environment variables with VyOS paths.</title>
<updated>2018-05-16T14:02:33+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2018-05-16T14:01:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=d4c10902026b76a6372cf738fc98860b29b39759'/>
<id>urn:sha1:d4c10902026b76a6372cf738fc98860b29b39759</id>
<content type='text'>
</content>
</entry>
</feed>
