Merge "Remove seccomp upload hook."

This commit is contained in:
Treehugger Robot 2019-04-11 19:32:42 +00:00 committed by Gerrit Code Review
commit 934afc08c8
2 changed files with 0 additions and 8 deletions

View file

@ -1,4 +1,3 @@
[Hook Scripts]
notice = tools/update_notice.sh
seccomp = tools/update_seccomp.sh
syscalls = tools/update_syscalls.sh

View file

@ -1,7 +0,0 @@
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR/..
./libc/tools/genseccomp.py
git diff --exit-code HEAD libc/seccomp/
exit $?