1
0
Fork 0

Localize env vars

This commit is contained in:
Braiden Vasco 2017-09-25 16:39:31 +00:00
parent 8586e7334d
commit 3b84859bee
2 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,10 @@
#!/bin/false
export QUILT_PATCHES="$BASE_DIR/patches"
export QUILT_NO_DIFF_INDEX=1
export QUILT_NO_DIFF_TIMESTAMPS=1
export QUILT_REFRESH_ARGS='-p ab'
on_chroot() {
capsh --drop=cap_setfcap --chroot="$ROOTFS_DIR" -- "$@"
}

5
run
View file

@ -17,11 +17,6 @@ export IMG_DATE="$(date +%Y-%m-%d)"
export IMG_FILE="$DEPLOY_DIR/$IMG_NAME-${IMG_DATE}.img"
export QUILT_PATCHES="$BASE_DIR/patches"
export QUILT_NO_DIFF_INDEX=1
export QUILT_NO_DIFF_TIMESTAMPS=1
export QUILT_REFRESH_ARGS='-p ab'
# dependencies_check
# $@ Dependnecy files to check
#