This commit is contained in:
2026-04-02 23:35:57 +02:00
parent b89e9e33d5
commit f38637ace4
4 changed files with 2 additions and 3 deletions

1
Jenkinsfile vendored
View File

@@ -9,6 +9,7 @@ pipeline {
stages { stages {
stage('Checkout') { stage('Checkout') {
steps { steps {
sh 'rm -Rf live artifacts'
checkout scm checkout scm
} }
} }

View File

@@ -1 +0,0 @@
placeholder deb artifact for sample base

View File

@@ -1 +0,0 @@
nano

View File

@@ -2,7 +2,7 @@ from retrobuilder.model import ProfileSpec
PROFILE = ProfileSpec( PROFILE = ProfileSpec(
base='sample-base', base='sample-base',
features=('sample-feature',), features=(),
edition='Demo', edition='Demo',
description='Demonstration profile for the RetroDebian builder V2 skeleton.', description='Demonstration profile for the RetroDebian builder V2 skeleton.',
) )