Skip to content
Snippets Groups Projects
Commit 35661cb8 authored by Jenkins's avatar Jenkins
Browse files

submodules: update nightly branch

parents cdecdcb4 00f59085
No related branches found
No related tags found
No related merge requests found
client-gnome @ b56ca1d9
Subproject commit e77ed099258d66d7b1864e7378ec68b36bbbfb39 Subproject commit b56ca1d95d0f5ec21c2977b8b94981eae66f0c34
daemon @ cf3ec8e6
Subproject commit 7ae0214dd74a552090f52d715f290ab6e48421c5 Subproject commit cf3ec8e60fe9e995f86cb395b0e483a16c1936e9
...@@ -182,18 +182,20 @@ def run_generate_all(parsed_args): ...@@ -182,18 +182,20 @@ def run_generate_all(parsed_args):
"distribution": "ubuntu_18.10", "distribution": "ubuntu_18.10",
"debian_packaging_override": "", "debian_packaging_override": "",
"output_file": "$(DEBIAN_DSC_FILENAME)", "output_file": "$(DEBIAN_DSC_FILENAME)",
"options": "--privileged",
}, },
{ {
"distribution": "ubuntu_18.10_i386", "distribution": "ubuntu_18.10_i386",
"debian_packaging_override": "", "debian_packaging_override": "",
"output_file": "$(DEBIAN_DSC_FILENAME)", "output_file": "$(DEBIAN_DSC_FILENAME)",
"options": "--privileged",
}, },
{ {
"distribution": "ubuntu_18.10_oci", "distribution": "ubuntu_18.10_oci",
"docker_image": "ubuntu_18.10", "docker_image": "ubuntu_18.10",
"debian_packaging_override": "", "debian_packaging_override": "",
"output_file": "$(DEBIAN_OCI_DSC_FILENAME)", "output_file": "$(DEBIAN_OCI_DSC_FILENAME)",
"options": "-e OVERRIDE_PACKAGING_DIR=$(DEBIAN_OCI_PKG_DIR)", "options": "-e OVERRIDE_PACKAGING_DIR=$(DEBIAN_OCI_PKG_DIR) --privileged",
"version": "$(DEBIAN_OCI_VERSION)", "version": "$(DEBIAN_OCI_VERSION)",
}, },
{ {
...@@ -201,7 +203,7 @@ def run_generate_all(parsed_args): ...@@ -201,7 +203,7 @@ def run_generate_all(parsed_args):
"docker_image": "ubuntu_18.10_i386", "docker_image": "ubuntu_18.10_i386",
"debian_packaging_override": "", "debian_packaging_override": "",
"output_file": "$(DEBIAN_OCI_DSC_FILENAME)", "output_file": "$(DEBIAN_OCI_DSC_FILENAME)",
"options": "-e OVERRIDE_PACKAGING_DIR=$(DEBIAN_OCI_PKG_DIR)", "options": "-e OVERRIDE_PACKAGING_DIR=$(DEBIAN_OCI_PKG_DIR) --privileged",
"version": "$(DEBIAN_OCI_VERSION)", "version": "$(DEBIAN_OCI_VERSION)",
}, },
# Fedora # Fedora
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment