Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
Apertis infrastructure dashboard
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infrastructure
Apertis infrastructure dashboard
Merge requests
!223
whitelists: update upstream linux branches to ignore
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
whitelists: update upstream linux branches to ignore
wip/daissi/whitelist-linux
into
master
Overview
2
Commits
2
Pipelines
1
Changes
1
All threads resolved!
Hide all comments
Merged
Dylan Aïssi
requested to merge
wip/daissi/whitelist-linux
into
master
9 months ago
Overview
2
Commits
2
Pipelines
1
Changes
1
All threads resolved!
Hide all comments
Expand
v2023 tracks the serie 6.1 so currently in bullseye-backports.
v2024 tracks the serie 6.6 no longer in any Debian release.
v2025 will track the next LTS serie (~ 6.11?), but currently Debian/sid is tracked.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
20afdcd3
2 commits,
9 months ago
1 file
+
5
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
data/whitelists.yaml
+
5
−
3
Options
@@ -54,9 +54,11 @@ whitelists:
FAILED_PIPELINE_BRANCH_IGNORELIST
:
apertis/v2020
:
"
commits
adding
d/a/component
were
not
backported,
causing
the
pipeline
to
fail
if
re-triggered"
LINUX_FAILED_PIPELINE_BRANCH_IGNORELIST
:
debian/buster
:
"
debian/buster
not
tracked
for
linux
package"
debian/buster-backports
:
"
debian/buster-backports
not
tracked
for
linux
package"
debian/buster-security
:
"
debian/buster-security
not
tracked
for
linux
package"
debian/bullseye
:
"
debian/bullseye
not
tracked
for
linux
package"
debian/bullseye-security
:
"
debian/bullseye-security
not
tracked
for
linux
package"
debian/bookworm
:
"
debian/bookworm
not
tracked
for
linux
package"
debian/bookworm-backports
:
"
debian/bookworm-backports
not
tracked
for
linux
package"
debian/bookworm-security
:
"
debian/bookworm-security
not
tracked
for
linux
package"
LAGGING_VERSION_BRANCH_IGNORELIST
:
apertis/v2020
:
"
commits
adding
d/a/component
are
releasing
that
were
not
backported"
UPSTREAM_BRANCH_NOT_MERGED_IGNORELIST
:
Loading