Skip to content
Snippets Groups Projects
Commit 999045d8 authored by Denis Pynkin's avatar Denis Pynkin
Browse files

Remove 'generic' name from LXC ostree


Do not need to use hardcoded 'generic' name anymore for LXC ostree.

Signed-off-by: default avatarDenis Pynkin <denis.pynkin@collabora.com>
Reviewed-by: default avatarEmanuele Aina <emanuele.aina@collabora.co.uk>
Differential Revision: https://phabricator.apertis.org/D7394
parent c872775b
No related branches found
No related tags found
No related merge requests found
......@@ -149,9 +149,9 @@ def buildContainer(architecture, type, board, debosarguments = "", production =
-t architecture:${architecture} \
-t type:$type \
-t suite:$release \
-t repourl:https://images.apertis.org/ostree/${architecture}-generic-${type} \
-t repourl:https://images.apertis.org/ostree/${architecture}-${board}-${type} \
-t osname:apertis \
-t branch:apertis/${architecture}-generic/${type} \
-t branch:apertis/${architecture}-${board}/${type} \
-t ospack:lxc-ostree-${release}-${architecture}-${type}_${PIPELINE_VERSION}.tar.gz \
-t message:${release}-${type}-${architecture}-${type}-${board}_${PIPELINE_VERSION} \
${WORKSPACE}/apertis-ostree-pack.yaml""")
......
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