
This commit does several things at once: - Drop the usage of bdebstrap, it doesnt seem to be available as a Debian package going forward, and it makes the start of building unit tests easier. - Use the "unshare" mode by default. This allows us to build a rootfs as a regular user and doesnt create device files. Which allows us to to drop some workarounds. - Add debian/trixie support. This was created by doing a straight copy of debian/bookworm. Story: 2010867 Task: 48556 Test Plan PASS Create ostree branch Change-Id: Idd38c6417769296d7ab4d6640624a18d5de74da4 Signed-off-by: Charles Short <charles.short@windriver.com>
13 lines
215 B
Plaintext
13 lines
215 B
Plaintext
---
|
|
extends: default
|
|
|
|
rules:
|
|
line-length:
|
|
# matches hardcoded 160 value from ansible-lint
|
|
max: 160
|
|
|
|
ignore: |
|
|
.zuul.yaml
|
|
config/debian/bookworm/image/image.yaml
|
|
config/debian/trixie/image/image.yaml
|