summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* update to 0.5.0Dennis Gilmore2010-07-283-2/+8
* Always target dist-rawhide when building from masterJesse Keating2010-07-271-1/+1
* Allow anonymous checkouts with fedpkgJesse Keating2010-07-272-2/+10
* Fix cloning with branches for our new branch schemeJesse Keating2010-07-271-3/+4
* Remove the koji.stg hackJesse Keating2010-07-271-4/+0
* Update to production URLSJesse Keating2010-07-271-4/+4
* Impliment pushing. Thanks Jochen@herr-schmitt.deJesse Keating2010-07-262-2/+23
* Rework how we deal with branchesJesse Keating2010-07-232-27/+66
* Replace doesn't appear to be used.Jesse Keating2010-07-231-1/+1
* Move things to be in alphabetical order.Jesse Keating2010-07-231-21/+21
* Imports go at the topJesse Keating2010-07-231-1/+2
* When SSL connection fails, print it on screen.Thomas Spura2010-07-231-2/+6
* Change how we determine branchesJesse Keating2010-07-221-17/+42
* Use log not printJesse Keating2010-07-151-1/+1
* Fix up white spaceJesse Keating2010-07-151-2/+2
* Added new command 'switch-branch' for working with branches.Léon Keijser2010-07-152-2/+45
* Print out the user eqiv koji commandJesse Keating2010-07-141-0/+13
* Log koji url and wrap the session init in a tryJesse Keating2010-07-141-1/+5
* Fix ver rel output when subpackages are involved.Jesse Keating2010-07-141-4/+12
* Add help for coJesse Keating2010-07-141-1/+2
* Make newsources a parent of uploadJesse Keating2010-07-141-1/+2
* Add a co "alias" to clone.Jesse Keating2010-07-141-0/+4
* Fix error messageJesse Keating2010-07-141-1/+1
* Don't traceback if clone fails (#13)Jesse Keating2010-07-141-4/+8
* Fix cloning with --branchesJesse Keating2010-07-131-2/+2
* prep 0.4.2.3 releaseDennis Gilmore2010-07-092-1/+4
* Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-packagerDennis Gilmore2010-07-080-0/+0
|\
| * Handle importing an srpm into an empty repoJesse Keating2010-07-082-4/+3
* | Handle importing an srpm into an empty repoJesse Keating2010-07-082-4/+3
* | prep fedora-packager 0.4.2.2 releaseDennis Gilmore2010-07-083-2/+8
|/
* Add output to new-sources and upload target.Jesse Keating2010-07-061-0/+1
* Do the upload now that we have an upload targetJesse Keating2010-07-061-0/+1
* Don't write duplicate lines to sourcesJesse Keating2010-07-061-1/+4
* Remove incorrect commentJesse Keating2010-07-061-3/+0
* Add the upload targetJesse Keating2010-07-061-2/+8
* Rename source uploading functionJesse Keating2010-07-062-5/+15
* Use curl directly for file uploads.Jesse Keating2010-07-061-1/+12
* Pass the whole file path to the upload functionJesse Keating2010-07-061-6/+6
* Implement new-sources.Devan Goodwin2010-07-061-5/+182
* Use the diff function.Jesse Keating2010-07-011-1/+1
* Create a (simple) diff commandJesse Keating2010-07-012-0/+48
* Add filtering so we only check out branches we want with clone --branchesCasey Dahlin2010-06-251-2/+4
* Point branches to the correct upstream for clone --branchesCasey Dahlin2010-06-251-5/+21
* Implement fedpkg.py clone --branchesCasey Dahlin2010-06-251-9/+39
* Wire up the commit function into the frontend.Jesse Keating2010-06-241-0/+31
* Add a commit functionJesse Keating2010-06-241-0/+35
* Make use of our new function to run commands.Jesse Keating2010-06-231-78/+28
* Add some logging to our process calls.Jesse Keating2010-06-231-0/+5
* Add a function to run commandsJesse Keating2010-06-231-0/+56
* Move import_srpm out of the classJesse Keating2010-06-232-89/+87