diff --git a/apertis-ospack-basesdk.yaml b/apertis-ospack-basesdk.yaml index 59d1a5648b36588b7c8a9dd47d34cbe6ff8fb833..ec6639d16b250a0c5ede7f78866d70a628bfcd8c 100644 --- a/apertis-ospack-basesdk.yaml +++ b/apertis-ospack-basesdk.yaml @@ -1,5 +1,5 @@ {{- $architecture := or .architecture "amd64" }} -{{- $type := or .type "minimal" -}} +{{- $type := or .type "basesdk" -}} {{- $mirror := or .mirror "https://repositories.apertis.org/apertis/" -}} {{- $suite := or .suite "18.06" -}} {{- $timestamp := or .timestamp "00000000.0" -}} diff --git a/apertis-ospack-devroot.yaml b/apertis-ospack-devroot.yaml index 3e61ca48696e37c8f4e7d7f884844bdbf634256e..c5016e28abd62fdc17eecd8e291bf1df2e620d19 100644 --- a/apertis-ospack-devroot.yaml +++ b/apertis-ospack-devroot.yaml @@ -1,5 +1,5 @@ {{- $architecture := or .architecture "amd64" }} -{{- $type := or .type "minimal" -}} +{{- $type := or .type "devroot" -}} {{- $mirror := or .mirror "https://repositories.apertis.org/apertis/" -}} {{- $suite := or .suite "18.06" -}} {{- $timestamp := or .timestamp "00000000.0" -}} diff --git a/apertis-ospack-sdk.yaml b/apertis-ospack-sdk.yaml index cc33b078374a74dbea307b407f7ec3ab5d72b500..3bf1bf646083ffdda923020ba4b69a2ddfa137ab 100644 --- a/apertis-ospack-sdk.yaml +++ b/apertis-ospack-sdk.yaml @@ -1,5 +1,5 @@ {{- $architecture := or .architecture "amd64" }} -{{- $type := or .type "minimal" -}} +{{- $type := or .type "sdk" -}} {{- $mirror := or .mirror "https://repositories.apertis.org/apertis/" -}} {{- $suite := or .suite "18.06" -}} {{- $timestamp := or .timestamp "00000000.0" -}} diff --git a/apertis-ospack-sysroot.yaml b/apertis-ospack-sysroot.yaml index 3e61ca48696e37c8f4e7d7f884844bdbf634256e..06e069a815cde1e84e5134629b569630ccf4ae27 100644 --- a/apertis-ospack-sysroot.yaml +++ b/apertis-ospack-sysroot.yaml @@ -1,5 +1,5 @@ {{- $architecture := or .architecture "amd64" }} -{{- $type := or .type "minimal" -}} +{{- $type := or .type "sysroot" -}} {{- $mirror := or .mirror "https://repositories.apertis.org/apertis/" -}} {{- $suite := or .suite "18.06" -}} {{- $timestamp := or .timestamp "00000000.0" -}} diff --git a/apertis-ospack-target.yaml b/apertis-ospack-target.yaml index b47a1a660279528dfaa2d54abba68046be05a44b..c32c32adc376cfe02eeabaa51fbdfb6e8d2cd3f8 100644 --- a/apertis-ospack-target.yaml +++ b/apertis-ospack-target.yaml @@ -1,5 +1,5 @@ {{- $architecture := or .architecture "amd64" }} -{{- $type := or .type "minimal" -}} +{{- $type := or .type "target" -}} {{- $mirror := or .mirror "https://repositories.apertis.org/apertis/" -}} {{- $suite := or .suite "18.06" -}} {{- $timestamp := or .timestamp "00000000.0" -}}