Skip to content

Commit

Permalink
don't mess with proxy settings of build system
Browse files Browse the repository at this point in the history
builder should figure out correct proxy settings or lack there of on their own
  • Loading branch information
v-fox committed Mar 20, 2016
1 parent a9e84f1 commit e58577f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions create_appliance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ HASHFILE=$(basename "${IMAGE_PROPER}" .iso).sha256
LOGFILE=$(basename "${IMAGE_PROPER}" .iso).log

# No proxy.
echo "** Unsetting proxy variables (because kiwi otherwise shits itself)..."
for i in {http,https,ftp,no}_proxy {HTTP,HTTPS,FTP,NO}_PROXY; do
unset "${i}" && \
echo " no more '${i}'"
done
#echo "** Unsetting proxy variables (because kiwi otherwise shits itself)..."
#for i in {http,https,ftp,no}_proxy {HTTP,HTTPS,FTP,NO}_PROXY; do
# unset "${i}" && \
# echo " no more '${i}'"
#done

# Cleaning up #1.
echo "** Forcefully unmounting possible chroot leftovers..."
Expand Down

0 comments on commit e58577f

Please sign in to comment.