Skip to content
Success

Changes

Summary

  1. contrib/jenkins.sh: specify --with-unitdir for nftables (details)
  2. contrib/jenkins.sh: use https:// instead of git:// (details)
Commit 1a98d7c32b306450f73681bf872666f5b1cda15e by Vadim Yanitskiy
contrib/jenkins.sh: specify --with-unitdir for nftables

Since recently (see the related commit), libnftables installs
a systemd unit file that loads a ruleset from a file on boot.

contrib/jenkins.sh currently fails with the following error:

  /usr/bin/install: cannot create regular file
                    '/lib/systemd/system/nftables.service':
                    Permission denied

Let's specify the unit directory like we do for other projects.

Change-Id: I9ab473dd6f734606518a980152fd4b00c2e23690
Related: nftables.git c4b17cf8305108f91d8e63880317a59e8e806c80
The file was modifiedcontrib/jenkins.sh
Commit 9494bd12af242c85cee9d9628bfcdcf2902bd07c by Vadim Yanitskiy
contrib/jenkins.sh: use https:// instead of git://

Change-Id: I5f184fd100230e1b9c0076739f49901ab2782b4f
The file was modifiedcontrib/jenkins.sh