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 {
stage('Checkout') {
steps {
sh 'rm -Rf live artifacts'
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(
base='sample-base',
features=('sample-feature',),
features=(),
edition='Demo',
description='Demonstration profile for the RetroDebian builder V2 skeleton.',
)