Skip to content
Open
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
3 changes: 1 addition & 2 deletions conf/bootstrap_apt
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ else
chmod a+r "$keyring"
done
# ensure that gpg-agent is killed after processing keys
kill -9 "$(pidof gpg-agent)" || true
gpgconf --kill gpg-agent
rm -rf "$key_dir"/*~
rm -rf "$HOME/.gnupg"
fi
Expand All @@ -210,7 +210,6 @@ Suites: $KEY_CODENAME
Components: main
Architectures: ${SUPPORTED_ARCH[*]}
Enabled: $tkl_apt_repo_enabled

Signed-By: /usr/share/keyrings/tkl-archive-keyring.gpg

Types: deb
Expand Down
2 changes: 2 additions & 0 deletions mk/turnkey.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ CONF_VARS += CREDIT_STYLE CREDIT_STYLE_EXTRA CREDIT_ANCHORTEXT CREDIT_LOCATION
CONF_VARS += GITHUB_USER GITHUB_USER_TOKEN
# for dynamically adding pins to sury & backports respectively
CONF_VARS += PHP_EXTRA_PINS BACKPORTS_PINS
# proxy vars
CONF_VARS += NO_PROXY HTTP_PROXY HTTPS_PROXY

COMMON_OVERLAYS := turnkey.d $(COMMON_OVERLAYS)
COMMON_CONF := turnkey.d $(COMMON_CONF)
Expand Down