Skip to content
Snippets Groups Projects

Backport v2023 <- v2024pre: Include updates and security repositories

Merged Walter Lozano requested to merge wip/wlozano/updates-v2023 into apertis/v2023
3 files
+ 49
8
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -6,10 +6,20 @@
script:
- mkdir -p a/${PIPELINE_VERSION}/${architecture}/${type}
- cd a/${PIPELINE_VERSION}/${architecture}/${type}
- |
case $release in
v*dev*|v*pre)
stable=false
;;
*)
stable=true
;;
esac
- debos ${debosarguments}
--show-boot
-t architecture:${architecture}
-t suite:${release}
-t stable:${stable}
-t ospack:ospack_${release}-${architecture}-nfs.tar.gz
$CI_PROJECT_DIR/recipes/apertis-ospack-nfs.yaml
artifacts:
Loading