forked from canonical/lxd-pkg-snap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As git repo is unreliable. Signed-off-by: Thomas Parrott <[email protected]> (cherry picked from commit 3c198b3) (cherry picked from commit f499f00)
- Loading branch information
1 parent
557aa2e
commit d8be9ff
Showing
1 changed file
with
3 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -457,9 +457,9 @@ parts: | |
after: | ||
- libmnl | ||
- libnftnl | ||
source: https://git.netfilter.org/nftables | ||
source-type: git | ||
source-tag: v1.0.5 | ||
# XXX: Netfilter's git repo is unreliable | ||
source: https://www.netfilter.org/projects/nftables/files/nftables-1.0.5.tar.bz2 | ||
source-checksum: sha256/8d1b4b18393af43698d10baa25d2b9b6397969beecac7816c35dd0714e4de50a | ||
plugin: autotools | ||
autotools-configure-parameters: | ||
- --prefix= | ||
|
@@ -470,15 +470,6 @@ parts: | |
- libreadline-dev | ||
stage-packages: | ||
- libjansson4 | ||
override-build: | | ||
set -ex | ||
git config user.email "[email protected]" | ||
git config user.name "LXD snap builder" | ||
set +ex | ||
snapcraftctl build | ||
set -ex | ||
organize: | ||
sbin/: bin/ | ||
usr/lib/: lib/ | ||
|