mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2024-11-21 21:01:23 +00:00
add rocky-bookmarks temporarily
This commit is contained in:
parent
1d47068a42
commit
cc0e570198
17
extra.cfg
17
extra.cfg
@ -40,6 +40,11 @@ exclude_filter {
|
||||
glob_match: "rocky-release-rpi"
|
||||
glob_match: "rocky-release-altarch"
|
||||
}
|
||||
# This is a catch all
|
||||
arch {
|
||||
key: "*"
|
||||
glob_match: "rocky-bookmarks"
|
||||
}
|
||||
}
|
||||
|
||||
package {
|
||||
@ -105,6 +110,7 @@ package {
|
||||
}
|
||||
}
|
||||
|
||||
# Rocky SIG
|
||||
package {
|
||||
name: "rocky-release-altarch"
|
||||
type: PACKAGE_TYPE_NORMAL_SRC
|
||||
@ -131,6 +137,7 @@ package {
|
||||
include_filter: "rocky-release-cloud.noarch"
|
||||
}
|
||||
}
|
||||
# End Rocky SIG
|
||||
|
||||
# CentOS
|
||||
package {
|
||||
@ -234,3 +241,13 @@ package {
|
||||
}
|
||||
}
|
||||
# End CentOS
|
||||
|
||||
# Non-existent stuff
|
||||
package {
|
||||
name: "rocky-bookmarks"
|
||||
type: PACKAGE_TYPE_NORMAL_SRC
|
||||
repository {
|
||||
name: "extras"
|
||||
include_filter: "rocky-bookmarks.noarch"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user