summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-25nmap was listed twice.hagbard
2018-06-25Add aptitude and apt-rdepends to the dev package lists. They come in handy ↵Daniil Baturin
for untangling package dependencies.
2018-06-25Merge branch 'master' into currentDaniil Baturin
Conflicts: README.md
2018-06-24README.md: place QEMU and VMWare in dedicated chapterChristian Poessinger
2018-06-24README.md: make it look more fancyChristian Poessinger
2018-06-23README.md: use live-build instead of live-helperChristian Poessinger
... as suggested by @hagbard-01
2018-06-23Break overly long lines.Daniil Baturin
2018-06-23Break overly long lines.Daniil Baturin
2018-06-23Merge branch 'current'Daniil Baturin
2018-06-23Revert "Master branch README."Daniil Baturin
This reverts commit 6d3fcf76bf829306bc812ba18eef186d8d165f66.
2018-06-21T703: add 'nmap' to utils package listChristian Poessinger
VyOS scripts do not use it, people certainly do.
2018-06-15T697: add openssh-client to the utils package list.Daniil Baturin
VyOS scripts do not use it, but people certainlt do.
2018-06-14T697: move lsof and iftop to the utils package list.Daniil Baturin
2018-06-09Typo fixes and improvements for the readmeDaniil Baturin
2018-06-08Use os.makedirs instead of distutils stuff, make the configure script more ↵Daniil Baturin
verbose, pretty print build-config.json
2018-06-08Move the version.json file used by newer code to /usr/share/vyosDaniil Baturin
2018-06-06T596: replace + in new version format by -Christian Poessinger
The new version scheme was introduced in commit d2e4f63f03 ("T596: use a more descriptive dev build version format.". It superseeded the old 999.something version numbers. New version numbers for rolling releases are in the form of vyos-1.2.0-rolling+201806062125-amd64.iso but the '+' sign will be replaced by '%2B' when e.g. downloading the file via http(s), this may be confusing.
2018-06-04Added vyatta-quagga submoduleChristian Poessinger
2018-05-25Merge pull request #15 from mtudosoiu/currentDaniil Baturin
task #T555 && #T556 add tools/submod-mk and Dockerfile to vyos-build repository
2018-05-20T561: split vyos and debian repos.Daniil Baturin
2018-05-20Rename the hook for package cleanup to make room for other hooks, it should ↵Daniil Baturin
be executed last, or at least after all other steps that do package installation are complete.
2018-05-17Merge branch 'current' of github.com:vyos/vyos-build into currentDaniil Baturin
2018-05-17T574: set the hostname in the default config to make sure it's set correctly ↵Daniil Baturin
on boot.
2018-05-15More fix for version number for vagrant libvirt boxYuya Kusakabe
2018-05-15Fix Version is too large error when creating version to vagrant cloudYuya Kusakabe
2018-05-15Re-enable installing recommended packages, disabling them breaks the image.Daniil Baturin
2018-05-15Merge branch 'current' of github.com:vyos/vyos-build into currentDaniil Baturin
2018-05-15T637: remove tcpdump from the "extras" to move it to the vyos-1x dependencies.Daniil Baturin
2018-05-15Fix version number for vagrant libvirt boxYuya Kusakabe
2018-05-15Merge branch 'current' of github.com:vyos/vyos-build into currentDaniil Baturin
2018-05-15Reduce image bloat.Daniil Baturin
1. Do not install "recommended" packages 2. Do not keep apt indices in the binary image 3. Clean up firmware packages that are installed by metapackages but are not required for for network or storage hardware. 4. Revert vim to vim-tiny
2018-05-15Add tools/get_latest_iso.pyYuya Kusakabe
2018-05-07Suggests 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-05-05Merge branch 'current' of github.com:vyos/vyos-build into currentDaniil Baturin
2018-05-05T620: include iperf in the image.Daniil Baturin
2018-05-01Fix bad URI of vagrant box URLYuya Kusakabe
2018-05-01Fix build script for vagrant libvirt boxYuya Kusakabe
See Vagrant Version Constraints: https://www.vagrantup.com/docs/boxes/versioning.html#version-constraints
2018-04-30T584: include Mellanox OFED drivers in the image.Daniil Baturin
2018-04-26T610: Add qemu-guest-agent into VyOS ISOChristian Poessinger
2018-04-20hooks: migrate from dnsmasq to pdns-recursorChristian Poessinger
2018-04-05T596: use a more descriptive dev build version format.Daniil Baturin
2018-03-26Merge branch 'current' of github.com:vyos/vyos-build into currentDaniil Baturin
2018-03-21Added vyatta-iproute submoduleChristian Poessinger
2018-03-20T578: Update vyos-kernelYuya Kusakabe
2018-03-15T565: VyOS Kernel Update v4.14.26Christian Poessinger
2018-03-14Added 'vyos-keepalived' submoduleChristian Poessinger
2018-02-21Task #556 Update README.mdmtudosoiu
2018-02-21Task #556 Update README.md for Dockerfilemtudosoiu
2018-02-21update Rmtudosoiu
2018-02-21Task #T556 add dockerfile for vyos-build-nodemtudosoiu
use debian:jessie docker container as build node for vyos1.2.x