Fix APT repository configuration error
Some checks failed
Build apt-ostree Package / Build apt-ostree Package (push) Failing after 7m20s
Simple CI / Build and Test (push) Failing after 1s
Simple CI / Security Audit (push) Failing after 1s
Simple CI / Build Package (push) Failing after 1s
Test apt-ostree Build / Test apt-ostree Build (with existing libostree) (push) Failing after 9m8s
Simple CI / Final Status (push) Successful in 2s

- Remove problematic Docker repository line causing 403 errors
- Fix malformed HTTPS/// URL syntax
- Maintain apt-cacher-ng proxy functionality for Debian sources
- All workflow files now have clean APT configuration
This commit is contained in:
joe 2025-08-13 18:24:57 -07:00
parent bb502b695d
commit a982c413ec
4 changed files with 0 additions and 4 deletions

View file

@ -61,7 +61,6 @@ jobs:
# Configure apt-cacher-ng proxy sources
echo "deb http://192.168.1.101:3142/ftp.debian.org/debian stable main contrib non-free" > /etc/apt/sources.list.d/apt-cacher-ng.list
echo "deb-src http://192.168.1.101:3142/ftp.debian.org/debian stable main contrib non-free" >> /etc/apt/sources.list.d/apt-cacher-ng.list
echo "deb http://192.168.1.101:3142/HTTPS///get.docker.com/ubuntu docker main" >> /etc/apt/sources.list.d/apt-cacher-ng.list
# Update package lists with proxy sources
apt update -y

View file

@ -38,7 +38,6 @@ jobs:
echo "✅ apt-cacher-ng is available, configuring proxy sources..."
echo "deb http://192.168.1.101:3142/ftp.debian.org/debian stable main contrib non-free" > /etc/apt/sources.list.d/apt-cacher-ng.list
echo "deb-src http://192.168.1.101:3142/ftp.debian.org/debian stable main contrib non-free" >> /etc/apt/sources.list.d/apt-cacher-ng.list
echo "deb http://192.168.1.101:3142/HTTPS///get.docker.com/ubuntu docker main" >> /etc/apt/sources.list.d/apt-cacher-ng.list
apt update -y
else
echo "⚠️ apt-cacher-ng not available, using standard Debian sources..."

View file

@ -45,7 +45,6 @@ jobs:
# Configure apt-cacher-ng proxy sources
echo "deb http://192.168.1.101:3142/ftp.debian.org/debian stable main contrib non-free" > /etc/apt/sources.list.d/apt-cacher-ng.list
echo "deb-src http://192.168.1.101:3142/ftp.debian.org/debian stable main contrib non-free" >> /etc/apt/sources.list.d/apt-cacher-ng.list
echo "deb http://192.168.1.101:3142/HTTPS///get.docker.com/ubuntu docker main" >> /etc/apt/sources.list.d/apt-cacher-ng.list
# Update package lists with proxy sources
apt update -y

View file

@ -30,7 +30,6 @@ jobs:
# Configure apt-cacher-ng proxy sources
echo "deb http://192.168.1.101:3142/ftp.debian.org/debian stable main contrib non-free" > /etc/apt/sources.list.d/apt-cacher-ng.list
echo "deb-src http://192.168.1.101:3142/ftp.debian.org/debian stable main contrib non-free" >> /etc/apt/sources.list.d/apt-cacher-ng.list
echo "deb http://192.168.1.101:3142/HTTPS///get.docker.com/ubuntu docker main" >> /etc/apt/sources.list.d/apt-cacher-ng.list
# Update package lists with proxy sources
apt update -y