Debug: print out sources.list 73/6673/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Fri, 30 Sep 2016 14:30:57 +0000 (16:30 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Fri, 30 Sep 2016 14:30:57 +0000 (16:30 +0200)
Change-Id: I655affdb778b78b2ebc4ddd5843b3869ff3efbd7
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
packer/provision/baseline.sh

index 1ac7f5f..64f0913 100644 (file)
@@ -105,6 +105,10 @@ EOF
     echo "---> Removing Vexxhost Ubuntu mirrors"
     sed -i 's/ubuntu.mirror.vexxhost.com/us.archive.ubuntu.com/g' /etc/apt/sources.list
 
+    echo "---> printing sources.list <---"
+    cat /etc/apt/sources.list
+    echo "---> printing sources.list <---"
+
     echo "---> Updating operating system"
     apt-get update -qq > /dev/null
     apt-get upgrade -qq > /dev/null