<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-op.git, branch debian/0.4</title>
<subtitle>Vyatta bash completion for operational commands (mirror of https://github.com/vyos/vyatta-op.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyatta-op.git/atom?h=debian%2F0.4</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-op.git/atom?h=debian%2F0.4'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/'/>
<updated>2008-04-05T01:01:12+00:00</updated>
<entry>
<title>3.0.2</title>
<updated>2008-04-05T01:01:12+00:00</updated>
<author>
<name>Mark O'Brien</name>
<email>mobrien@vyatta.com</email>
</author>
<published>2008-04-05T01:01:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=50b129eb6a6b4354394d3ae062674d7f3094a75d'/>
<id>urn:sha1:50b129eb6a6b4354394d3ae062674d7f3094a75d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set dependencies on either bash or vyatta-bash</title>
<updated>2008-03-25T01:14:05+00:00</updated>
<author>
<name>rbalocca</name>
<email>rbalocca@vyatta.com</email>
</author>
<published>2008-03-25T01:14:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=33436464fcf7f38e382a9d57c5cba8b761bf0b75'/>
<id>urn:sha1:33436464fcf7f38e382a9d57c5cba8b761bf0b75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Line up the colons with the copyright notice (in show version)</title>
<updated>2008-03-25T01:12:06+00:00</updated>
<author>
<name>rbalocca</name>
<email>rbalocca@vyatta.com</email>
</author>
<published>2008-03-25T01:12:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=6cde107b894e67ae64e19362ad12d0bb3efb853f'/>
<id>urn:sha1:6cde107b894e67ae64e19362ad12d0bb3efb853f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix debian dependencies</title>
<updated>2008-03-21T23:43:50+00:00</updated>
<author>
<name>rbalocca</name>
<email>rbalocca@vyatta.com</email>
</author>
<published>2008-03-21T23:43:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=efe123f7d5abb9fb85e9a12ef2c0800a8a98262f'/>
<id>urn:sha1:efe123f7d5abb9fb85e9a12ef2c0800a8a98262f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'glendale' of git:/git/vyatta-op into glendale</title>
<updated>2008-03-20T01:38:51+00:00</updated>
<author>
<name>Mark O'Brien</name>
<email>mobrien@vyatta.com</email>
</author>
<published>2008-03-20T01:38:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=e20e82fe438a98752b5eaec938615a604a2d2863'/>
<id>urn:sha1:e20e82fe438a98752b5eaec938615a604a2d2863</id>
<content type='text'>
Conflicts:

	debian/changelog
</content>
</entry>
<entry>
<title>3.0.1</title>
<updated>2008-03-19T02:05:07+00:00</updated>
<author>
<name>Mark O'Brien</name>
<email>mobrien@vyatta.com</email>
</author>
<published>2008-03-19T02:05:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=a082439669b5ddc6caa2f78b8832924dd521e1d4'/>
<id>urn:sha1:a082439669b5ddc6caa2f78b8832924dd521e1d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>VC4.0.1</title>
<updated>2008-03-19T00:00:39+00:00</updated>
<author>
<name>Mark O'Brien</name>
<email>mobrien@vyatta.com</email>
</author>
<published>2008-03-19T00:00:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=96e1298d22d441902be207a779055db1a9836f17'/>
<id>urn:sha1:96e1298d22d441902be207a779055db1a9836f17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Better fix for interrupted shell commands problem.</title>
<updated>2008-03-14T16:03:48+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2008-03-14T16:03:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=6911e754d8a5699498dee311a3138298cb07ebaf'/>
<id>urn:sha1:6911e754d8a5699498dee311a3138298cb07ebaf</id>
<content type='text'>
By doing pipeline as:
   eval "( $cmd ) | $PAGER"
this avoids the problem that if top level pipeline is interrupted
the shell puts the command into stopped mode. Since job control
commands are not available in operational mode, the job would stay
stuck.
</content>
</entry>
<entry>
<title>Need to run commands via eval</title>
<updated>2008-03-14T15:51:57+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2008-03-14T15:51:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=67ebf64095378d5108d01a58f3aec7433258eb55'/>
<id>urn:sha1:67ebf64095378d5108d01a58f3aec7433258eb55</id>
<content type='text'>
Revert "don't run commands in subshell"

This change fixed the interrupting pipeline problem, but
broke the ability to put builtin shell commands in run: tag.

This reverts commit f233c5bc3e026301ad4cb67e1f3ce5c1b6f8fe94.
</content>
</entry>
<entry>
<title>don't run commands in subshell</title>
<updated>2008-03-13T20:58:56+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2008-03-13T20:58:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=f233c5bc3e026301ad4cb67e1f3ce5c1b6f8fe94'/>
<id>urn:sha1:f233c5bc3e026301ad4cb67e1f3ce5c1b6f8fe94</id>
<content type='text'>
To fix Bug 2867, don't run commands in sub shell (ie eval) and
have pager quit on interrupt.
</content>
</entry>
</feed>
