Remove the "releases" feature

We haven't used this in many years (it was really only used for nix
and patchelf releases).
This commit is contained in:
Eelco Dolstra
2020-05-06 12:39:21 +02:00
parent ace30b4184
commit 96a514c169
17 changed files with 6 additions and 712 deletions

View File

@ -66,7 +66,6 @@ Content-Type: application/json
{
"displayname": "Acoda",
"name": "acoda",
"releases": [],
"description": "Acoda is a tool set for automatic data migration along an evolving data model",
"enabled": 0,
"owner": "sander",
@ -78,7 +77,6 @@ Content-Type: application/json
{
"displayname": "cabal2nix",
"name": "cabal2nix",
"releases": [],
"description": "Convert Cabal files into Nix build instructions",
"enabled": 0,
"owner": "simons@cryp.to",
@ -129,8 +127,7 @@ Content-Type: application/json
],
"name": "hydra",
"enabled": 1,
"owner": "eelco",
"releases": []
"owner": "eelco"
}
</programlisting>