Merge pull request #2021 from Gottox/xlint-parallel

run xlint parallel
This commit is contained in:
Juan RP
2015-07-15 09:51:07 +02:00
5 changed files with 9 additions and 0 deletions

View File

@@ -2,4 +2,6 @@
#
# bootstrap.sh
[ "$XLINT" ] && exit 0
./xbps-src -H $HOME/hostdir binary-bootstrap $1

View File

@@ -2,6 +2,8 @@
#
# build.sh
[ "$XLINT" ] && exit 0
if [ "$1" != "$2" ]; then
arch="-a $2"
fi

View File

@@ -2,6 +2,8 @@
#
# show_files.sh
[ "$XLINT" ] && exit 0
if [ "$1" != "$2" ]; then
arch="-a $2"
fi

View File

@@ -2,4 +2,6 @@
#
# xlint.sh
[ "$XLINT" ] || exit 0
awk '{ print "srcpkgs/" $0 "/template" }' /tmp/templates | xargs xlint