Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
peridot-config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
SIG
altarch
peridot-config
Commits
69402b5d
Verified
Commit
69402b5d
authored
2 years ago
by
Skip Grube
Browse files
Options
Downloads
Patches
Plain Diff
Separated repos into 2 files
parent
3f869241
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
altarch-common.cfg
+26
-0
26 additions, 0 deletions
altarch-common.cfg
altarch-rockyrpi.cfg
+0
-24
0 additions, 24 deletions
altarch-rockyrpi.cfg
with
26 additions
and
24 deletions
altarch-common.cfg
0 → 100644
+
26
−
0
View file @
69402b5d
# altarch-common is currently empty, but declared here for the future using a Peridot trick:
# We set the repo up to include the "raspberrypi2" package, but then exclude ALL ("*") packages
# We will add packages to altarch-common later if necessary
exclude_filter
{
repo_match:
"^altarch-common$"
arch
{
key:
"*"
glob_match:
"raspberrypi2-kernel4"
}
}
# raspberrypi2 kernel package:
package
{
name:
"raspberrypi2"
type:
PACKAGE_TYPE_NORMAL_SRC
# This is the altarch-common empty repo that gets excluded at the top anyway
# It doesn't matter what gets included, because it gets excluded no matter what
repository
{
name:
"altarch-common"
include_filter:
"raspberrypi2-kernel4.aarch64"
}
}
This diff is collapsed.
Click to expand it.
catalog
.cfg
→
altarch-rockyrpi
.cfg
+
0
−
24
View file @
69402b5d
# This file sets up 2 repositories: "altarch-rockyrpi", and "altarch-common"
# altarch-common is currently empty, but declared here for the future using a Peridot trick:
# We set the repo up to include the "raspberrypi2" package, but then exclude ALL ("*") packages
# We will add packages to altarch-common later if necessary
# altarch-rockyrpi currently only has "raspberrypi2" kernel package in it
# This is imported manually from Pablo Greco's CentOS rpi work: https://git.centos.org/rpms/raspberrypi2
# Imported into https://git.rockylinux.org/sig/altarch/src/raspberrypi2 , where Peridot then "imports" it into sig/altarch/rpms/raspberrypi2
exclude_filter
{
repo_match:
"^altarch-common$"
arch
{
key:
"*"
glob_match:
"raspberrypi2-kernel4"
}
}
# raspberrypi2 kernel package:
...
...
@@ -26,13 +9,6 @@ package {
name:
"raspberrypi2"
type:
PACKAGE_TYPE_NORMAL_SRC
# This is the altarch-common empty repo that gets excluded at the top anyway
# It doesn't matter what gets included, because it gets excluded no matter what
repository
{
name:
"altarch-common"
include_filter:
"raspberrypi2-kernel4.aarch64"
}
# Define the altarch-rockyrpi repository:
repository
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment