Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
lxdist-build
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
linuxsupport
lxdist-build
Merge requests
!16
increase the maxdepth by one
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
increase the maxdepth by one
uschwick_devel
into
master
Overview
1
Commits
1
Pipelines
0
Changes
1
Merged
Ulrich Schwickerath
requested to merge
uschwick_devel
into
master
5 years ago
Overview
1
Commits
1
Pipelines
0
Changes
1
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
b7e4f3a4
1 commit,
5 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
bin/bstest2prod
+
1
−
1
View file @ b7e4f3a4
Edit in single-file editor
Open in Web IDE
Show full file
@@ -180,7 +180,7 @@ do
for
PKGPATH
in
$PKGPATHS
do
find
$DEST_TESTING
/
$PKGPATH
/
-maxdepth
3
-name
"
${
PKGMATCH
}
"
-type
f 2>/dev/null
>>
$TMPLIST
find
$DEST_TESTING
/
$PKGPATH
/
-maxdepth
4
-name
"
${
PKGMATCH
}
"
-type
f 2>/dev/null
>>
$TMPLIST
done
echo
-e
$VERT
"***
$DIST
/
$REPO
-testing :"
Loading