diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2023-04-25 11:59:39 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2023-04-25 11:59:39 +0200 |
commit | 5d9d1ce570c0fa613e1dc2345047a0ff95f781c5 (patch) | |
tree | 74c9302ca52a32494faa375fd05520d002ab3db4 | |
parent | 53238c70f7a12e233a6ca83cf2b50168e5b9592e (diff) |
tests: Point stretch's archive URL to archive.d.o.
See https://lists.debian.org/msgid-search/87tty79lwo.fsf@43-1.org .
-rw-r--r-- | tests/old-accountd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/old-accountd b/tests/old-accountd index abd330d..3ad4b31 100644 --- a/tests/old-accountd +++ b/tests/old-accountd @@ -12,7 +12,7 @@ cat >~lacme-account/.config/lacme/lacme-accountd.conf <<-EOF privkey = file:/etc/lacme/account.key EOF -echo "deb http://deb.debian.org/debian stretch main" >>/etc/apt/sources.list +echo "deb http://archive.debian.org/debian stretch main" >>/etc/apt/sources.list DEBIAN_FRONTEND="noninteractive" apt update DEBIAN_FRONTEND="noninteractive" apt install -y --no-install-recommends \ --reinstall --allow-downgrades \ |