| Age | Commit message (Collapse) | Author |
|
* T8947: migrate remaining current→rolling residuals on rolling branch
Post-1c the default branch is `rolling`, but several build-config values
on this branch still referenced the old `current` repo path / codename /
train identity. These are not cosmetic — they break the rolling ISO build:
- docker/vyos-dev.list: apt source baked into vyos/vyos-build:rolling still
pointed at repositories/current (Hit/Err on package builds). Now
repositories/rolling + codename `rolling` (verified against live repo:
Suite/Codename `rolling`, Components `main`).
- data/defaults.toml: vyos_mirror → repositories/rolling; vyos_branch →
rolling (build-vyos-image checks out vyos-1x at this branch — `current`
no longer exists post-1c); release_train → rolling (apt pin codename +
os-release identity).
- data/live-build-config/archives/vyos-dev.pref.chroot: Pin codename
n=rolling to match the repo.
- data/versions: key current→rolling. build-vyos-image looks up
version_mapping[git_branch]; git_branch is `rolling`, so the `current`
key KeyErrored and the version fell back to 999.<timestamp>.
- .github/config/smoketest-branches.json: rolling-train entry key
current→rolling (looked up by branch name; was already 404ing on
rolling) + mirror + container_image to rolling.
os-release impact (intended): rolling images now report
VERSION_CODENAME=rolling and "(rolling)" in PRETTY_NAME/VERSION. The
-rolling version suffix is hardcoded and unaffected.
Companion to Rollout 1c (T8943). Ref IS-504.
🤖 Generated by [robots](https://vyos.io)
* T8947: finish current→rolling residuals in docs/Dockerfile examples
Address adversarial-review findings (Codex) — stale current refs on the
rolling branch outside build config:
- .github/PULL_REQUEST_TEMPLATE.md: CONTRIBUTING link vyos-1x/blob/current
→ blob/rolling (was a broken link — vyos-1x renamed current→rolling in 1c).
- README.md: "Development Branches" section described the default branch as
`current`; updated to `rolling` (dropped the obsolete "may switch to main"
note — the rename already happened, to rolling).
- docker/Dockerfile: build-example comments vyos-build:current* →
vyos-build:rolling*.
Ref IS-504, companion to T8943.
🤖 Generated by [robots](https://vyos.io)
|
|
Fix typos and mistakes in the comments
No functional changes
|
|
|
|
|
|
|
|
Ten years after the discontinuation of Vyatta Core,
there certainly aren't any users of it left. ;)
|
|
|
|
|
|
The referenced scripts/build-packages script was a proof of concept from me
some time ago to build VyOS packages through a more or less tiny wrapper. The
script was not maintained at any time and randomly caused more harm then good.
The script has been abandoned and the documentation has been updated on how to
build individual VyOS packages.
|
|
|
|
|
|
|
|
|
|
Point users to docs.vyos.io, this readme is duplicated there.
Since building with debootstrap isn't supported since a long time ago,
remove the section.
|
|
|
|
|
|
|
|
|
|
Currently it is only working on linux systems (using docker)
|
|
Add `apt-get update -o Acquire::Check-Valid-Until=false` for fix error `...jessie-backports/InRelease is expired. Updates for this repository will not be applied.`
|
|
|
|
|
|
Support building individual VyOS packages by this modules. Call
scripts/build-packages -l to list all available packages which will be
build when invoking scripts/build-packages.
|
|
That's all history now.
|
|
./configure and make iso
|
|
Corrected few minor typos
|
|
|
|
|
|
|
|
process.
The script was originally named `build-docker-subpackages` and executed docker for every package built.
This has now changed so that the user could choose to do a docker or native build.
The readme is aldo updated to reflect this change.
|
|
|
|
|
|
Using the vyos-builder docker container.
Also added examples on doing builds.
|
|
* T1070 - Added packages and readme notes about building strongswan
strongswan is easely built using a docker image, but needs special options to pass tests.
Added notes in the readme about building it and building instructions
* T1070 - Restructured build example for wyos-strongswan
|
|
|
|
|
|
|
|
Conflicts:
README.md
|
|
|
|
|
|
... as suggested by @hagbard-01
|
|
|
|
|
|
|
|
task #T555 && #T556 add tools/submod-mk and Dockerfile to vyos-build repository
|
|
* Suggest to use deboostrap to create Jessie env
Not prepare Jessie host but create Jessie environment with debootstrap, since it runs on many, many distros and versions.
|
|
|
|
|
|
|
|
|