mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
auditd: add missing build.sh file
Whoops :) Signed-off-by: Tycho Andersen <tycho@docker.com>
This commit is contained in:
parent
02e06bf9c9
commit
b95e28f466
16
pkg/auditd/build.sh
Executable file
16
pkg/auditd/build.sh
Executable file
@ -0,0 +1,16 @@
|
||||
#!/bin/sh
|
||||
|
||||
AUDIT_HASH=59763dd8e587d1821f2d039b2bf446c3a31ea58e
|
||||
|
||||
set -e
|
||||
|
||||
cd /home/builder
|
||||
|
||||
git clone https://github.com/alpinelinux/aports && cd aports && git checkout $AUDIT_HASH
|
||||
cd testing/audit
|
||||
|
||||
abuild-keygen -a
|
||||
abuild -F -r
|
||||
|
||||
find ~/packages
|
||||
cp ~/packages/testing/$(abuild -A)/*apk ~
|
Loading…
Reference in New Issue
Block a user