db: add debian package archivetype
Fixes: https://pagure.io/koji/issue/2575
This commit is contained in:
parent
b3f548f803
commit
51f79c5f48
2 changed files with 4 additions and 0 deletions
|
|
@ -6,4 +6,6 @@ BEGIN;
|
|||
|
||||
ALTER TABLE tag_external_repos ADD COLUMN arches TEXT;
|
||||
|
||||
INSERT INTO archivetypes (name, description, extensions) VALUES ('deb', 'Debian package', 'deb');
|
||||
|
||||
COMMIT;
|
||||
|
|
|
|||
|
|
@ -870,6 +870,8 @@ INSERT INTO archivetypes (name, description, extensions) VALUES ('vmdk-compresse
|
|||
-- add kernel-image and imitramfs: From schema-upgrade-1.18-1.19
|
||||
INSERT INTO archivetypes (name, description, extensions) VALUES ('kernel-image', 'Kernel BZ2 Image', 'vmlinuz vmlinuz.gz vmlinuz.xz');
|
||||
INSERT INTO archivetypes (name, description, extensions) VALUES ('initramfs', 'Compressed Initramfs Image', 'img');
|
||||
-- debian packages from schema-upgrade-1.23-1.24
|
||||
INSERT INTO archivetypes (name, description, extensions) VALUES ('deb', 'Debian package', 'deb');
|
||||
|
||||
|
||||
-- Do we want to enforce a constraint that a build can only generate one
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue