Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
platform
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
leap
platform
Merge requests
!136
You need to sign in or sign up before continuing.
The source project of this merge request has been removed.
Improve debug info
Merged
Improve debug info
(removed):improve_debug_info
into
master
Overview
5
Commits
2
Pipelines
0
Changes
2
Merged
Varac
requested to merge
(removed):improve_debug_info
into
master
7 years ago
Overview
5
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
master
version 5
d0565971
7 years ago
version 4
841eff0a
7 years ago
version 3
ef935026
7 years ago
version 2
59acf47c
7 years ago
version 1
990aca9c
7 years ago
master (base)
and
latest version
latest version
464da0db
2 commits,
7 years ago
version 5
d0565971
5 commits,
7 years ago
version 4
841eff0a
4 commits,
7 years ago
version 3
ef935026
3 commits,
7 years ago
version 2
59acf47c
3 commits,
7 years ago
version 1
990aca9c
2 commits,
7 years ago
2 files
+
16
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
bin/debug.sh
+
4
−
0
Options
@@ -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
"
Loading