#6934 Insert new archivetype into koji db for MBS CG artifacts
Closed 5 years ago Opened 6 years ago by ralph.

We need to import the modulemd.yaml file into koji after a module build completes, but koji only let's archives with certain file extensions in. yaml isn't one of them.

Koji devs say that we need to do a manual sql INSERT:

insert into archivetypes (name, description, extensions) VALUES ('yaml', 'YAML markup language file', 'yaml yml');

Metadata Update from @ralph:
- Issue assigned to ralph

6 years ago

Could be added to Koji's schema.sql as well.

Whats the status here? Is this upstream as well?

@ralph , can you please provide an update?

Still waiting on a reply from @ralph ...

And... confirmed, it is already in place in our koji.fp.o db.

Metadata Update from @ralph:
- Issue status updated to: Closed (was: Open)

5 years ago

Login to comment on this ticket.

Metadata