summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-23iso: T6262: update the boot splash for 1.5/CircinusDaniil Baturin
Picture courtesy of Oleg Gorobets
2024-04-22Merge pull request #574 from dmbaturin/T3664-submodule-moveJohn Estabrook
build: T3664: move the vyos-1x submodule to packages
2024-04-22build: T3664: adjust the vyos-1x submodule path in scriptsDaniil Baturin
2024-04-22build: T3664: add vyos-1x repo as packages/vyos-1x submoduleDaniil Baturin
2024-04-22build: T3664: remove the vyos-1x submodule from the rootDaniil Baturin
to prepare to move it to a subdirectory
2024-04-20Kernel: T5887: update Linux Kernel to v6.6.28Christian Breunig
2024-04-20Merge pull request #550 from dmbaturin/T3664-raw-flavorsChristian Breunig
build: T3664: add support for building non-ISO flavors
2024-04-17Merge pull request #569 from jestabro/confirm-passViacheslav Hletenko
image-tools: T6154: installer prompts to confirm password
2024-04-16image-tools: T6154: installer prompts to confirm non-default passwordJohn Estabrook
2024-04-16build: T3664: move sudo out of the make targetDaniil Baturin
to avoid permission problems
2024-04-16Merge pull request #568 from sever-sever/T6238Daniil Baturin
T6238: Fix title check commit message for f-string
2024-04-16T6238: Fix title check commit message should for f-stringViacheslav Hletenko
Fix ``` Commit title '{title}' does not match the required format! ```
2024-04-15build: T3664: correct the parameterized make ruleDaniil Baturin
2024-04-15build: T3664: initialize git vyos-1x submodule before importsJohn Estabrook
Signed-off-by: Daniil Baturin <daniil@vyos.io>
2024-04-15build: T3664: add a parameterized make rule for build targetsDaniil Baturin
to simplify the now-rather-tricky build script invocation
2024-04-15docker: T3664: add dependencies for raw disk buildingDaniil Baturin
2024-04-14fix path to versions fileJohn Estabrook
Signed-off-by: Daniil Baturin <daniil@vyos.io>
2024-04-14Kernel: T5887: update Linux Kernel to v6.6.27Christian Breunig
2024-04-14Merge pull request #559 from Giggum/vyos-build_T5694-6123Daniil Baturin
ntp: T6080: T6123: restrict config.boot.default NTP settings to RFC1918 and fe80::/10, fc00::/7 only
2024-04-13build: T3664: add a sanity check for image_formatDaniil Baturin
and normalize it to a list if only one format is specified
2024-04-13build: T3664: filter out non-TOML files from the build flavor dirDaniil Baturin
to avoid mistakenly listing auixilliary files like README as flavors
2024-04-13Account for the working dir below the root in git invocationJohn Estabrook
Signed-off-by: Daniil Baturin <daniil@vyos.io>
2024-04-13Merge pull request #565 from c-po/T6173-fixChristian Breunig
T6173: fix TypeError: 'NoneType' object is not iterable
2024-04-13T6173: fix TypeError: 'NoneType' object is not iterableChristian Breunig
Commit 611cfc85c531 ("T6173: validate allowed characters in ISO image name") missed the probability that version is a dict member bot empty.
2024-04-13Merge pull request #560 from sever-sever/T6238Christian Breunig
T6238: Check pull request title action requires the python script
2024-04-13Merge pull request #561 from sever-sever/T6235-buildChristian Breunig
T6235: Git update actions-label-merge-conflict version
2024-04-13T6235: Git update actions-label-merge-conflict versionViacheslav Hletenko
Update `actions-label-merge-conflict` due to `Node.js 16 actions are deprecated.`
2024-04-13T6238: Check poll request title action requires the python scriptViacheslav Hletenko
The `check-pr-title-and-commit-messages.py` that used for the action is not exists. Add this script.
2024-04-11Enhance config.boot.default NTP allow-clients for T5694 and T6123Ginko
Adds ipv4/ipv6 localhost, link-local and private address as allowed-clients to NTP service.
2024-04-11Kernel: T5887: update Linux Kernel to v6.6.26Christian Breunig
2024-04-11Merge pull request #556 from sever-sever/T6228Christian Breunig
T6228: Cleanup of not existing systemd units
2024-04-11Merge pull request #555 from sever-sever/T1797-disable-serviceChristian Breunig
T1797: Delete not exist disable vpp service
2024-04-11T6228: Cleanup of not existing systemd unitsViacheslav Hletenko
Delete not existing units: ``` 06:12:51 Failed to disable unit, unit logd.service does not exist. 06:12:51 Failed to disable unit, unit heartbeat.service does not exist. ```
2024-04-11T1797: Delete not exist disable vpp serviceViacheslav Hletenko
The builder log: ``` 06:12:53 Failed to disable unit, unit vpp.service does not exist. ```
2024-04-10build: T3664: add support for building non-ISO flavorsDaniil Baturin
2024-04-10Merge pull request #553 from c-po/T6173Daniil Baturin
T6173: validate allowed characters in ISO image name
2024-04-08T6173: validate allowed characters in ISO image nameChristian Breunig
Building custom VyOS version: 1.5-asdf%-202404081841 I: Checking if packages required for VyOS image build are installed Version contained illegal character(s), allowed: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+
2024-04-08Merge pull request #551 from jestabro/default-config-choiceChristian Breunig
image-tools: T6207: update test script for prompt for boot config
2024-04-07image-tools: T6207: update test script for prompt for boot configJohn Estabrook
2024-04-07build: T3664: add vyos-1x as a submoduleDaniil Baturin
to be able to use its functions in build scripts
2024-04-06Debian: T6199: add pylint do list of build dependenciesChristian Breunig
2024-04-05Kernel: T5887: update Linux Kernel to v6.6.25Christian Breunig
2024-04-05Merge pull request #549 from HollyGurza/T5124Daniil Baturin
T5124: Python3 deprecation distutils
2024-04-05T5124: Python3 deprecation distutilskhramshinr
2024-04-03Kernel: T5887: rebase inotify patchChristian Breunig
2024-04-03T6199: remove unneeded python3-sphinx build dependency for vyos-1xChristian Breunig
2024-04-03Kernel: T5887: update Linux Kernel to v6.6.24Christian Breunig
2024-04-02Update the rolling release signing keyDaniil Baturin
2024-04-01Merge pull request #547 from c-po/dropbearChristian Breunig
dropbear: T6195: package upgrade 2022.83-1+deb12u1
2024-04-01dropbear: T6195: add missing libpam0g-dev build dependencyChristian Breunig