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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
linuxsupport
lxdist-build
Merge requests
!113
Use repo_include_all for openafs tags
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Use repo_include_all for openafs tags
afsincludeall
into
master
Overview
0
Commits
1
Pipelines
0
Changes
7
Merged
Ben Morrice
requested to merge
afsincludeall
into
master
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
7
Expand
this changes the default behaviour to allow builders to query all packages at buildroot instantiation, preventing the corner-case of
kmod-openafs
overriding and 'hiding'
openafs-devel
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
808d2215
1 commit,
2 years ago
7 files
+
56
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
bin/tags/openafs8.sh
+
8
−
0
Options
@@ -11,4 +11,12 @@ DISTTAG="el8.cern"
@@ -11,4 +11,12 @@ DISTTAG="el8.cern"
source
createtag8.sh
source
createtag8.sh
$KOJI
add-external-repo
-t
${
TAG
}
-build
c8-latest-baseos
-p
20
--mode
=
bare
$KOJI
add-external-repo
-t
${
TAG
}
-build
c8-latest-baseos
-p
20
--mode
=
bare
# As we may need dependencies apart from the 'latest' build,
# we add -stable to ensure that we have everything
$KOJI
add-tag-inheritance
--priority
3
${
TAG
}
-build
${
TAG
}
-stable
$KOJI
add-tag-inheritance
--priority
3
${
TAG
}
-build
${
TAG
}
-stable
# However, as kmod-openafs is built from the 'openafs' package, it's often the
# case that koji only sees the latest kmod package. We we may expect to see
# other packages that are also built from 'openafs' (such as openafs-devel)
# We can override the default koji behaviour to show all packages, which avoids
# this unfortunate confusion
$KOJI
edit-tag
${
TAG
}
-build
-x
repo_include_all
=
True
Loading