summaryrefslogtreecommitdiffstats
path: root/src/fedpkg.py
Commit message (Collapse)AuthorAgeFilesLines
* Not planning on porting check, export or unusedfedpatchesJesse Keating2010-02-061-16/+16
|
* Exit when we cannot find a build urlJesse Keating2010-02-051-0/+1
|
* Add some debugging outputJesse Keating2010-02-051-0/+3
|
* Wire up chain-buildJesse Keating2010-02-051-4/+59
| | | | Some stuff stolen from /usr/bin/koji here, but it works.
* Handle the renamed moduleJesse Keating2010-02-051-37/+37
|
* Revert "Move fedpkg.py into a bin/ directory"Jesse Keating2010-02-051-0/+753
| | | | | | This reverts commit 6f09fff59e3d92fea106a79d3fba56c6f2be7115. Shouldn't be necessary to stash this in bin/ anymore.
* Move fedpkg.py into a bin/ directoryJesse Keating2010-02-051-753/+0
| | | | | This helps eclipse not be confused by having fdpkg.py and fedpkg/__init__.py in the same directory. Silly eclipse.
* Handle scratch builds from srpmsJesse Keating2010-02-031-14/+86
| | | | | This drags in more of /usr/bin/koji but now handles passing an srpm into scratch-build and optionally tracking progress as it is uploaded.
* Wire up the unused_patches functionJesse Keating2010-02-021-2/+7
|
* Wire up the build task the rest of the wayJesse Keating2010-02-011-2/+17
| | | | | This also makes use of the new cert library which needs some work still, so this code is somewhat fragile if you don't have proper certs.
* Add some functions watch koji tasksJesse Keating2010-02-011-0/+82
| | | | More code stolen from /usr/bin/koji
* Add a class to watch tasksJesse Keating2010-02-011-0/+94
| | | | | This is borrowed from /usr/bin/koji, so it can go away when koji grows a client library
* Use the new fedora_cert method to get a user nameJesse Keating2010-01-291-2/+8
|
* Wire up the build targetJesse Keating2010-01-071-2/+53
| | | | | This adds a few more functions necessary for sussing out secondary arch stuff, although see the comments as this may be changing
* Wire up mockbuildJesse Keating2010-01-061-2/+13
|
* re-wire the clone commandJesse Keating2010-01-061-3/+3
|
* Wire up clogJesse Keating2010-01-061-2/+6
|
* Wire up new.Jesse Keating2010-01-061-2/+5
|
* Handle return codes from fedpkgJesse Keating2010-01-051-7/+8
| | | | We now get a return code, rather than output
* Don't print, log instead.Jesse Keating2010-01-051-31/+31
|
* Use the logging system from fedpkgJesse Keating2010-01-051-3/+21
| | | | Adjust the options accordingly too
* Fix execution without --path being passedJesse Keating2010-01-051-1/+1
| | | | os.path.curdir() just returns "." and some things don't like that.
* wire up cleanJesse Keating2010-01-051-2/+14
|
* wire up installJesse Keating2010-01-051-2/+13
|
* wire up compileJesse Keating2010-01-051-2/+13
|
* wire up prepJesse Keating2010-01-051-2/+10
|
* Wrap new_sources in a tryJesse Keating2010-01-051-2/+6
|
* Use sys.exit(1) instead of returning 1Jesse Keating2010-01-051-5/+5
|
* Wrap verrel in a try, and just exitJesse Keating2010-01-051-1/+6
|
* Add md5 option to local buildJesse Keating2010-01-041-1/+7
|
* Wire up local targetJesse Keating2010-01-041-2/+10
|
* Wrap fedpkg calls in try statements to catch errors nicelyJesse Keating2010-01-041-11/+23
|
* Catch an error in the lint callJesse Keating2010-01-041-1/+5
|
* Wire up lint in fedpkg.pyJesse Keating2010-01-041-2/+2
|
* Update the help output on verrel to match realityJesse Keating2010-01-041-1/+2
|
* Add the name- to verrel, that's what make doesJesse Keating2010-01-041-1/+1
|
* Wire up the verrel commandJesse Keating2010-01-041-2/+2
|
* Add fedpkg module and scriptJesse Keating2010-01-041-0/+309
fedpkg is a replacement for the Make system used in dist-cvs.