summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2019-03-31Revert "live-build: final fix for Debian Backports (all good things are three)"Christian Poessinger
This reverts commit 432f35f0edc7f610eceff1a62e431c527a11a3f5.
2019-03-28live-build: final fix for Debian Backports (all good things are three)Christian Poessinger
166f8735e4e ("live-build: fix copy/paste error") still did not set all required parts for the build script. All good things will be three!!!
2019-03-28live-build: set jessie-backports mirror to archive.debian.orgChristian Poessinger
2019-03-25T1313: add support for reusable build flavor files.Daniil Baturin
2019-03-10[build] Use pdns-recursor binary packages from PowerDNSChristian Poessinger
https://repo.powerdns.com/ provides a package repository for Debian 8 which serves us automatically all security updates instead of rebuilding the package by us. This drops the maintenance of one additional package.
2019-03-18Add vmware ovf build procedureKim Hagen
2019-03-02T929: remove debian-firmware packages from buildChristian Poessinger
Kernel Firmware BLOBs will be delivered by the new vyos-firmware package
2019-02-27Update build-GCE-image (#46)bnjf
1. enable serial output for grub 2. sync isn't enough, tar was reliably throwing "changed as we read it" on my build box. umount instead to quiesce.
2019-02-02Merge pull request #45 from njh/i386hagbard-01
Changed architecture name for 32-bit x86 to 'i386'
2019-02-02Changed architecture name for 32-bit x86 to 'i386'Nicholas Humfrey
This is the official Debian designation for the architecture (And what dpkg --print-architecture returns) https://www.debian.org/releases/stable/i386/ch02s01.html.en
2019-02-01Add lldp and pdns-recursor submodulesChristian Poessinger
2019-01-31build-submodules: add ipaddrcheckChristian Poessinger
2019-01-30Revert "T1214: Add `ipaddrcheck` to the packages directory"Christian Poessinger
libcidr-dev is not available until Debian Buster thus the container can't be build. This reverts commit 9779f9938e1a80736738b2b9021a0db4dd872bfa.
2019-01-30build-submodules: add vyos-vmwaretools-scriptsChristian Poessinger
2019-01-30T1214: Add `ipaddrcheck` to the packages directoryNicholas Humfrey
2019-01-30Merge branch 'source-build' of github.com:c-po/vyos-build into currentChristian Poessinger
* source-build: Docker: update to latest libvyosconfig revision build-submodules: source OPAM environemnt if not present build-submodules: change VERBOSE logic build-submodules: report back package error when build with --verbose build-submodules: add libyang
2019-01-30T1202: Add `hvinfo` to the packages directory (#43)Nicholas Humfrey
2019-01-27build-submodules: source OPAM environemnt if not presentChristian Poessinger
2019-01-27build-submodules: change VERBOSE logicChristian Poessinger
2019-01-27build-submodules: report back package error when build with --verboseChristian Poessinger
2019-01-27build-submodules: add libyangChristian Poessinger
2019-01-26build-submodules: ease FRR build procedureChristian Poessinger
Commit 670b6ca83b018 ("Docker: build libyang Debian package") build the libyang package into a proper Debian package which is used during build of FRR. With this change we can remove the FRR compile hack!
2019-01-26build-kernel: no need to build source and debug packageChristian Poessinger
2019-01-26When building linux-kernel use number of host CPUs on parallel buildChristian Poessinger
2019-01-26When building parse Git commit IDChristian Poessinger
2019-01-26When building frr clean out Git repository firstChristian Poessinger
2019-01-26Fix --verbose option when building submodulesChristian Poessinger
2019-01-26Build submodules in parallel with number of host CPUsChristian Poessinger
2019-01-26submodules: add igmpproxyChristian Poessinger
2019-01-26submodules: add vyos-xe-guest-utilitiesChristian Poessinger
2019-01-21build-submodules: add vyos-1x packageChristian Poessinger
2019-01-17build-submodules: add vyos-netplugChristian Poessinger
2019-01-17Merge pull request #37 from runborg/currentChristian Poessinger
Add selective package build, show commit id and small fix for overwriting text
2019-01-17Changed command to get commit idRunar Borge
2019-01-17Fixed print error when using SKIP message, all text was not overwrittenRunar Borge
2019-01-17Added display of the current commit id on built packagesRunar Borge
2019-01-17build-submodules: add libvyosconfigChristian Poessinger
2019-01-17build-submodules: add librtrChristian Poessinger
2019-01-17build-submodules: add vyos-salt-minionChristian Poessinger
2019-01-17build-submodules: add vyos-opennhrpChristian Poessinger
2019-01-17build-submodules: add ddclient and vyatta-biosdevnameChristian Poessinger
2019-01-16Merge remote-tracking branch 'upstream/current' into currentRunar Borge
2019-01-16build-submodules: add eventwatchdChristian Poessinger
2019-01-16build-submodules: add conntrack-toolsChristian Poessinger
2019-01-15Adding help for --build-Runar Borge
2019-01-15Added support for building only selected packagesRunar Borge
2019-01-14build-submodules: remove vyos-pppoe-server which is replaced by vyos-1xChristian Poessinger
2019-01-14build-submodules: fix 'sed' script for FRR Debian packagingChristian Poessinger
2019-01-14build-submodules: remove vyatta-vrrp which is no longer requiredChristian Poessinger
vyatta-vrrp code has been replaced by vyos-1x implementation
2019-01-14build-submodules support FRR build from 'master' branchChristian Poessinger