Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmaports
Merge requests
!5240
Drop PMOS_NO_OUTPUT_REDIRECT
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Imported
Drop PMOS_NO_OUTPUT_REDIRECT
caleb/drop-no-output-redir
into
master
Overview
5
Commits
2
Pipelines
10
Changes
287
Merged
Imported
Administrator
requested to merge
caleb/drop-no-output-redir
into
master
10 months ago
Overview
5
Commits
2
Pipelines
10
Changes
287
Expand
Since
!5000 (closed)
this no longer does anything
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
3ed9591e
2 commits,
9 months ago
287 files
+
442
−
436
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
287
Search (e.g. *.vue) (Ctrl+P)
.ci/grep.sh
+
7
−
0
Options
@@ -80,4 +80,11 @@ if grep -q 'before wpa_supplicant' $OPENRC_SERVICE_FILES; then
exit_code
=
1
fi
if
grep
-qEr
'PMOS_NO_OUTPUT_REDIRECT'
--
*
;
then
echo
"ERROR: PMOS_NO_OUTPUT_REDIRECT is deprecated and doesn't do anything."
echo
"Please remove it from the following files:"
grep
--color
=
always
-Er
'PMOS_NO_OUTPUT_REDIRECT'
--
*
exit_code
=
1
fi
exit
"
$exit_code
"
Loading