summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-18Merge pull request #50 from runborg/revert-49-update-to-apply-argsKim
T1445: Revert "Update to apply arguments"
2019-06-18Revert "Update to apply arguments (#49)"runborg
This reverts commit 0d8e2d76169bf70b7dc4707d496d227d57629bb6.
2019-06-18T1444: Update Linux Kernel to 4.19.52Christian Poessinger
2019-06-16Update to apply arguments (#49)Tomohiro Nakamura
2019-06-16T1327: add serial console (115200,8n1) to ISO kernel command-lineChristian Poessinger
2019-06-04T1410: Upgrade Linux Kernel to 4.19.48Christian Poessinger
2019-05-28Packages: clean, fetch and keep options are mutually exclusiveChristian Poessinger
... as it makes no sense to keep and clean a package or any other combination.
2019-05-28Packages: add '--keep' option to not clean packagesChristian Poessinger
By default all git repos are reset using 'git reset --hard' and cleaned using 'git clean -x -d -f'. A developer sometimes would like to keep his changes and thus the --keep option was added.
2019-05-28Packages: do not create obsolete 'data/kernel_version' fileChristian Poessinger
2019-05-28T1410: Upgrade Linux Kernel to 4.19.46Christian Poessinger
2019-05-26Packages/modules: install accel-ppp and wireguard modules into right locationChristian Poessinger
... previously the modules have been installed into /lib/modules/4.14.45 and not 4.14.45-amd64-vyos.
2019-05-24Packages: add live-boot package to build procedureChristian Poessinger
2019-05-24Packages/kernel: ensure proper initramfs handlingChristian Poessinger
When building the kernel with 'make deb-pkg' insted of 'make-kpkg' - which is the new official way - an initramfs will be deployed. This break's VyOS! Delete all possible initramfs image(s) before building the final VyOS initramfs image.
2019-05-23Docker: adjust dependencies on vyatta-iproute packageChristian Poessinger
2019-05-23T1402: Update Linux Kernel to 4.19.45Christian Poessinger
2019-05-23Remove obsolete 'data/kernel_version' fileChristian Poessinger
2019-05-21update cloud buildsUnicronNL
2019-05-13intel: remove bash debug flag (-x) when building driversChristian Poessinger
2019-05-13Remove build-kernel helper scriptChristian Poessinger
Logic is available via scripts/build-package helper.
2019-05-13T1378: extend version file with Git commit IDChristian Poessinger
The Git commit ID will be crucial for the future when the full VyOS build can be reproduced by the one Git commit ID, thus start recording it in the version file.
2019-05-12Add arm64 docker file.UnicronNL
2019-05-12rename amd64 to arm for packer downloadUnicronNL
2019-05-12Add Dockerfile for armhf.UnicronNL
Remove pkg-build.sh file and reference in Dockerfile
2019-05-09Docs: move custom 1U baremetal router to vyos-documentationChristian Poessinger
2019-05-08undo hooks: initramfs: add option to update an existing initramfsKim
this is to generate an initramfs if it does not exist, updating when not exist does not work and will break the image build process
2019-05-06Jenkins: adjust artifacts to archiveChristian Poessinger
2019-05-06Jenkins: remove dbg packages before assembling ISO to reduce sizeChristian Poessinger
Some packages produce debug symbols which we do not wan't to have in our ISO: * librtr / rtr-tools * libsnmp * Linux Kernel
2019-05-05hooks: initramfs: add option to update an existing initramfsChristian Poessinger
2019-05-05Revert "hooks: initramfs: add option to remove an existing initramfs"Christian Poessinger
This reverts commit 5a3489861dc50e6bd4083993ad8065340f8f7c0f.
2019-05-05T1366: Update Linux Kernel to v4.19.40Christian Poessinger
2019-05-05hooks: initramfs: add option to remove an existing initramfsChristian Poessinger
2019-05-05Jenkins: list build packagesChristian Poessinger
2019-05-04Packages: add vyos-replace package to build procedureChristian Poessinger
2019-05-04intel: remove debhelper depencendy on linux-imageChristian Poessinger
2019-05-04intel: set debhelper compat level to 9Christian Poessinger
2019-05-03Packages: add keepalived 2.0.10 to build procedureChristian Poessinger
2019-05-03Docker: add additional dependencies for Debian keepalived repoChristian Poessinger
2019-05-03Revert "Makefile: proper handle 'make iso' error codes"Kim Hagen
This reverts commit 2ffff339c5515280a1926d2ee134d5d2c7cdbcfc.
2019-05-03Revert "use bash as the shell for make"Kim Hagen
This reverts commit 01fd8dfdec8278e63f43502da44b4e7f8d0bf9e5.
2019-05-03use bash as the shell for makeKim
2019-04-29add reprepro deploy scriptKim Hagen
2019-04-27Packages: add net-snmp package to build procedureChristian Poessinger
2019-04-27Packages: remove duplicate '-j' statement when building KernelChristian Poessinger
2019-04-27Packages: use Kernel Maintainer build command for Linux KernelChristian Poessinger
make-kpkg is a deprecated command and make deb-pkg should be used which is maintained by the Kernel developers. Switch to the new command for Kernel building which eases the transition to Debian Buster.
2019-04-26Merge branch 'source-build' of https://github.com/c-po/vyos-build into currentChristian Poessinger
* 'source-build' of https://github.com/c-po/vyos-build: Docker: fix pmacct build dependencies Packages: support --blacklist option to not build individual packages Packages: fix missing bytes stuck in the output buffer Docker: add package requirements to build keepalived Docker: Use close sections when working with jessie-backports README: adjust chapters to new VyOS package build script Packages: extract kernel version from defaults.json Packages: use 'make kernelversion' instead of grep magic Packages: add bgpq3 (debian/0.1.33-1) package to build procedure Jenkins: archive ISO and build.log artifacts Makefile: proper handle 'make iso' error codes Packages: remove vyatta-quagga Packages: add ethtool (debian/1%4.19-1) package to build procedure Packages: define custom command for vyos-strongswan intel: adjust URL for ixgbevf 4.5.2 Replace build-submodules with Python based package builder Remove outdated/unmaintained submodules
2019-04-26Docker: fix pmacct build dependenciesChristian Poessinger
Debian Jessie Backports ships default-libmysqlclient-dev but Debian Jessie only provides libmysqlclient-dev.
2019-04-26Packages: support --blacklist option to not build individual packagesChristian Poessinger
2019-04-26Packages: fix missing bytes stuck in the output bufferChristian Poessinger
A last read() was missing to the temporary files when reporting errors after a command was executed.
2019-04-26Docker: add package requirements to build keepalivedChristian Poessinger
2019-04-26Docker: Use close sections when working with jessie-backportsChristian Poessinger
Making the jessie-backports repository globally available might cause problems when installing packages which have mixed versions. This was observed with the following packages which could not be installed when jessie-backports was listed always in /etc/apt/sources.list * libnl-3-200 * libnl-3-dev * libnl-genl-3-200 * libnl-genl-3-dev