add groovy script archive type
This commit is contained in:
parent
636b9c8383
commit
262ec7a7da
1 changed files with 1 additions and 0 deletions
|
|
@ -758,6 +758,7 @@ insert into archivetypes (name, description, extensions) values ('raw-xz', 'xz c
|
|||
insert into archivetypes (name, description, extensions) values ('json', 'JSON data', 'json');
|
||||
insert into archivetypes (name, description, extensions) values ('key', 'Key file', 'key');
|
||||
insert into archivetypes (name, description, extensions) values ('dot', 'DOT graph description', 'dot gv');
|
||||
insert into archivetypes (name, description, extensions) values ('groovy', 'Groovy script file', 'groovy gvy');
|
||||
|
||||
|
||||
-- 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