summaryrefslogtreecommitdiff
path: root/scripts/build-packages
AgeCommit message (Collapse)Author
2019-12-27Packages: cleanup unused packagesChristian Poessinger
2019-12-26packages: remove obsolete net-snmpChristian Poessinger
2019-12-22lldp: T393: migrate to vyos-1xChristian Poessinger
2019-12-19flow-accounting: T1890: Deleted vyatta-netflow package build due to ↵zsdc
replacement in vyos-1x
2019-12-18Switch from Debian Jessie (8) to Debian Buster (10)Christian Poessinger
2019-11-23Merge branch 'current' into equuleusChristian Poessinger
* current: wireless: T1627: migrate to vyos-1x T1804: add python3-psutil to docker image Kernel: T1800: update to Linux 4.19.84 add api option to the ovf template hooks: fix installation of linux firmware files Kernel: T1791: update to Linux 4.19.82 Revert "docker: set always pull to use always latest container" docker: set always pull to use always latest container vyos-qat: adding pkg dependency Revert "Docker: always use libvyosconfig HEAD revision" do not add the serial option for vep4600 add build option for vep4600 Docker: always use libvyosconfig HEAD revision T1773: update Dockerfile for changes to libvyosconfig Firmware: bail out when there is a download error Kernel: T1728: update to Linux 4.19.79 T1726: update Linux Firmware to a more recent version (2019-10-07)
2019-11-23wireless: T1627: migrate to vyos-1xChristian Poessinger
2019-09-28Packages: remove vyatta-op-dhcp-serverChristian Poessinger
2019-08-17Packages: remove obsolete vyatta-openvpnChristian Poessinger
2019-08-17Packages: remove obsolete vyatta-openvpnChristian Poessinger
2019-07-22Merge remote-tracking branch 'origin/current' into equuleusRunar Borge
fixed merge errors in: * scripts/live-build-config - kernel parameters * scripts/build-packages - fixed list of packages to compile
2019-07-20Packages: remove vyatta-op-dhcp-serverChristian Poessinger
2019-07-20Packages: default to equuleus branchChristian Poessinger
2019-06-20T1413: T1412: compilation of netplug and xe-guest-utilities is now fixed in ↵Runar Borge
equuleus
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-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-06Merge branch 'current' of github.com:vyos/vyos-build into equuleusChristian Poessinger
* 'current' of github.com:vyos/vyos-build: Jenkins: adjust artifacts to archive Jenkins: remove dbg packages before assembling ISO to reduce size hooks: initramfs: add option to update an existing initramfs Revert "hooks: initramfs: add option to remove an existing initramfs" T1366: Update Linux Kernel to v4.19.40 hooks: initramfs: add option to remove an existing initramfs Jenkins: list build packages Packages: add vyos-replace package to build procedure intel: remove debhelper depencendy on linux-image intel: set debhelper compat level to 9 Packages: add keepalived 2.0.10 to build procedure Docker: add additional dependencies for Debian keepalived repo Revert "Makefile: proper handle 'make iso' error codes" Revert "use bash as the shell for make" use bash as the shell for make add reprepro deploy script Packages: add net-snmp package to build procedure Packages: remove duplicate '-j' statement when building Kernel
2019-05-04Packages: add vyos-replace package to build procedureChristian Poessinger
2019-05-03Packages: add keepalived 2.0.10 to build procedureChristian Poessinger
2019-05-02Packages: use 'equuleus' branch for 'vyatta-conntrack*'Christian Poessinger
2019-05-02Packages: use 'equuleus' branch of 'vyos-1x'Christian Poessinger
2019-05-02Packages: favour Debian Buster version of 'bgpq3'Christian Poessinger
2019-05-01Packages: favour Debian Buster version of 'ethtool'Christian Poessinger
2019-05-01Packages: favour Debian Buster version of 'lldpd'Christian Poessinger
2019-05-01Packages: favour Debian Buster version of 'ddclient'Christian Poessinger
2019-05-01Packages: favour Debian Buster version of 'pmacct'Christian Poessinger
2019-05-01Packages: favour Debian Buster version of 'igmpproxy'Christian Poessinger
2019-05-01Packages: favour Debian Buster version of 'xl2tpd'Christian Poessinger
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-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-26Packages: extract kernel version from defaults.jsonChristian Poessinger
This requires 'jq' as part of the Docker container. $ cat data/defaults.json | jq '.kernel_version' | tr -d \"
2019-04-26Packages: use 'make kernelversion' instead of grep magicChristian Poessinger
Exract version by using the included "make kernelversion" instead of writing a custom grep script that was used before. VERSION=$(grep '^VERSION' Makefile | grep -Eo '[0-9]{1,4}') PATCHLEVEL=$(grep '^PATCHLEVEL' Makefile | grep -Eo '[0-9]{1,4}') SUBLEVEL=$(grep '^SUBLEVEL' Makefile | grep -Eo '[0-9]{1,4}') $ make kernelversion 4.19.36
2019-04-26Packages: add bgpq3 (debian/0.1.33-1) package to build procedureChristian Poessinger
2019-04-26Packages: remove vyatta-quaggaChristian Poessinger
2019-04-26Packages: add ethtool (debian/1%4.19-1) package to build procedureChristian Poessinger
2019-04-26Packages: define custom command for vyos-strongswanChristian Poessinger
This is required to get a python3-vici package which is required by vyos-1x
2019-04-23Replace build-submodules with Python based package builderChristian 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.