##// END OF EJS Templates
a
Unknown -
r435:ebfe1b9e60b9
parent child
Show More
@@ -209,6 +209,8 MISSING_PACKAGES=""
209 # Packages installed for c/c++ build environment in chroot (keep empty)
209 # Packages installed for c/c++ build environment in chroot (keep empty)
210 COMPILER_PACKAGES=""
210 COMPILER_PACKAGES=""
211
211
212 set +x
213
212 #Check if apt-cacher-ng has port 3142 open and set APT_PROXY
214 #Check if apt-cacher-ng has port 3142 open and set APT_PROXY
213 APT_CACHER_RUNNING=$(lsof -i :3142 | grep apt-cacher-ng | cut -d ' ' -f3 | uniq)
215 APT_CACHER_RUNNING=$(lsof -i :3142 | grep apt-cacher-ng | cut -d ' ' -f3 | uniq)
214 if [ -n ${APT_CACHER_RUNNING} ] ; then
216 if [ -n ${APT_CACHER_RUNNING} ] ; then
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant