From 1653a99d5f70a68f59fea2c1d2eea40447e8a466 Mon Sep 17 00:00:00 2001
From: Varac <varac@leap.se>
Date: Thu, 16 Nov 2017 18:30:09 +0100
Subject: [PATCH] CI: Show LEAP apt source

---
 bin/debug.sh | 4 ++++
 1 file changed, 4 insertions(+)

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"
-- 
GitLab