Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ETCDIR ?= /etc
AURUTILS_LIB_DIR ?= $(LIBDIR)/$(PROGNM)
AURUTILS_VERSION ?= $(shell git describe --tags || true)
ifeq ($(AURUTILS_VERSION),)
AURUTILS_VERSION := 20.4
AURUTILS_VERSION := 20.5
endif
AURUTILS_LIB = $(shell find lib/ -name 'aur-*')

Expand Down
2 changes: 1 addition & 1 deletion lib/pacman/aur-chroot
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ unset auth_args
AUR_PACMAN_AUTH=${AUR_PACMAN_AUTH:-sudo}

case $AUR_PACMAN_AUTH in
sudo) auth_args+=('--preserve-env=GNUPGHOME,SSH_AUTH_SOCK,PKGDEST') ;;
sudo) auth_args+=('--preserve-env=GNUPGHOME,SSH_AUTH_SOCK,SRCDEST,PKGDEST,LOGDEST') ;;
esac

# bind mount file:// paths to container (#461)
Expand Down
5 changes: 5 additions & 0 deletions makepkg/aurutils.changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 20.5

* `aur-chroot`
+ preserve `LOGDEST` and `SRCDEST` by default (#1196)

## 20.4

* `aur-build`
Expand Down