<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fedora-packager.git/src, branch master</title>
<subtitle>Fork of fedora-packager with enhancements for fedpkgs</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/s4504kr/public_git/fedora-packager.git/'/>
<entry>
<title>Don't use log.error from within the library</title>
<updated>2010-09-15T18:39:55+00:00</updated>
<author>
<name>Jesse Keating</name>
<email>jkeating@redhat.com</email>
</author>
<published>2010-09-11T05:48:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/s4504kr/public_git/fedora-packager.git/commit/?id=c5c8654fe2a4af82e28a1127c7c68f80c189615c'/>
<id>c5c8654fe2a4af82e28a1127c7c68f80c189615c</id>
<content type='text'>
Just raise it, let the caller figure out what to do.

This reverts commit 1118325ec5f7aec7b2d50867848f4b2d51c59b41.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just raise it, let the caller figure out what to do.

This reverts commit 1118325ec5f7aec7b2d50867848f4b2d51c59b41.
</pre>
</div>
</content>
</entry>
<entry>
<title>fedpkg: Complete --srpm for the build command</title>
<updated>2010-09-11T01:44:22+00:00</updated>
<author>
<name>Todd Zullinger</name>
<email>tmz@pobox.com</email>
</author>
<published>2010-09-10T20:35:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/s4504kr/public_git/fedora-packager.git/commit/?id=e2db22cbcd7fbf2913e1697f20183aeb350a04c2'/>
<id>e2db22cbcd7fbf2913e1697f20183aeb350a04c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fedpkg: Use git plumbing to complete branch names</title>
<updated>2010-09-11T01:43:43+00:00</updated>
<author>
<name>Todd Zullinger</name>
<email>tmz@pobox.com</email>
</author>
<published>2010-09-10T18:20:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/s4504kr/public_git/fedora-packager.git/commit/?id=af79c18ac70c235a7dff61fe26dd6fdd05d3aaf6'/>
<id>af79c18ac70c235a7dff61fe26dd6fdd05d3aaf6</id>
<content type='text'>
The output of 'git branch' is not guaranteed to remain constant.  Using
the for-each-ref plumbing command should work reliably for longer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The output of 'git branch' is not guaranteed to remain constant.  Using
the for-each-ref plumbing command should work reliably for longer.
</pre>
</div>
</content>
</entry>
<entry>
<title>fedpkg: Remove filenames option from completion</title>
<updated>2010-09-11T01:41:44+00:00</updated>
<author>
<name>Todd Zullinger</name>
<email>tmz@pobox.com</email>
</author>
<published>2010-09-10T18:18:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/s4504kr/public_git/fedora-packager.git/commit/?id=f975ee3eee19008aada42519c563ea21b841f59c'/>
<id>f975ee3eee19008aada42519c563ea21b841f59c</id>
<content type='text'>
The bash completion 'filenames' option prevents proper completion of
local refs like tmz/f13.

On systems with bash-completion &gt;= 1.2, this should have little effect
because the _filedir command sets the option as needed (or emulates it
on older bash releases that lack compopt).

On systems with older bash-completion (like EL-5 currently), there is a
minor downside in that filename completion won't append trailing slashes
to directories without the 'filenames' option.  Ideally, bash-completion
will be updated on EL-5 and this minor inconvenience will vanish
sometime soon.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The bash completion 'filenames' option prevents proper completion of
local refs like tmz/f13.

On systems with bash-completion &gt;= 1.2, this should have little effect
because the _filedir command sets the option as needed (or emulates it
on older bash releases that lack compopt).

On systems with older bash-completion (like EL-5 currently), there is a
minor downside in that filename completion won't append trailing slashes
to directories without the 'filenames' option.  Ideally, bash-completion
will be updated on EL-5 and this minor inconvenience will vanish
sometime soon.
</pre>
</div>
</content>
</entry>
<entry>
<title>fedpkg: Use _filedir for path completion</title>
<updated>2010-09-11T01:41:38+00:00</updated>
<author>
<name>Todd Zullinger</name>
<email>tmz@pobox.com</email>
</author>
<published>2010-09-10T20:22:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/s4504kr/public_git/fedora-packager.git/commit/?id=e2a8d7261cec8cd5a431b0ece8766cf5e5ba7b85'/>
<id>e2a8d7261cec8cd5a431b0ece8766cf5e5ba7b85</id>
<content type='text'>
The _filedir function is a bit more robust than using compgen directly.
A wrapper function is used to filter out .git directories from results.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The _filedir function is a bit more robust than using compgen directly.
A wrapper function is used to filter out .git directories from results.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix up the logger for what goes where</title>
<updated>2010-09-11T00:58:12+00:00</updated>
<author>
<name>Jesse Keating</name>
<email>jkeating@redhat.com</email>
</author>
<published>2010-09-11T00:58:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/s4504kr/public_git/fedora-packager.git/commit/?id=76272ddc502454f95d2f2a54f038971476366bc1'/>
<id>76272ddc502454f95d2f2a54f038971476366bc1</id>
<content type='text'>
Make sure that WARN, ERROR, and CRITICAL go to stderr, and that DEBUG
and INFO go to stdout.  This involves more configuration than it aught
to, but that's python logging for ya.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make sure that WARN, ERROR, and CRITICAL go to stderr, and that DEBUG
and INFO go to stdout.  This involves more configuration than it aught
to, but that's python logging for ya.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make our logger print to stdout</title>
<updated>2010-09-10T23:11:00+00:00</updated>
<author>
<name>Jesse Keating</name>
<email>jkeating@redhat.com</email>
</author>
<published>2010-09-10T23:11:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/s4504kr/public_git/fedora-packager.git/commit/?id=93ffd2a67dc1b2a160e5ab44a9b140c1ef372c73'/>
<id>93ffd2a67dc1b2a160e5ab44a9b140c1ef372c73</id>
<content type='text'>
It's of my opinion that only errors should go to stderr.  For that
reason I'll have all logger stuff to go stdout and any errors I'll use
print() on.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's of my opinion that only errors should go to stderr.  For that
reason I'll have all logger stuff to go stdout and any errors I'll use
print() on.
</pre>
</div>
</content>
</entry>
<entry>
<title>Also redirect stderr over to stdout on non-terms</title>
<updated>2010-09-10T23:10:25+00:00</updated>
<author>
<name>Jesse Keating</name>
<email>jkeating@redhat.com</email>
</author>
<published>2010-09-10T23:10:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/s4504kr/public_git/fedora-packager.git/commit/?id=4a710621fea6a9842f3ff342712aaee9fca50699'/>
<id>4a710621fea6a9842f3ff342712aaee9fca50699</id>
<content type='text'>
Again this is just because rpmbuild does some stupid things.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Again this is just because rpmbuild does some stupid things.
</pre>
</div>
</content>
</entry>
<entry>
<title>Name the process variables right (#632097)</title>
<updated>2010-09-10T20:58:34+00:00</updated>
<author>
<name>Jesse Keating</name>
<email>jkeating@redhat.com</email>
</author>
<published>2010-09-10T20:58:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/s4504kr/public_git/fedora-packager.git/commit/?id=a680021b98bad95be373fb70ce5dfd26f34aad86'/>
<id>a680021b98bad95be373fb70ce5dfd26f34aad86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor whitespace fix</title>
<updated>2010-09-09T00:19:17+00:00</updated>
<author>
<name>Jesse Keating</name>
<email>jkeating@redhat.com</email>
</author>
<published>2010-09-09T00:19:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/s4504kr/public_git/fedora-packager.git/commit/?id=d6437840052433f2bdbd0242a14b24a0c40706d5'/>
<id>d6437840052433f2bdbd0242a14b24a0c40706d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
