summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add some new commands to the bash completionJesse Keating2010-08-191-10/+10
|
* Fix whitespaceJesse Keating2010-08-191-1/+1
|
* Add bash-completion script for fedpkgLéon Keijser2010-08-191-0/+134
|
* pull the username from fedora_cert to pass to bodhiDennis Gilmore2010-08-191-5/+11
|
* Catch double ^c's from build. RHBZ #620465Jesse Keating2010-08-171-1/+4
|
* Fix up chain buildingJesse Keating2010-08-172-10/+21
| | | | | We were not setting up the chains right, and our logging was all funky. We now handle chains properly and log it sensibly
* Add missing process call for non-pipe no tty.Jesse Keating2010-08-121-0/+5
|
* Trap attempts to make git repos. #622716Jesse Keating2010-08-121-4/+10
|
* Trap errors dealing with the lookaside. #622291Jesse Keating2010-08-121-2/+8
|
* Catch malformed sources file. #621808Jesse Keating2010-08-121-1/+4
|
* Handle a case where the repo be borked. #620750Jesse Keating2010-08-121-1/+4
|
* Except more from ssl_login errors. #620653Jesse Keating2010-08-121-1/+1
|
* Catch errors when parsing spec files. #620648Jesse Keating2010-08-111-2/+5
|
* Catch fedpkg errors when trying to build. #620595Jesse Keating2010-08-111-2/+6
|
* Don't try to upload a file that doesn't existJesse Keating2010-08-111-0/+5
| | | | | RHBZ 620254 Arguably we should also check in the library, but I'm too lazy to do that right now.
* Catch missing executables. BZ 619879Jesse Keating2010-08-111-1/+2
|
* Log a summary of uploaded files. Ticket #47Jesse Keating2010-08-111-0/+4
|
* Define a default hashtype, and fix it for el4/5Jesse Keating2010-08-111-1/+9
|
* Fix up dist define on master branchJesse Keating2010-08-111-1/+1
|
* Properly format the gitignore file. Ticket #43Jesse Keating2010-08-111-1/+1
|
* Fix epel dist val (Thanks Dennis)Jesse Keating2010-08-111-1/+1
|
* Fix dist related PackageModule.rpmdefines itemsJesse Keating2010-08-111-5/+5
| | | | | This is from Hans Ulrich Niedermann <hun@n-dimensional.de> but it didn't apply to my tree so I reproduced it by hand.
* Make switch-branches indiciate the current branchJesse Keating2010-08-112-2/+18
| | | | Ticket #42 Some ugly string work here...
* Add ci as an alias to commit.Jesse Keating2010-08-111-0/+5
|
* Make an srpm if we need one. Ticket #49Jesse Keating2010-08-111-1/+4
|
* Add a giturl commandJesse Keating2010-08-112-0/+21
| | | | This prints out the url that would be passed to koji to do the build.
* Check for dirty repo when switching branches.Jesse Keating2010-08-111-0/+4
|
* Make clean use the _run_commandJesse Keating2010-08-111-12/+3
|
* Fix the prep command to use _run_commandJesse Keating2010-08-111-13/+4
| | | | Get realtime output!
* Add pipe support to _run_commandJesse Keating2010-08-111-27/+41
| | | | | | This is so that we can pipe one command into another and still get all the goodness of the _run_command stuff. Also make "local" use it as a test case.
* Revert "set the loacl rpms macros to match whats set in olpc-release,"Jesse Keating2010-08-111-5/+2
| | | | This reverts commit 8ca17966d912f8f22d30bab217d085ec7f275adf.
* Initial implementation of the `fedpkg update` command.Luke Macken2010-08-091-2/+73
|
* Fix string typo in comparison ('feodra')Hans Ulrich Niedermann2010-08-051-1/+1
| | | | Fix string typo in comparison ('feodra')
* Fix rawhide branch detection (define .distshort)Hans Ulrich Niedermann2010-08-051-0/+1
| | | | | | Fix rawhide branch detection (define .distshort) Also define PackageModule.distshort for rawhide branches.
* - add option to overwrite default build targetKarsten Hopp2010-08-051-0/+5
|
* Enable branch switching without any rpm contentJesse Keating2010-08-022-58/+62
| | | | | Without rpm content, we can't init the packagemodule, so don't try to do that when switching branches.
* Don't clog the first line of a changelogJesse Keating2010-08-021-4/+3
| | | | It's redundant.
* Also log on chain buildingJesse Keating2010-08-021-0/+3
|
* Add a nvr property to the class and use itJesse Keating2010-08-021-0/+2
| | | | | We could probably use this in more places, but this is a good start. Ticket #30
* set the loacl rpms macros to match whats set in olpc-release,Dennis Gilmore2010-08-011-2/+5
| | | | fedora-release and redhat-release. fixes a bug on local rpm creation
* Remove unused importJesse Keating2010-07-311-1/+0
|
* Fix a hashtype bugJesse Keating2010-07-311-1/+1
|
* Fix chainbuild to work for rawhide at leastJesse Keating2010-07-311-2/+4
| | | | Need more logic here to work with other chainable targets like epel.
* wrap fedora-cert.py's calls to fedora-cert module and catch exceptionsDennis Gilmore2010-07-291-4/+20
|
* wrap fedora_cert calls in try: except: and catch the errorDennis Gilmore2010-07-291-5/+13
|
* write out a arch config for mips in anticipation of the arch tea getting ↵Dennis Gilmore2010-07-291-1/+1
| | | | koji running
* Make fedpkg clone -b f?? package workJesse Keating2010-07-291-0/+6
| | | | Also works for el? and olpc?
* Try to use kitchen when available.Jesse Keating2010-07-291-1/+4
| | | | This should make things work on el4/5
* Move 'sources' to not be part of the classJesse Keating2010-07-292-54/+63
| | | | | This might work around a weird issue where the koji builders can't read the git config strings in the chroot
* Fix checking for unpushed changes on a branchJesse Keating2010-07-281-2/+4
|