PR#1370: add vhdx archivetype
Merges #1370 https://pagure.io/koji/pull-request/1370
This commit is contained in:
commit
56760dfc86
2 changed files with 3 additions and 0 deletions
|
|
@ -6,5 +6,7 @@ BEGIN;
|
|||
|
||||
-- add tgz to list of tar's extensions
|
||||
UPDATE archivetypes SET extensions = 'tar tar.gz tar.bz2 tar.xz tgz' WHERE name = 'tar';
|
||||
INSERT INTO archivetypes (name, description, extensions) VALUES ('vhdx', 'Hyper-V Virtual Hard Disk v2 image', 'vhdx');
|
||||
|
||||
|
||||
COMMIT;
|
||||
|
|
|
|||
|
|
@ -798,6 +798,7 @@ insert into archivetypes (name, description, extensions) values ('sig', 'Signatu
|
|||
insert into archivetypes (name, description, extensions) values ('so', 'Shared library', 'so');
|
||||
insert into archivetypes (name, description, extensions) values ('txt', 'Text file', 'txt');
|
||||
insert into archivetypes (name, description, extensions) values ('vhd', 'Hyper-V image', 'vhd');
|
||||
insert into archivetypes (name, description, extensions) values ('vhdx', 'Hyper-V Virtual Hard Disk v2 image', 'vhdx');
|
||||
insert into archivetypes (name, description, extensions) values ('wsf', 'Windows script file', 'wsf');
|
||||
insert into archivetypes (name, description, extensions) values ('box', 'Vagrant Box Image', 'box');
|
||||
insert into archivetypes (name, description, extensions) values ('raw-xz', 'xz compressed raw disk image', 'raw.xz');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue