add support for wrapping win-build output in rpms
This commit is contained in:
parent
b9f6cc7024
commit
64df809ab6
8 changed files with 155 additions and 89 deletions
|
|
@ -8,6 +8,7 @@ INSERT INTO permissions (name) VALUES ('win-admin');
|
|||
|
||||
INSERT INTO channels (name) VALUES ('vm');
|
||||
|
||||
insert into archivetypes (name, description, extensions) values ('spec', 'RPM spec file', 'spec');
|
||||
insert into archivetypes (name, description, extensions) values ('exe', 'Windows executable', 'exe');
|
||||
insert into archivetypes (name, description, extensions) values ('dll', 'Windows dynamic link library', 'dll');
|
||||
insert into archivetypes (name, description, extensions) values ('lib', 'Windows import library', 'lib');
|
||||
|
|
|
|||
|
|
@ -692,6 +692,7 @@ insert into archivetypes (name, description, extensions) values ('zip', 'Zip arc
|
|||
insert into archivetypes (name, description, extensions) values ('pom', 'Maven Project Object Management file', 'pom');
|
||||
insert into archivetypes (name, description, extensions) values ('tar', 'Tar file', 'tar tar.gz tar.bz2');
|
||||
insert into archivetypes (name, description, extensions) values ('xml', 'XML file', 'xml');
|
||||
insert into archivetypes (name, description, extensions) values ('spec', 'RPM spec file', 'spec');
|
||||
insert into archivetypes (name, description, extensions) values ('exe', 'Windows executable', 'exe');
|
||||
insert into archivetypes (name, description, extensions) values ('dll', 'Windows dynamic link library', 'dll');
|
||||
insert into archivetypes (name, description, extensions) values ('lib', 'Windows import library', 'lib');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue