Implement MmDebstrap: extends the ontology SystemBootstrap.
No input artifacts.
| Type | Name | |
|---|---|---|
| System tar | system.tar.xz | |
| Debug log | debusine:work-request-debug-logs |
This work request does not depend on any other one.
This work request is not required by any other one.
Internal collection: workflow-54
bootstrap_options:
architecture: amd64
extra_packages:
- dbus
- systemd
- systemd-resolved
- systemd-sysv
- ca-certificates
- dpkg-dev
bootstrap_repositories:
- components:
- main
mirror: http://deb.debian.org/debian
suite: trixie
customization_script: |
#!/bin/sh
set -e
mkdir /tmp/autopkgtest-setup
(cd /tmp/autopkgtest-setup && apt-get download autopkgtest)
dpkg-deb -x /tmp/autopkgtest-setup/*.deb /tmp/autopkgtest-setup/extract
# Hack around #1104147
touch /dev/ttyS1
# https://salsa.debian.org/freexian-team/debusine/-/issues/1049
export RELEASE=trixie
export MIRROR=http://deb.debian.org/debian
/tmp/autopkgtest-setup/extract/usr/share/autopkgtest/setup-commands/setup-testbed
rm -rf /dev/ttyS1 /tmp/autopkgtest-setup
bootstrap_options:
architecture: amd64
extra_packages:
- dbus
- systemd
- systemd-resolved
- systemd-sysv
- ca-certificates
- dpkg-dev
bootstrap_repositories:
- components:
- main
mirror: http://deb.debian.org/debian
suite: trixie
customization_script: |
#!/bin/sh
set -e
mkdir /tmp/autopkgtest-setup
(cd /tmp/autopkgtest-setup && apt-get download autopkgtest)
dpkg-deb -x /tmp/autopkgtest-setup/*.deb /tmp/autopkgtest-setup/extract
# Hack around #1104147
touch /dev/ttyS1
# https://salsa.debian.org/freexian-team/debusine/-/issues/1049
export RELEASE=trixie
export MIRROR=http://deb.debian.org/debian
/tmp/autopkgtest-setup/extract/usr/share/autopkgtest/setup-commands/setup-testbed
rm -rf /dev/ttyS1 /tmp/autopkgtest-setup
configuration_context: amd64
runtime_context: amd64:None:ca-certificates,dbus,dpkg-dev,systemd,systemd-resolved,systemd-sysv
subject: trixie
task_configuration_id: 3
{
"step": "mmdebstrap-trixie-amd64",
"group": "trixie [autopkgtest]",
"display_name": "Build tarball for trixie/amd64"
}
{
"on_failure": [],
"on_success": [
{
"action": "update-collection-with-artifacts",
"variables": {
"backend": "incus-lxc",
"variant": "autopkgtest",
"codename": "trixie"
},
"collection": "debian@debian:environments",
"created_at": null,
"name_template": null,
"artifact_filters": {
"category": "debian:system-tarball"
}
},
{
"action": "update-collection-with-artifacts",
"variables": {
"backend": "incus-lxc",
"variant": "autopkgtest",
"codename": "stable"
},
"collection": "debian@debian:environments",
"created_at": null,
"name_template": null,
"artifact_filters": {
"category": "debian:system-tarball"
}
},
{
"action": "update-collection-with-artifacts",
"variables": {
"backend": "incus-lxc",
"variant": "autopkgtest",
"codename": "trixie-security"
},
"collection": "debian@debian:environments",
"created_at": null,
"name_template": null,
"artifact_filters": {
"category": "debian:system-tarball"
}
}
],
"on_unblock": [],
"on_creation": [],
"on_assignment": []
}
{
"runtime_statistics": {
"cpu_time": 89,
"duration": 34
}
}