tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 3ddf41f8ffa264cf5b33f1f861ac9c7bd757ad0d
parent 4759350b9a020d735506479e2d51c76d38566017
Author: Jim Newsome <jnewsome@torproject.org>
Date:   Mon, 18 Nov 2024 14:15:37 -0600

debian-gpl: Run on debian:bullseye instead of buster

* buster is now very old
* all the other jobs run bullseye
* This will facilitate switching to a TPA-maintained image (there is no
  buster image).

Diffstat:
M.gitlab-ci.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -228,7 +228,7 @@ debian-disable-relay: ##### # GPL licensed mode, enables pow module debian-gpl: - image: debian:buster + image: debian:bullseye <<: *debian-template variables: GPL: "yes"