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

Use correct URL to OStree repo for LXC


Fix the path to unified OStree repository.

Signed-off-by: default avatarDenis Pynkin <denis.pynkin@collabora.com>
Reviewed-by: default avatarEmanuele Aina <emanuele.aina@collabora.co.uk>
Reviewed-by: default avatarMartyn Welch <martyn.welch@collabora.co.uk>
Differential Revision: https://phabricator.apertis.org/D7554
parent 28835b65
No related branches found
No related tags found
No related merge requests found
......@@ -190,7 +190,7 @@ def buildContainer(architecture, type, board, debosarguments = "", production =
-t architecture:${architecture} \
-t type:$type \
-t suite:$release \
-t repourl:https://images.apertis.org/ostree/${architecture}-${board}-${type} \
-t repourl:https://images.apertis.org/ostree/repo \
-t osname:apertis \
-t branch:apertis/$release/${architecture}-${board}/${type} \
-t ospack:lxc-ostree-${release}-${architecture}-${type}_${PIPELINE_VERSION}.tar.gz \
......
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