From: Holger Levsen Date: Thu, 21 Feb 2013 12:12:40 +0000 (+0100) Subject: ri_linstall: show sources.list X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=61c319d151a23fd59ca8a982eb922140ed484654;p=profitbricks%2Fjenkins-build-scripts.git ri_linstall: show sources.list --- diff --git a/pxe_install.sh b/pxe_install.sh index ebba74b..a09416a 100755 --- a/pxe_install.sh +++ b/pxe_install.sh @@ -57,5 +57,6 @@ echo ssh -i ~/.ssh/id_ritest $TARGET_HOST "dpkg -l | egrep '(profit|bird|vcb|ofed|qemu|kvm)' | sort -k 50" echo ssh -i ~/.ssh/id_ritest $TARGET_HOST dpkg -l | grep develop || true - +echo +ssh -i ~/.ssh/id_ritest $TARGET_HOST "cat /etc/apt/sources.list.d/* /etc/apt/sources.list|grep -v ^#|sort -u"