Documentation for koji-maven integration?
by kmurphy@etsy.com
We're looking at moving some Java builds into our local Koji instance. Are there any docs on the maven integration in koji 1.11, specifically around the format of specfile fragments for wrapper RPMs?
Thanks.
6 years, 7 months
kojid error with buildSRPMFromSCM and createrepo tasks
by Mátyás Selmeci
I'm having problems with kojid 1.11: buildSRPMFromSCM and createrepo
tasks never complete, and I see this message in the logs:
For buildSRPMFromSCM:
Try #1 for call 8 (rawUpload) failed: syntax error: line 1, column 49
For createrepo:
Try #1 for call 2 (rawUpload) failed: syntax error: line 1, column 49
buildArch tasks are fine.
Can you tell me what this means?
Thanks,
-Mat
--
Mátyás (Mat) Selmeci
Open Science Grid Software Team / Center for High-Throughput Computing
University of Wisconsin-Madison Department of Computer Sciences
6 years, 8 months
kojiweb error with getfile URLs for non-text files
by Mátyás Selmeci
Hi,
Found a small bug with kojiweb where if you try to use getfile to
download an RPM or other non-text file, you get a 500 Internal Server
error with "TypeError: append() takes exactly one argument (2 given)".
I've attached a patch.
Thanks,
-Mat
--
Mátyás (Mat) Selmeci
Open Science Grid Software Team / Center for High-Throughput Computing
University of Wisconsin-Madison Department of Computer Sciences
6 years, 8 months
error migrating database to 1.11
by Mátyás Selmeci
Hi,
I'm trying to upgrade a koji installation from 1.6 to 1.11. The database
migrate scripts work all the way up to 1.10, but
schema-upgrade-1.10-1.11.sql errors out when trying to add the
"container_sane" constraint to the "buildroot" table.
I think what's going on is:
- the constraint is to make sure container_type and container_arch are
either both NULL or neither NULL
- the container_type column is new in 1.11, so when the migration script
adds it, all the values are NULL
- the container_arch column is a renaming of the arch column, where arch
(for us) is either "i386" or "x86_64", never NULL
What do you suggest I do?
Thanks,
-Mat
--
Mátyás (Mat) Selmeci
Open Science Grid Software Team / Center for High-Throughput Computing
University of Wisconsin-Madison Department of Computer Sciences
6 years, 8 months