Updated and enabled cache server for new setup
This commit is contained in:
@@ -5,7 +5,7 @@ image:
|
||||
source:
|
||||
downloader: debootstrap
|
||||
#InitDownloadREPO
|
||||
url: http://deb.debian.org/debian
|
||||
url: http://192.168.200.20/deb.debian.org/debian
|
||||
keyserver: keys.openpgp.org
|
||||
keys:
|
||||
# 0x126C0D24BD8A2942CC7DF8AC7638D0442B90D010
|
||||
@@ -1349,7 +1349,7 @@ actions:
|
||||
echo 'APT::Install-Recommends "false";' > /etc/apt/apt.conf.d/01Recommends
|
||||
echo 'APT::Install-Suggests "false";' > /etc/apt/apt.conf.d/01Suggests
|
||||
#ProxyCacheSetting
|
||||
echo '#CacheServer not set' > /etc/apt/apt.conf.d/01prox
|
||||
echo 'Acquire::http::Proxy "http://192.168.200.20:80";' > /etc/apt/apt.conf.d/01prox
|
||||
- trigger: post-packages
|
||||
action: |-
|
||||
#!/bin/sh
|
||||
|
||||
Reference in New Issue
Block a user