summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-01-30Merge pull request #44 from njh/ipaddrcheckChristian Poessinger
T1214: Add `ipaddrcheck` to the packages directory
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-28open-vm-tools is now a dependency of vyos-vmwaretools-scriptshagbard
2019-01-27Docker: update to latest libvyosconfig revisionChristian Poessinger
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-26Merge branch 'source-build' of github.com:c-po/vyos-build into currentChristian Poessinger
* 'source-build' of github.com:c-po/vyos-build: build-submodules: ease FRR build procedure build-kernel: no need to build source and debug package Remove wrong vyos-xe-guest-utilities submodule in root folder Docker: build libyang Debian package
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-26Remove wrong vyos-xe-guest-utilities submodule in root folderChristian Poessinger
2019-01-26Docker: build libyang Debian packageChristian Poessinger
2019-01-26Docker: evaluate OPAM environment during build timeChristian Poessinger
2019-01-26Docker: ease opam pin call for vyconfChristian Poessinger
2019-01-26Merge branch 'current' of github.com:c-po/vyos-build into currentChristian Poessinger
* 'current' of github.com:c-po/vyos-build: Jenkins: cleanup Docker: Make OPAM system wide available When building linux-kernel use number of host CPUs on parallel build When building parse Git commit ID When building frr clean out Git repository first Fix --verbose option when building submodules Build submodules in parallel with number of host CPUs submodules: add igmpproxy submodules: add vyos-xe-guest-utilities
2019-01-26Jenkins: cleanupChristian Poessinger
2019-01-26Docker: Make OPAM system wide availableChristian 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-26Docker: Delete duplicate line for libcurl4-openssl-dev (#42)Nicholas Humfrey
2019-01-25Fixed typo.hagbard
2019-01-26Correct a typo in opam pin addDaniil Baturin
2019-01-26Install Menhir with opam and use an opam pin for installing vyconfDaniil Baturin
Quite a bit shorter than running the whole vyconf build sequence by hand.
2019-01-26Revert "Added menhir as a build dependency for libvyosconfig" (#41)Daniil Baturin
2019-01-25Merge pull request #39 from njh/menhirhagbard-01
Added menhir as a build dependency for libvyosconfig
2019-01-25Update README.md (#38)Daniel Pro
Corrected few minor typos
2019-01-25Corrected typo in git submodule command (#40)Nicholas Humfrey
2019-01-21Added menhir as a build dependency for libvyosconfigNicholas Humfrey
2019-01-21build-submodules: add vyos-1x packageChristian Poessinger
2019-01-21Jenkins: force usage of self compiled packagesChristian Poessinger
Remove all references to the vyos package mirror via Python vyos_repo_entry variable. Thus we ensure that only the packages the have been compiled from source are used.
2019-01-21Docker: add build dependencies for VyConf and libvyosconfigChristian Poessinger
2019-01-19Docker: restructure installation routine for better readabilityChristian Poessinger
2019-01-18Adding vyos-netplug to installation package listhagbard
2019-01-17build-submodules: add vyos-netplugChristian Poessinger
2019-01-17build-submodules: add VyConfChristian Poessinger
2019-01-17adding submodule vyos-xe-guest-utilitieshagbard
2019-01-17adding vyos-xe-guest-utilities since it was removed from vyos-world pointing ↵hagbard
to that spot here.
2019-01-17added submodule vyos-vmwaretools-scriptshagbard
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-17Merge branch 'current' of github.com:runborg/vyos-build into currentRunar Borge