#1041012 /usr/bin/add-apt-repository: add-apt-repository silently fails to install the repository on the first run #1041012
- Package:
- software-properties-common
- Source:
- software-properties-common
- Submitter:
- Monty Solomon
- Date:
- 2023-07-18 02:24:03 UTC
- Severity:
- normal
I can confirm the issue on Debian 12. On my local machine (Debian
trixie, baremetal) it works just fine on first invocation.
Command: add-apt-repository -y "deb [arch=${arch}, trusted=yes]
https://snapshot.debian.org/archive/debian-ports/20230607T135536Z/
unstable main"
2 weeks ago it was working, 18.7.2023 it's broken.
Second run does the job. It's also invocation inside Docker (GitLab-CI
to be precise).
David