Localize env vars
This commit is contained in:
parent
8586e7334d
commit
3b84859bee
2 changed files with 5 additions and 5 deletions
5
build.sh
5
build.sh
|
@ -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
5
run
|
@ -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
|
||||
#
|
||||
|
|
Reference in a new issue