Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Debian trixie #793

Merged
merged 2 commits into from
Nov 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions images/debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1071,6 +1071,7 @@ files:
- bullseye
- bookworm
- sid
- trixie

- path: /etc/systemd/network/enp5s0.network
generator: dump
Expand All @@ -1089,6 +1090,7 @@ files:
- bullseye
- bookworm
- sid
- trixie

- path: /etc/default/grub.d/50-incus.cfg
generator: dump
Expand Down Expand Up @@ -1176,6 +1178,7 @@ packages:
- bullseye
- bookworm
- sid
- trixie

- packages:
- dbus
Expand All @@ -1185,6 +1188,7 @@ packages:
releases:
- bookworm
- sid
- trixie

- packages:
- cloud-init
Expand Down Expand Up @@ -1231,6 +1235,7 @@ packages:
- bullseye
- sid
- bookworm
- trixie

- packages:
- grub-efi-arm64
Expand All @@ -1251,6 +1256,7 @@ packages:
- bullseye
- sid
- bookworm
- trixie

repositories:
- name: sources.list
Expand Down Expand Up @@ -1341,6 +1347,7 @@ actions:
releases:
- bookworm
- sid
- trixie

- trigger: post-packages
action: |-
Expand All @@ -1357,6 +1364,7 @@ actions:
- bullseye
- bookworm
- sid
- trixie

- trigger: post-packages
action: |-
Expand All @@ -1372,6 +1380,7 @@ actions:
releases:
- bookworm
- sid
- trixie

- trigger: post-packages
action: |-
Expand All @@ -1397,6 +1406,7 @@ actions:
releases:
- bookworm
- sid
- trixie

- trigger: post-packages
action: |-
Expand Down Expand Up @@ -1462,6 +1472,7 @@ actions:
- bullseye
- sid
- bookworm
- trixie

- trigger: post-files
action: |-
Expand All @@ -1473,6 +1484,7 @@ actions:
releases:
- bookworm
- sid
- trixie

- trigger: post-files
action: |-
Expand Down
1 change: 1 addition & 0 deletions jenkins/jobs/image-debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
- bullseye
- sid
- bookworm
- trixie

- axis:
name: variant
Expand Down
Loading