<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fedora-packager.git/src, branch 4/basic</title>
<subtitle>fedpkg fixes</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ndim/public_git/fedora-packager.git/'/>
<entry>
<title>Move argparse setup into parse_cmdline function</title>
<updated>2011-01-21T09:29:04+00:00</updated>
<author>
<name>Hans Ulrich Niedermann</name>
<email>hun@n-dimensional.de</email>
</author>
<published>2011-01-21T09:29:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ndim/public_git/fedora-packager.git/commit/?id=7ee64a029b22cb4a4cdafd5a827b7e06be519022'/>
<id>7ee64a029b22cb4a4cdafd5a827b7e06be519022</id>
<content type='text'>
Move the argparse setup and the actual argument parsing into
a separate parse_cmdline function.

This makes the actual main program more clear, and allows
reusing of the argparse setup for man page generation later.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move the argparse setup and the actual argument parsing into
a separate parse_cmdline function.

This makes the actual main program more clear, and allows
reusing of the argparse setup for man page generation later.
</pre>
</div>
</content>
</entry>
<entry>
<title>Comment typo fix</title>
<updated>2011-01-20T13:58:35+00:00</updated>
<author>
<name>Hans Ulrich Niedermann</name>
<email>hun@n-dimensional.de</email>
</author>
<published>2011-01-20T13:58:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ndim/public_git/fedora-packager.git/commit/?id=3fa510d6bd7628a37ecf889b40faebd726978f2b'/>
<id>3fa510d6bd7628a37ecf889b40faebd726978f2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>switch away from list2cmdline()</title>
<updated>2011-01-06T05:14:33+00:00</updated>
<author>
<name>Dennis Gilmore</name>
<email>dennis@ausil.us</email>
</author>
<published>2011-01-06T05:14:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ndim/public_git/fedora-packager.git/commit/?id=071b8d99ab4cbdd6cfaff6f73a89a6892f18dd13'/>
<id>071b8d99ab4cbdd6cfaff6f73a89a6892f18dd13</id>
<content type='text'>
Patch from Toshio
https://bugzilla.redhat.com/show_bug.cgi?id=667433#c7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch from Toshio
https://bugzilla.redhat.com/show_bug.cgi?id=667433#c7
</pre>
</div>
</content>
</entry>
<entry>
<title>Import subprocess from stdlib when possible</title>
<updated>2011-01-06T05:13:39+00:00</updated>
<author>
<name>Dennis Gilmore</name>
<email>dennis@ausil.us</email>
</author>
<published>2011-01-06T05:13:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ndim/public_git/fedora-packager.git/commit/?id=e04146557c91df8986de1a7f391dab86622cb59f'/>
<id>e04146557c91df8986de1a7f391dab86622cb59f</id>
<content type='text'>
patch from Toshio
https://bugzilla.redhat.com/show_bug.cgi?id=667433#c6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
patch from Toshio
https://bugzilla.redhat.com/show_bug.cgi?id=667433#c6
</pre>
</div>
</content>
</entry>
<entry>
<title>Logout before watching tasks</title>
<updated>2010-12-03T18:12:02+00:00</updated>
<author>
<name>Jesse Keating</name>
<email>jkeating@redhat.com</email>
</author>
<published>2010-12-03T18:12:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ndim/public_git/fedora-packager.git/commit/?id=409589349dd1c3f318d5c47764a8490aaf1542f9'/>
<id>409589349dd1c3f318d5c47764a8490aaf1542f9</id>
<content type='text'>
This can also prevent auth errors (#634946)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This can also prevent auth errors (#634946)
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle having no sources file (#656897)</title>
<updated>2010-12-03T00:09:39+00:00</updated>
<author>
<name>Jesse Keating</name>
<email>jkeating@redhat.com</email>
</author>
<published>2010-12-03T00:09:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ndim/public_git/fedora-packager.git/commit/?id=176be081d140b5cd08b1f09b12387bfcb58d1e75'/>
<id>176be081d140b5cd08b1f09b12387bfcb58d1e75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a dash of error checking to update (#655576)</title>
<updated>2010-12-03T00:04:57+00:00</updated>
<author>
<name>Jesse Keating</name>
<email>jkeating@redhat.com</email>
</author>
<published>2010-12-03T00:04:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ndim/public_git/fedora-packager.git/commit/?id=75fb5c6cffd889cc1076b84abc64bd1c055768bc'/>
<id>75fb5c6cffd889cc1076b84abc64bd1c055768bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a traceback on expried credentials (#634946)</title>
<updated>2010-12-02T23:40:56+00:00</updated>
<author>
<name>Jesse Keating</name>
<email>jkeating@redhat.com</email>
</author>
<published>2010-12-02T23:40:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ndim/public_git/fedora-packager.git/commit/?id=69ce758822f102f1f7ffa3b4aa6c1ca09edea3cb'/>
<id>69ce758822f102f1f7ffa3b4aa6c1ca09edea3cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport a bugfix from koji upstream to fix 628504</title>
<updated>2010-12-02T23:27:20+00:00</updated>
<author>
<name>Jesse Keating</name>
<email>jkeating@redhat.com</email>
</author>
<published>2010-12-02T23:26:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ndim/public_git/fedora-packager.git/commit/?id=d437be9f4d04e6e5169dbf5e862672ecd2630c59'/>
<id>d437be9f4d04e6e5169dbf5e862672ecd2630c59</id>
<content type='text'>
This fixes a potential traceback on ^c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes a potential traceback on ^c
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix up the commit command</title>
<updated>2010-12-01T20:08:33+00:00</updated>
<author>
<name>Jesse Keating</name>
<email>jkeating@redhat.com</email>
</author>
<published>2010-12-01T20:08:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ndim/public_git/fedora-packager.git/commit/?id=69de8ecadf6d93bde3818c5973db871baac6ec2e'/>
<id>69de8ecadf6d93bde3818c5973db871baac6ec2e</id>
<content type='text'>
Looks like argparse doesn't like a % in help.  Odd.  Also fix a logic
error for non-tty usage.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Looks like argparse doesn't like a % in help.  Odd.  Also fix a logic
error for non-tty usage.
</pre>
</div>
</content>
</entry>
</feed>
