From 46232611741477609e35a74b5a2f326a3c585835 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Fri, 10 Sep 2021 22:49:23 +0000 Subject: [PATCH] Update 'Debian.yaml' --- Debian.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Debian.yaml b/Debian.yaml index 8bfabe4..88c1ee4 100644 --- a/Debian.yaml +++ b/Debian.yaml @@ -950,8 +950,8 @@ actions: - trigger: post-unpack action: |- #!/bin/sh - echo 'Acquire::http::Proxy "http://192.168.2.83";' > /etc/apt/apt.conf.d/01prox - echo '#Acquire::http::Proxy "http://192.168.2.83";' >> /etc/apt/apt.conf.d/01prox + echo 'Acquire::http::Proxy "http://192.168.2.83:80";' > /etc/apt/apt.conf.d/01prox + echo '#Acquire::http::Proxy "http://192.168.2.83:80";' >> /etc/apt/apt.conf.d/01prox - trigger: post-packages action: |- @@ -993,4 +993,4 @@ actions: - jenkins mappings: - architecture_map: debian + architecture_map: debian \ No newline at end of file