summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-05-30T8943: migrate mirror wrapper to App-ready uniform stub (rollout 1b Task 5) ↵HEADcurrentYuriy Andamasov
(#18) Switches from explicit PAT/REMOTE_OWNER secrets to secrets: inherit and adopts the uniform stub with vars.MIRROR_ENABLED kill-switch (default-on). Behavior-neutral against current PAT-using central workflow. Plan: ~/.claude/plans/2026-05-26-mirror-rollout-1b-revised.md Task 5 🤖 Generated by [robots](https://vyos.io)
2026-05-26Merge pull request #16 from vyos/claude/coderabbit-yaml-t8851Daniil Baturin
coderabbit: T8851: add .coderabbit.yaml for central-config inheritance
2026-05-25Merge pull request #17 from vyos/mergify/configuration-deprecated-updateYuriy Andamasov
ci(mergify): upgrade configuration to current format
2026-05-25coderabbit: T8851: add .coderabbit.yaml for central-config inheritanceYuriy Andamasov
2026-05-24ci(mergify): upgrade configuration to current formatmergify[bot]
2026-05-14Merge pull request #15 from vyos/T8852-mergify-extendsDaniil Baturin
T8852: migrate .github/mergify.yml to extends: mergify
2026-05-13T8852: migrate .github/mergify.yml to extends: mergifyYuriy Andamasov
2026-05-11Merge pull request #12 from vyos/T8531-restrict-mergify-commandsJohn Estabrook
T8531: add Mergify config with commands restrictions
2026-05-08Merge pull request #14 from vyos/T8595-add-agents-mdYevhen Bondarenko
general: T8595: add AGENTS.md
2026-05-08general: T8595: drop awkward "even on 1.4" qualifierYuriy Andamasov
🤖 Generated by [robots](https://vyos.io)
2026-05-07general: T8595: scrub private-org references from public AGENTS.mdYuriy Andamasov
2026-05-07general: T8595: add AGENTS.mdYuriy Andamasov
2026-05-07T8218: removed unqueue from mergify yaml as it is not supportedYuriy Andamasov
2026-04-26T8531: add Mergify config with commands restrictionsYuriy Andamasov
2026-03-18Merge pull request #11 from jestabro/normalize-versionChristian Breunig
T8398: update changelog and normalize version format
2026-03-17T8398: update changelog and normalize version formatJohn Estabrook
2026-03-16Merge pull request #10 from kumvijaya/currentDaniil Baturin
T8218: Fixed pull request branch fetching issue post Github pullrequest policy update
2026-03-14T8218: Fixed pull request branch fetching issue post Github pullrequest ↵kumvijaya
policy update
2025-09-26Merge pull request #9 from kumvijaya/currentYevhen Bondarenko
T7865: enabled pr mirror
2025-09-26T7865: enabled pr mirrorkumvijaya
2025-09-20Merge pull request #8 from jestabro/simplified-bind-mountChristian Breunig
T7836: move bind mount of /config to vyos-1x
2025-09-18T7836: move bind mount of /config to vyos-1xJohn Estabrook
We are removing the bind mount construction from the initrd components, as: (1) it is not needed before initialization in the vyos-1x vyos-router script (2) does not correctly update inodes on libc rename (3) fails on the livecd (cf. /var/log/live/boot.log)
2025-07-15Merge pull request #7 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 #6 from vyos/claChristian Breunig
T7579: added workflow for CLA
2025-07-04T7579: added workflow for CLAclalemeshovich
2024-10-04Merge pull request #4 from sever-sever/T6763Christian Breunig
T6763: Delete Jenkins file
2024-10-04T6763: Delete Jenkins fileViacheslav Hletenko
2024-09-14Merge pull request #1 from sever-sever/T6674-trigger-rebuils-currentChristian Breunig
T6674: Action add trigger workflow to rebuild package
2024-09-14T6674: Action add trigger workflow to rebuild packageViacheslav Hletenko
2023-08-04Use Markdown for READMEChristian Breunig
2023-08-04Add READMEChristian Breunig
2021-11-24fstab: T3990: do not mount /vat/tmp with size=25M optionChristian Poessinger
Added initially in commit 0fb1a61 ("fstab: T3990: mount tmpfs on /var/tmp to get clean FS on reboots") but this causes the "add system image" command to fail as new ISO images are downloaded to /var/tmp.
2021-11-23Debian: bump compat level to 10Christian Poessinger
2021-11-23fstab: T3990: mount tmpfs on /var/tmp to get clean FS on rebootsChristian Poessinger
2021-07-09Debian: T3641: add libpcre to initramfs libraries for live-bootChristian Poessinger
2021-06-25Debian: T3641: extend library path bugfix to all CPU architecturesChristian Poessinger
Commit f6a28ed220fff ("Debian: T3641: fix wrong library path for x86_64") added a fix for single arch (x86_64) support, but as we also support arm64, the path searching can contain an * as globbing pattern.
2021-06-24Debian: T3641: fix wrong library path for x86_64Christian Poessinger
NOTE: This is only a workaround to get x86_64 builds running again but needs a proper solution. Bug is also present in the latest upstream version [1]. Debian now comes with multiarch/multilib support so libraries are no longer stored in /lib but rather /lib/x86_64-linux-gnu or any other architecture. [1]: https://salsa.debian.org/live-team/live-boot/-/blob/debian/1%2520210208/backend/initramfs-tools/live.hook#L47
2021-06-21Debian: mark VyOS versionChristian Poessinger
2021-06-219990-misc-helpers: fix indentionChristian Poessinger
2020-06-24Jenkins: T2625: migrate to build libraryChristian Poessinger
2020-03-21Jenkins: T1870: support GitHub PullRequest buildsChristian Poessinger
2019-12-27Jenkins: make pipeline branch independentChristian Poessinger
2019-12-18Merge branch 'equuleus' of github.com:vyos/live-boot into currentChristian Poessinger
* 'equuleus' of github.com:vyos/live-boot: Jenkins: import Pipeline from vyos-1x commit bd00ec7 update Jenkins file for equuleus
2019-09-28Jenkins: import Pipeline from vyos-1x commit bd00ec7Christian Poessinger
2019-09-28Jenkins: import Pipeline from vyos-1x commit bd00ec7VyOS_1.2-2019Q4Christian Poessinger
2019-08-14update Jenkins file for equuleusUnicronNL
2019-06-14use nested loops instead of an arrayKim Hagen
2019-06-14remove obsolete if statementKim Hagen
2019-06-14fix if statementsKim Hagen