summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-05-30T8943: migrate mirror wrapper to App-ready uniform stub (rollout 1b Task 5) ↵HEADcurrentYuriy Andamasov
(#10) Replace PAT-based explicit secrets with App-ready `secrets: inherit` stub. Adds MIRROR_ENABLED opt-out guard and uniform job/input naming per rollout spec. Plan: ~/.claude/plans/2026-05-26-mirror-rollout-1b-revised.md Task 5 🤖 Generated by [robots](https://vyos.io)
2026-05-28T8615: add Mergify config (extends: mergify central template) (#9)Yuriy Andamasov
* T8615: add Mergify config (extends: mergify central template) Adds the org-local central-config inheritance file per the T8615 sweep (re-scoped 2026-05-28). 4-line minimum: extends: mergify resolves to vyos/mergify which provides commands_restrictions (9 slash commands x 4-sender allowlist), conflict labeler, PR-title T-ID format check, opt-in auto-update, and the backport-conflict merge protection. merge_protections_settings: reporting_method: check-runs declared explicitly per-repo because only defaults and commands_restrictions are documented as merging across extends: -- pin to current behavior pre the 2026-07-31 default flip per data/github.md Mergify gotchas table. Phase 0 CR: 0 finding(s). Known false positive: CR flags extends: mergify as 'not a documented built-in preset' but Mergify documents the org-local form at https://docs.mergify.com/configuration/sharing/. Refs: T8615 (re-scoped 2026-05-28), IS-421 Generated by robots https://vyos.io * T8615: switch yaml-language-server schema URL to JSON-schema Replaces the human-docs file-format URL (which serves HTML and cannot drive editor validation) with the machine-readable JSON-schema URL that yaml-language-server actually resolves for autocomplete and schema validation. Old: https://docs.mergify.com/configuration/file-format/ New: https://docs.mergify.com/mergify-configuration-schema.json Phase 0 CR: 0 finding(s). Refs: T8615 (re-scoped 2026-05-28), IS-421 Generated by robots https://vyos.io
2026-05-25Merge pull request #8 from vyos/claude/coderabbit-yaml-t8851Daniil Baturin
coderabbit: T8851: add .coderabbit.yaml for central-config inheritance
2026-05-25coderabbit: T8851: add .coderabbit.yaml for central-config inheritanceYuriy Andamasov
2026-05-10Merge pull request #7 from kumvijaya/currentYevhen Bondarenko
T8835: added pr mirror workflow
2026-05-09T8835: added pr mirror workflow, removed extra spacesVijayakumar A
2026-05-09T8835: added pr mirror workflowVijayakumar A
2026-05-08Merge pull request #6 from vyos/T8595-add-agents-mdDaniil Baturin
general: T8595: add AGENTS.md
2026-05-07general: T8595: scrub private-org references from public AGENTS.mdYuriy Andamasov
2026-05-07general: T8595: clean leaked internal referencesYuriy Andamasov
2026-05-07general: T8595: add AGENTS.mdYuriy Andamasov
2025-07-15Merge pull request #4 from vyos/claChristian Breunig
CI: T7579: fix of the run trigger for CLA
2025-07-14T7579: fix of the run trigger for CLAYevhen Bondarenko
2025-07-06Merge pull request #3 from vyos/claChristian Breunig
T7579: added workflow for CLA
2025-07-04T7579: added workflow for CLAclalemeshovich
2023-08-29Merge pull request #1 from Apachez-/T5522Christian Breunig
T5522: Add logging for which mksquashfs syntax is being used
2023-08-29T5522: Add logging for which mksquashfs syntax is being usedApachez
2021-10-30Disable the check for bashisms for the time beingDanil Baturin
because Debian's own code isn't passing it
2021-08-02add items for grub setup and enable persistenceKim Hagen
2021-07-29create loop partitions with mknod instead of bind mounting /devKim Hagen
2021-07-28create vyos hdd imageKim Hagen
2021-07-19Enable dm-verity support also for ext filesystemsmasterThore Sommer
Those need a block size of 4k to work.
2021-07-11docs: documentation for dm-verity featureThore Sommer
2021-07-11Adding dm-verity support for rootfsThore Sommer
This adds support for dm-vertiy on the root filesystem. Currently only squashfs is supported. Three new flags are introduced. * --dm-verity: Enable basic dm-verity support * --dm-verity-fec NB_ROOTS: Enable forward error correction. Optional * --dm-verity-sign SCRIPT: Specify signing script for the root hash. Optional
2021-04-07Update changelog for 1:20210407 releasedebian/1%20210407Luca Boccassi
2021-04-05Update changelog for 1:20210405 releaseLuca Boccassi
2021-04-02Autopkgtest: remove architecture restrictionLuca Boccassi
Let's see if everything works now.
2021-04-02Autopkgtest: build a stable imageLuca Boccassi
2021-04-02Firmware download: skip architecture if not foundLuca Boccassi
Contents-all.gz does not seem to exist on Buster, so don't fail if wget doesn't find the file. Closes: #986278
2021-03-30Update changelog for 1:20210330 releasedebian/1%20210330Luca Boccassi
2021-03-30security: do not append /updates from bullseye onwardLuca Boccassi
No longer required. Closes: #986148
2021-03-29Fix typo in changelogLuca Boccassi
E: live-build: possible-missing-colon-in-closes Gbp-Dch: ignore
2021-03-29Update changelog for 1:20210329 releasedebian/1%20210329Luca Boccassi
2021-03-29Add NEWS entry to notify about filesystemd.size removalLuca Boccassi
2021-03-29Removed filesystem.size for squashfs images.Roland Clobus
See for more details https://lists.debian.org/debian-live/2021/03/msg00008.html
2021-03-21Fixed handling of checksums in combination with the d-i installer.Roland Clobus
1) lb config rejected multiple checksum types 2) When using the installer, cdrom-checker requires a md5 checksum file, use 'Check the integrity of the installation media' in the installer 3) The comments in the first lines of the checksum files caused cdrom-checker to fail the integrity of the image
2021-03-11Support security for bullseye. See https://wiki.debian.org/NewInBullseye. ↵Roland Clobus
Closes #964914
2021-02-22firmwarelists.sh: Search Contents-all for firmware too.Unit 193
2021-02-18No mksquashfs progress bar if stdin is not a terminalRyan Finnie
Explicitly documented updated conditional, as "-t" is not a commonly seen shell test.
2021-02-17Use --apt-http-proxy/--apt-ftp-proxy for debootstrapRyan Finnie
2021-02-16Update changelog for 1:20210216 releasedebian/1%20210216Luca Boccassi
2021-02-16mkfs.msdos needs at most 32 bits for the -i argument.Roland Clobus
Use the hexadecimal version of SOURCE_DATE_EPOCH, limited to the lower 32 bits
2021-02-16autopkgtest: restrict to amd64 and i386 for nowLuca Boccassi
After Bullseye we can re-enable other architectures, but for now disable them so that we can get bug fixes in Bullseye.
2021-02-14Fix build on architecture without syslinuxLuca Boccassi
Don't run xorriso with -isohybrid-mbr if LB_BOOTLOADER_BIOS is not set to syslinux Closes: #982746
2021-02-10Adding symlink for udeb data for bullseyeRoland Clobus
2021-02-10lilo is not available any more in Bullseye (and newer), see #973850Roland Clobus
2021-02-10The local LIVE_BUILD wins over the system live-build for the list of udeb ↵Roland Clobus
exclusions
2021-02-10The local LIVE_BUILD wins over the system live-build for the list of udeb ↵Roland Clobus
inclusions. Only copy when the distribution is known
2021-02-04Restore_package_cache: Handle existing but empty packages directoryRyan Finnie
2021-01-30binary_syslinux: Do not modify grub theme.txt if grub/splash.png existsRyan Finnie
If grub/splash.png exists, assume the configuration editor intends to have a grub-specific splash.png, and do not modify theme.txt. But if syslinux has the only known splash.png, use it for both syslinux and grub. (This allows for a hybrid image where the grub side can have e.g. a 16:9 1920x1080 splash.png which gets grub is capable of automatically scaling, while the syslinux side has a 640x480 splash.png which effectively must be this fixed size.)