Skip to content
Snippets Groups Projects
Commit c1e1ca77 authored by Emanuele Aina's avatar Emanuele Aina
Browse files

base: Rename the ospack file to a neutral "rootfs"


Downstreams need to figure out what is specific to Apertis and needs to
be customized, so let's not mislead them and drop "apertis" from the
rootfs intermediate artifact as it does not need any customization since
it's purely internal to the pipeline.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent e31564d0
No related branches found
No related tags found
2 merge requests!140Make downstream customizations easier,!93WIP: documentation-builder: Rebase on Apertis instead of Debian Buster
Pipeline #164535 passed
......@@ -25,7 +25,7 @@ ENV LC_ALL=C.UTF-8
ARG DEBIAN_FRONTEND=noninteractive
ARG OSPACK=apertis.tar.gz
ARG OSPACK=rootfs.tar.gz
ADD ${OSPACK} /
# Always install procps in case the docker file gets used in jenkins
......
{{- $architecture := or .architecture "amd64" }}
{{- $mirror := or .mirror "https://repositories.apertis.org/apertis/" -}}
{{- $suite := or .suite "v2020dev0" -}}
{{- $ospack := or .ospack "apertis.tar.gz" -}}
{{- $ospack := or .ospack "rootfs.tar.gz" -}}
{{- $timestamp := or .timestamp "00000000.0" -}}
{{- $stable := or .stable "" -}}
......
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