<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fedora-packager.git/src/pyfedpkg, branch fix-help-command</title>
<subtitle>fedpkg fixes</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ndim/public_git/fedora-packager.git/'/>
<entry>
<title>Don't use temporary editor files for spec (#677121)</title>
<updated>2011-02-14T20:58:05+00:00</updated>
<author>
<name>Jesse Keating</name>
<email>jkeating@redhat.com</email>
</author>
<published>2011-02-14T20:58:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ndim/public_git/fedora-packager.git/commit/?id=d9bcb58385f9bb03f6ceb2390b29f25d5951fe8c'/>
<id>d9bcb58385f9bb03f6ceb2390b29f25d5951fe8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't error out just from stderr from rpm</title>
<updated>2011-02-11T09:15:18+00:00</updated>
<author>
<name>Jesse Keating</name>
<email>jkeating@redhat.com</email>
</author>
<published>2011-02-11T09:15:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ndim/public_git/fedora-packager.git/commit/?id=9ff587cf36f042f12e8c350f8897b13690a984fd'/>
<id>9ff587cf36f042f12e8c350f8897b13690a984fd</id>
<content type='text'>
Rpm can be bitchy, but also return 0, so handle that.  Also try to do
something meaningful / useful with the error output.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rpm can be bitchy, but also return 0, so handle that.  Also try to do
something meaningful / useful with the error output.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move location/name of man_page module</title>
<updated>2011-02-10T03:36:46+00:00</updated>
<author>
<name>Hans Ulrich Niedermann</name>
<email>hun@n-dimensional.de</email>
</author>
<published>2011-02-10T15:39:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ndim/public_git/fedora-packager.git/commit/?id=6faf450a35601ceb8bafeb9e4f2fdd1a7c0304f9'/>
<id>6faf450a35601ceb8bafeb9e4f2fdd1a7c0304f9</id>
<content type='text'>
Move location/name of man_page module (out of the
pyfedpkg module/namespace) in order to avoid
importing pyfedpkg for man page generation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move location/name of man_page module (out of the
pyfedpkg module/namespace) in order to avoid
importing pyfedpkg for man page generation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Catch errors parsing spec to get name. (#676383)</title>
<updated>2011-02-10T00:32:13+00:00</updated>
<author>
<name>Jesse Keating</name>
<email>jkeating@redhat.com</email>
</author>
<published>2011-02-10T00:32:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ndim/public_git/fedora-packager.git/commit/?id=7ff39749238c2657659da863e97056373f06ebd8'/>
<id>7ff39749238c2657659da863e97056373f06ebd8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-arrange verify-files and slight fixups</title>
<updated>2011-02-09T23:06:58+00:00</updated>
<author>
<name>Jesse Keating</name>
<email>jkeating@redhat.com</email>
</author>
<published>2011-02-09T23:06:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ndim/public_git/fedora-packager.git/commit/?id=4f38782ef1a0f0d8f6c0eed962bbcb6503579c71'/>
<id>4f38782ef1a0f0d8f6c0eed962bbcb6503579c71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add "fedpkg verify-files" command</title>
<updated>2011-02-09T22:53:33+00:00</updated>
<author>
<name>Hans Ulrich Niedermann</name>
<email>hun@n-dimensional.de</email>
</author>
<published>2011-01-31T15:44:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ndim/public_git/fedora-packager.git/commit/?id=f73acaf60b745656f8269a560d846bb8d134355b'/>
<id>f73acaf60b745656f8269a560d846bb8d134355b</id>
<content type='text'>
usage: fedpkg verify-files [-h]

Locally run 'rpmbuild -bl' to verify the spec file's %files sections. This is
useful after a successful run of 'fedpkg install' or after a 'fedpkg local'
run which failed due to %files list inaccuracies.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
usage: fedpkg verify-files [-h]

Locally run 'rpmbuild -bl' to verify the spec file's %files sections. This is
useful after a successful run of 'fedpkg install' or after a 'fedpkg local'
run which failed due to %files list inaccuracies.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a --rebase and --no-rebase option to pull</title>
<updated>2011-02-09T22:39:10+00:00</updated>
<author>
<name>Jesse Keating</name>
<email>jkeating@redhat.com</email>
</author>
<published>2011-02-09T22:39:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ndim/public_git/fedora-packager.git/commit/?id=21ca17d3cd79e4f9887a51dff672cc0a47e11ae9'/>
<id>21ca17d3cd79e4f9887a51dff672cc0a47e11ae9</id>
<content type='text'>
I decided to emulate git here and not default to a rebase.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I decided to emulate git here and not default to a rebase.
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle arches argument for scratch builds (#675285)</title>
<updated>2011-02-08T23:08:56+00:00</updated>
<author>
<name>Jesse Keating</name>
<email>jkeating@redhat.com</email>
</author>
<published>2011-02-08T23:08:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ndim/public_git/fedora-packager.git/commit/?id=a4d3e612a29d6905ca7604d4332f63164a769484'/>
<id>a4d3e612a29d6905ca7604d4332f63164a769484</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Trim the "- " out of clogs.  (#675892)</title>
<updated>2011-02-08T21:56:58+00:00</updated>
<author>
<name>Jesse Keating</name>
<email>jkeating@redhat.com</email>
</author>
<published>2011-02-08T21:56:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ndim/public_git/fedora-packager.git/commit/?id=99aacb5de55172baebd08bbce5ce4f1dbbc6ff1a'/>
<id>99aacb5de55172baebd08bbce5ce4f1dbbc6ff1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Exit with an error when appropriate</title>
<updated>2011-02-08T21:33:48+00:00</updated>
<author>
<name>Jesse Keating</name>
<email>jkeating@redhat.com</email>
</author>
<published>2010-09-19T18:56:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ndim/public_git/fedora-packager.git/commit/?id=ec8c530a7004f426abc15b1088de7e0dc315d0e7'/>
<id>ec8c530a7004f426abc15b1088de7e0dc315d0e7</id>
<content type='text'>
When dealing with the pipe stuff, we need to catch if the first command
exits with an error, because that error won't carry through to the piped
command.  Fixes RHBZ:634888
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When dealing with the pipe stuff, we need to catch if the first command
exits with an error, because that error won't carry through to the piped
command.  Fixes RHBZ:634888
</pre>
</div>
</content>
</entry>
</feed>
