Commit graph

502 commits

Author SHA1 Message Date
Tomas Kopecek
c0fccab2b7 correct sort() usage 2017-06-01 09:39:24 +02:00
Tomas Kopecek
d625c0aa4d remove changes not relevant to cli 2017-06-01 09:39:24 +02:00
Tomas Kopecek
d2ab86584a explicit unicode in cli 2017-06-01 09:39:24 +02:00
Tomas Kopecek
449390cff9 cli-related test fixes 2017-06-01 09:39:23 +02:00
Tomas Kopecek
644792ff76 replace urlgrabber with pycurl 2017-06-01 09:39:23 +02:00
Tomas Kopecek
5abd334e85 python-modernize -f libmodernize.fixes.fix_map 2017-06-01 09:39:23 +02:00
Tomas Kopecek
62288597f1 python-modernize -f libmodernize.fixes.fix_filter 2017-06-01 09:39:22 +02:00
Tomas Kopecek
a4a1536a03 python-modernize -f libmodernize.fixes.fix_file 2017-06-01 09:39:22 +02:00
Tomas Kopecek
68bf19c739 python-modernize -f libmodernize.fixes.fix_dict_six 2017-06-01 09:39:22 +02:00
Tomas Kopecek
8567044a20 python-modernize -f libmodernize.fixes.fix_classic_division 2017-06-01 09:39:22 +02:00
Tomas Kopecek
f6e5bd11f3 python-modernize -f lib2to3.fixes.fix_numliterals 2017-06-01 09:39:22 +02:00
Tomas Kopecek
1220008f8f python-modernize -f lib2to3.fixes.fix_except 2017-06-01 09:39:22 +02:00
Tomas Kopecek
b1da150c01 python-modernize -f libmodernize.fixes.fix_imports_six 2017-06-01 09:39:21 +02:00
Tomas Kopecek
0eaf3349c4 python-modernize -f libmodernize.fixes.fix_zip 2017-06-01 09:39:21 +02:00
Tomas Kopecek
7f946b37be python-modernize -f libmodernize.fixes.fix_xrange_six 2017-06-01 09:39:21 +02:00
Mike McLean
d01346796b handle task fault results in download-logs
Fixes #423
https://pagure.io/koji/issue/423
2017-05-19 10:14:23 -04:00
Brendan Reilly
6c69a6f5cb Added hostinfo command to cli 2017-05-01 14:30:54 -04:00
Andrew Jorgensen
619a101e73 Optional JSON output for 'koji call'
Python pprint is easy enough for a developer to read, but harder to parse.
2017-04-25 11:29:24 -04:00
Tomas Kopecek
ae8adfc4e7 backward-compatible try/except 2017-04-10 16:38:52 +02:00
Mike McLean
df416f7c3c missed one listTaskOutput call 2017-04-04 17:48:59 -04:00
Mike McLean
2009780198 fall back to old behavior if hub doesn't understand all_volumes option
Fixes #366
2017-04-04 13:45:53 -04:00
Mike McLean
96d5d0f73b rename some options for clarity 2017-03-30 09:49:58 -04:00
Mike McLean
63029e3d37 fix arg sanity check 2017-03-30 09:49:58 -04:00
Mike McLean
3bdd64f4ff Don't require specifying a key if --allow-unsigned is given 2017-03-30 09:49:58 -04:00
Mike McLean
dc58f50fc6 print('') is more 2.4 friendly 2017-03-30 09:49:58 -04:00
Mike McLean
884a20c0cd propagate the full name of the skip_unsigned option 2017-03-30 09:49:58 -04:00
Mike McLean
dda2549d9c handle case where tag archlist is None 2017-03-30 09:49:58 -04:00
Mike McLean
33e1c3ac4f cleanup: has_key and print
2to3 -pvwn --fix has_key
2to3 -pvwn --fix print
2017-03-30 09:49:58 -04:00
Mike McLean
8346a60976 more renaming 2017-03-30 09:47:20 -04:00
Mike McLean
c86b5c3ac0 first stab at renaming signed repos to dist repos
sed -i -e 's/signed\(.\?[Rr]epo\)/dist\1/g'
sed -i -e 's/Signed\(.\?[Rr]epo\)/Dist\1/g'
2017-03-30 09:47:20 -04:00
Mike McLean
3d551dae5e command help adjustments 2017-03-30 09:45:59 -04:00
Mike McLean
528cef065f adjust cli handling of --delta-rpms arg 2017-03-30 09:45:59 -04:00
Mike McLean
d301fa964b first stab at fixing delta rpm behavior for signed repos 2017-03-30 09:45:59 -04:00
Mike McLean
b79f90eda4 avoid print statement 2017-03-30 09:45:59 -04:00
Mike McLean
f5707043a5 option to write signed copy when importing signature 2017-03-30 09:45:59 -04:00
Mike McLean
d161a1b4a3 support nvra as well as nvr in write-signed-rpm 2017-03-30 09:45:59 -04:00
Mike McLean
cc19dfb122 fix default arches for signed-repo cli 2017-03-30 09:45:59 -04:00
Mike McLean
7c22cf4825 clean up strings in signed-repo cli 2017-03-30 09:37:56 -04:00
Jay Greguske
47daa0aad8 add --non-latest 2017-03-30 09:37:56 -04:00
Jay Greguske
4f4c7e3d4e implement multilib 2017-03-30 09:37:56 -04:00
Jay Greguske
8f638935b6 move package addition logic to builder from hub 2017-03-30 09:37:56 -04:00
Jay Greguske
e0e1dc15ee implement comps 2017-03-30 09:37:56 -04:00
Jay Greguske
77bdd1e239 implement --delta-rpms 2017-03-30 09:37:56 -04:00
Jay Greguske
e611febbcd implement --event 2017-03-30 09:37:56 -04:00
Jay Greguske
08259b426e implement --allow-unsigned and --skip-unsigned 2017-03-30 09:37:56 -04:00
Jay Greguske
53c379b6f8 initial hub implementation for signed-repos 2017-03-30 09:37:56 -04:00
Jay Greguske
0a06ec1318 implement CLI for signed-repos 2017-03-30 09:37:56 -04:00
Mike McLean
d1ab4ed287 refactor 2017-03-30 09:25:51 -04:00
Tomas Kopecek
182c8feb29 handle unknown exception in main 2017-03-30 09:25:51 -04:00
Tomas Kopecek
f023a7d636 remove unnecessary code 2017-03-30 09:25:51 -04:00