Commit graph

2599 commits

Author SHA1 Message Date
Mike McLean
a04ce42002 link for 1.12 migration doc 2017-04-18 12:56:26 -04:00
Mike McLean
d5251eb1aa migration doc tweaks 2017-04-18 12:56:26 -04:00
Mike McLean
cf67013901 bump version; add changelog entry 2017-04-18 12:56:26 -04:00
Mike McLean
5a608101ff initial 1.12 migration doc 2017-04-18 12:56:26 -04:00
Mike McLean
43739e72f2 schema upgrade script 2017-04-18 12:56:26 -04:00
Mike McLean
0b81c355f4 PR#373 backward-compatible try/except
Merges #373
https://pagure.io/koji/pull-request/373
2017-04-18 12:53:14 -04:00
Tomas Kopecek
ae8adfc4e7 backward-compatible try/except 2017-04-10 16:38:52 +02:00
Mike McLean
5a0b1d07c2 PR#365 handle buildroots with state=None
Merges #365
2017-04-06 14:08:22 -04:00
Mike McLean
9f3568dcb7 handle buildroots with state=None
If content generators are in use, they will create buildroots that have no
state. This change prevents this function from erroring in that case.
2017-04-06 14:07:11 -04:00
Mike McLean
725b3950a9 PR#367 play nice with older hubs and new volume options
Merges #367
https://pagure.io/koji/pull-request/367

Fixes #366
Fixes #368
2017-04-06 14:03:51 -04:00
Mike McLean
0189cf98ea typo 2017-04-05 12:29:23 -04:00
Mike McLean
649a6e710f for volume compat fixes 2017-04-04 21:09:24 -04:00
Mike McLean
5231105478 only pass volume opt to downloadTaskOutput if needed
Fixes #368
2017-04-04 17:50:55 -04: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
da34e55379 PR#359 Add koji-tools link to docs
Merges #359
https://pagure.io/koji/pull-request/359
2017-03-30 10:18:01 -04:00
Tomas Kopecek
23771df232 Add koji-tools link to docs 2017-03-30 10:17:31 -04:00
Mike McLean
c41f6cc8e0 PR#318 Signed repos, take two [dist repos]
The feature was renamed from "signed repos" to "dist repos" during development.

Merges #318
2017-03-30 10:05:22 -04:00
Mike McLean
dad02ba6ad record missing signatures even if skipping them 2017-03-30 09:54:28 -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
a758374fdf deal with missing signatures more correctly 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
a0ed3a7a5e fix latest links for dist repos 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
5555a14dd1 log missing multilib files 2017-03-30 09:49:58 -04:00
Mike McLean
2a1d9678cc saner error on missing multilib files 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
216c21d89a log missing signatures even if allowing unsigned 2017-03-30 09:49:58 -04:00
Mike McLean
b7f301f33c log missing files and signatures for dist repos 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
1ceb366f9d last bit of renaming 2017-03-30 09:49:58 -04:00
Mike McLean
9c2564da85 rename files 2017-03-30 09:47:20 -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
1557292fe0 add builder json requirement for rhel5 2017-03-30 09:45:59 -04:00
Mike McLean
c2b4882323 require python2-multilib on builder 2017-03-30 09:45:59 -04:00
Mike McLean
09ed16e532 upload kojipkgs data 2017-03-30 09:45:59 -04:00
Mike McLean
eb330165cf handle unsigned rpms in signedRepoMove 2017-03-30 09:45:59 -04:00
Mike McLean
21fda8805e no integer keys in xmlrpc 2017-03-30 09:45:59 -04:00
Mike McLean
cb6a425d7f rework signedRepoMove api a bit 2017-03-30 09:45:59 -04:00
Mike McLean
1bfa815b16 update exception syntax in signed-repo code 2017-03-30 09:45:59 -04:00
Mike McLean
e0826a3145 more unit tests 2017-03-30 09:45:59 -04:00
Mike McLean
cea00501a6 clean up logic to avoid duplicate code 2017-03-30 09:45:59 -04:00
Mike McLean
1371b18886 extend unit test for signed_repo_init() 2017-03-30 09:45:59 -04:00
Mike McLean
a5fbfa392c unit test for signed_repo_init() 2017-03-30 09:45:59 -04:00