Skip to content
Snippets Groups Projects
Commit 7c73db8f authored by Guillaume Roguez's avatar Guillaume Roguez Committed by Anthony Léonard
Browse files

packaging: add ubuntu 17.04 support


Add ubuntu 17.04 to packaging scripts

Change-Id: I188a24efa80b48fb295d3dc2b6afd65448644de0
Reviewed-by: default avatarAnthony Léonard <anthony.leonard@savoirfairelinux.com>
parent 95cb088e
No related branches found
No related tags found
No related merge requests found
...@@ -150,6 +150,16 @@ def run_generate_all(parsed_args): ...@@ -150,6 +150,16 @@ def run_generate_all(parsed_args):
"debian_packaging_override": "", "debian_packaging_override": "",
"output_file": "$(DEBIAN_DSC_FILENAME)", "output_file": "$(DEBIAN_DSC_FILENAME)",
}, },
{
"distribution": "ubuntu_17.04",
"debian_packaging_override": "",
"output_file": "$(DEBIAN_DSC_FILENAME)",
},
{
"distribution": "ubuntu_17.04_i386",
"debian_packaging_override": "",
"output_file": "$(DEBIAN_DSC_FILENAME)",
},
# Fedora # Fedora
{ {
"distribution": "fedora_22", "distribution": "fedora_22",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment