summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-11-16 18:30:09 +0100
committerVarac <varac@leap.se>2017-11-16 22:01:57 +0100
commit1653a99d5f70a68f59fea2c1d2eea40447e8a466 (patch)
tree797c588c18ea2728ef4e3e48b34642119e8335ed
parent5a25afe09665693f08f74d139cd52a671d0d05b6 (diff)
CI: Show LEAP apt source
-rwxr-xr-xbin/debug.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/debug.sh b/bin/debug.sh
index 35bcfa3e..4f29f300 100755
--- a/bin/debug.sh
+++ b/bin/debug.sh
@@ -12,6 +12,10 @@ export FACTERLIB="/srv/leap/puppet/modules/apache/lib/facter:/srv/leap/puppet/mo
facter 2>/dev/null | egrep -i "$facts"
+# show leap debian repo used
+echo -e '\n\n'
+cat /etc/apt/sources.list.d/leap*.list
+
# query installed versions
echo -e '\n\n'
dpkg -l | egrep "$apps"