<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fedora-packager.git/src/fedpkg, branch 5/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>Rename the module 'pyfedpkg' to save headaches.</title>
<updated>2010-02-06T01:07:24+00:00</updated>
<author>
<name>Jesse Keating</name>
<email>jkeating@redhat.com</email>
</author>
<published>2010-02-06T01:07:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ndim/public_git/fedora-packager.git/commit/?id=29d02fe91aa12b5e871617789f3c46304730fd36'/>
<id>29d02fe91aa12b5e871617789f3c46304730fd36</id>
<content type='text'>
Having the script and the module named the same was just causing too
many weird python issues, so I gave up.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Having the script and the module named the same was just causing too
many weird python issues, so I gave up.
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle scratch building with srpms</title>
<updated>2010-02-03T22:39:02+00:00</updated>
<author>
<name>Jesse Keating</name>
<email>jkeating@redhat.com</email>
</author>
<published>2010-02-03T22:39:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ndim/public_git/fedora-packager.git/commit/?id=03ef65f95044734afa4f10b3e535c408be76e559'/>
<id>03ef65f95044734afa4f10b3e535c408be76e559</id>
<content type='text'>
This cleans up from moving a chunk of the build function into it's own
koji init function.  It also adds a function to deal with uploading
content to koji.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This cleans up from moving a chunk of the build function into it's own
koji init function.  It also adds a function to deal with uploading
content to koji.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a init_koji function</title>
<updated>2010-02-03T18:13:39+00:00</updated>
<author>
<name>Jesse Keating</name>
<email>jkeating@redhat.com</email>
</author>
<published>2010-02-03T18:13:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ndim/public_git/fedora-packager.git/commit/?id=69019d58e92574b314f2d1cb881ac6f391a12922'/>
<id>69019d58e92574b314f2d1cb881ac6f391a12922</id>
<content type='text'>
I wanted to move the koji initialization out of the build command as we
could use it in different functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I wanted to move the koji initialization out of the build command as we
could use it in different functions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an unused_patches function</title>
<updated>2010-02-02T22:07:23+00:00</updated>
<author>
<name>Jesse Keating</name>
<email>jkeating@redhat.com</email>
</author>
<published>2010-02-02T22:07:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ndim/public_git/fedora-packager.git/commit/?id=7fd7449540b3f456db904e6da01d8c8ff2a27637'/>
<id>7fd7449540b3f456db904e6da01d8c8ff2a27637</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Finish the build function</title>
<updated>2010-02-02T00:18:06+00:00</updated>
<author>
<name>Jesse Keating</name>
<email>jkeating@redhat.com</email>
</author>
<published>2010-02-02T00:18:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ndim/public_git/fedora-packager.git/commit/?id=9011892d13f9e769640d9b0403e3e90ebf6d4f2c'/>
<id>9011892d13f9e769640d9b0403e3e90ebf6d4f2c</id>
<content type='text'>
This borrows some from /usr/bin/koji but does it in a way that allows
for clients to handle watching the task if they want or not.  As
/usr/bin/koji gets moved more toward a koji client library some of this
code can go away.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This borrows some from /usr/bin/koji but does it in a way that allows
for clients to handle watching the task if they want or not.  As
/usr/bin/koji gets moved more toward a koji client library some of this
code can go away.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a build function</title>
<updated>2010-01-08T01:24:49+00:00</updated>
<author>
<name>Jesse Keating</name>
<email>jkeating@redhat.com</email>
</author>
<published>2010-01-08T01:24:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ndim/public_git/fedora-packager.git/commit/?id=1d09a1e9331d06aec791dffdc9595964cc0b90f2'/>
<id>1d09a1e9331d06aec791dffdc9595964cc0b90f2</id>
<content type='text'>
Currently this doesn't actually do anything, but the workings are there.
Also make the git repo a object property.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently this doesn't actually do anything, but the workings are there.
Also make the git repo a object property.
</pre>
</div>
</content>
</entry>
<entry>
<title>Define the target when creating the object</title>
<updated>2010-01-08T01:24:16+00:00</updated>
<author>
<name>Jesse Keating</name>
<email>jkeating@redhat.com</email>
</author>
<published>2010-01-08T01:24:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ndim/public_git/fedora-packager.git/commit/?id=e407f8bad60126d077d9da62d97a3256c764d431'/>
<id>e407f8bad60126d077d9da62d97a3256c764d431</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 anon git url to be used by koji</title>
<updated>2010-01-08T01:23:08+00:00</updated>
<author>
<name>Jesse Keating</name>
<email>jkeating@redhat.com</email>
</author>
<published>2010-01-08T01:23:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ndim/public_git/fedora-packager.git/commit/?id=84ff56ade535f02c50189ab6eee614892bc5d124'/>
<id>84ff56ade535f02c50189ab6eee614892bc5d124</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change debug output a bit</title>
<updated>2010-01-07T01:37:49+00:00</updated>
<author>
<name>Jesse Keating</name>
<email>jkeating@redhat.com</email>
</author>
<published>2010-01-07T01:37:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ndim/public_git/fedora-packager.git/commit/?id=88c59f373574473e757948ee6f70fdbce09e05f0'/>
<id>88c59f373574473e757948ee6f70fdbce09e05f0</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 mockbuild function</title>
<updated>2010-01-07T01:36:14+00:00</updated>
<author>
<name>Jesse Keating</name>
<email>jkeating@redhat.com</email>
</author>
<published>2010-01-07T01:36:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ndim/public_git/fedora-packager.git/commit/?id=1552d0d886d44f911255069ac1c58f6d7249d7b9'/>
<id>1552d0d886d44f911255069ac1c58f6d7249d7b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
