File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 192192 chmod a+r " $keyring "
193193 done
194194 # ensure that gpg-agent is killed after processing keys
195- kill -9 " $( pidof gpg-agent) " || true
195+ gpgconf --kill gpg-agent
196196 rm -rf " $key_dir " /* ~
197197 rm -rf " $HOME /.gnupg"
198198fi
@@ -210,7 +210,6 @@ Suites: $KEY_CODENAME
210210Components: main
211211Architectures: ${SUPPORTED_ARCH[*]}
212212Enabled: $tkl_apt_repo_enabled
213-
214213Signed-By: /usr/share/keyrings/tkl-archive-keyring.gpg
215214
216215Types: deb
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ CONF_VARS += CREDIT_STYLE CREDIT_STYLE_EXTRA CREDIT_ANCHORTEXT CREDIT_LOCATION
1515CONF_VARS += GITHUB_USER GITHUB_USER_TOKEN
1616# for dynamically adding pins to sury & backports respectively
1717CONF_VARS += PHP_EXTRA_PINS BACKPORTS_PINS
18+ # proxy vars
19+ CONF_VARS += NO_PROXY HTTP_PROXY HTTPS_PROXY
1820
1921COMMON_OVERLAYS := turnkey.d $(COMMON_OVERLAYS )
2022COMMON_CONF := turnkey.d $(COMMON_CONF )
You can’t perform that action at this time.
0 commit comments