Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-04 | Fix a typo in the README. | Daniil Baturin | |
2020-08-03 | build-packages: remove obsolete script and link to VyOS documentation | Christian Poessinger | |
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. | |||
2020-06-20 | README: explain vars and packages folders in root | Christian Poessinger | |
2020-06-20 | README: fix individual package build working directory | Matt W | |
2020-04-16 | README: publish release name for VyOS 1.4 | Christian Poessinger | |
2020-01-04 | README: update link to build instructions | Christian Poessinger | |
2019-12-21 | README: point users to docs.vyos.io, remove manual building section | Jernej Jakob | |
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. | |||
2019-12-21 | README: update scripts/build-packages help, some small changes | Jernej Jakob | |
2019-12-18 | Switch from Debian Jessie (8) to Debian Buster (10) | Christian Poessinger | |
2019-12-13 | README: add warning about packages in packages directory | Jernej Jakob | |
2019-12-13 | README: add note about building a package from a custom repo (fork) | Jernej Jakob | |
2019-07-18 | Add note about building the image on non-linux systems using docker | Benjamin Pill | |
Currently it is only working on linux systems (using docker) | |||
2019-07-05 | Update README.md | Eshenko Dmitriy | |
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.` | |||
2019-07-04 | Detailed branch naming explanation. | Daniil Baturin | |
2019-04-26 | README: adjust chapters to new VyOS package build script | Christian Poessinger | |
2019-04-23 | Replace build-submodules with Python based package builder | Christian Poessinger | |
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. | |||
2019-04-02 | Remove a reference to the build-iso | Daniil Baturin | |
That's all history now. | |||
2019-04-02 | Reorder sections so that docker and submodule stuff is not between ↵ | Daniil Baturin | |
./configure and make iso | |||
2019-01-25 | Update README.md (#38) | Daniel Pro | |
Corrected few minor typos | |||
2019-01-25 | Corrected typo in git submodule command (#40) | Nicholas Humfrey | |
2019-01-12 | README.md: typo fixes | Christian Poessinger | |
2019-01-12 | Update README.md Docker instructions and branch names | Christian Poessinger | |
2018-12-28 | Rename build script to build-submodules and removed docker from the build ↵ | Runar Borge | |
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. | |||
2018-12-25 | Remove vyatta-util and upate list of packages failing docker build | Runar Borge | |
2018-12-24 | Restructured example compilation code for easy reading | Runar Borge | |
2018-12-24 | Added script and instructions for building most packages from source. | Runar Borge | |
Using the vyos-builder docker container. Also added examples on doing builds. | |||
2018-12-18 | T1070 - docker build of vyos-strongswan (#31) | runborg | |
* 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 | |||
2018-11-20 | Clarify the debootstrap step | Daniil Baturin | |
2018-09-03 | T556: Added packages to docker image for building qemu image and vyos-1x | unixninja92 | |
2018-09-03 | Added simpler docker instructions for linux and fixed for mac and windows (#24) | Charles Teese | |
2018-06-25 | Merge branch 'master' into current | Daniil Baturin | |
Conflicts: README.md | |||
2018-06-24 | README.md: place QEMU and VMWare in dedicated chapter | Christian Poessinger | |
2018-06-24 | README.md: make it look more fancy | Christian Poessinger | |
2018-06-23 | README.md: use live-build instead of live-helper | Christian Poessinger | |
... as suggested by @hagbard-01 | |||
2018-06-23 | Break overly long lines. | Daniil Baturin | |
2018-06-23 | Break overly long lines. | Daniil Baturin | |
2018-06-09 | Typo fixes and improvements for the readme | Daniil Baturin | |
2018-05-25 | Merge pull request #15 from mtudosoiu/current | Daniil Baturin | |
task #T555 && #T556 add tools/submod-mk and Dockerfile to vyos-build repository | |||
2018-05-07 | Suggests to use deboostrap to create Jessie env (#17) | Hideki Yamane | |
* 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. | |||
2018-02-21 | Task #556 Update README.md | mtudosoiu | |
2018-02-21 | Task #556 Update README.md for Dockerfile | mtudosoiu | |
2018-02-21 | update R | mtudosoiu | |
2017-05-06 | Update the README. 1.2.0 isn't so experimental anymore. | Daniil Baturin | |
2017-05-05 | Change website URL to .io | Hannes Kindströmmer | |
Change ````http://vyos.net``` to ```https://vyos.io``` since the .net domain is redirecting to .io domain. | |||
2017-01-25 | Switch all build scripts to python3. | Daniil Baturin | |
Since we only support jessie as build host, and jessie knowingly does have python3 (although not by default), we don't really need to worry about being both 2 and 3 compatible. | |||
2017-01-06 | Fixing required package list | Jason Hendry | |
2016-03-08 | Add how to build VM images to README.md (ref T14). | Yuya Kusakabe | |
2015-12-20 | Some history and branch information in the README. | Daniil Baturin | |
2015-12-17 | Add a README draft. | Daniil Baturin | |