Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ dnf_repos_default:
pulp_path: rocky/9.6/AppStream/x86_64/os
pulp_timestamp: 20250902T060015
repo_file: rocky
appstream-source:
'8.10':
pulp_path: rocky/8.10/AppStream/source/os
pulp_timestamp: 20250910T023401
repo_file: Rocky-AppStream
'9.6':
pulp_path: rocky/9.6/AppStream/source/os
pulp_timestamp: 20250910T035252
repo_file: rocky
baseos:
'8.10':
pulp_path: rocky/8.10/BaseOS/x86_64/os
Expand All @@ -60,6 +69,15 @@ dnf_repos_default:
pulp_path: rocky/9.6/BaseOS/x86_64/os
pulp_timestamp: 20250902T094855
repo_file: rocky
baseos-source:
'8.10':
pulp_path: rocky/8.10/BaseOS/source/os/
pulp_timestamp: 20250909T040446
repo_file: Rocky-BaseOS
'9.6':
pulp_path: rocky/9.6/BaseOS/source/os/
pulp_timestamp: 20250910T035252
repo_file: rocky
crb:
'8.10':
pulp_path: rocky/8.10/PowerTools/x86_64/os
Expand All @@ -78,6 +96,11 @@ dnf_repos_default:
pulp_path: rocky/9.6/CRB/x86_64/os
pulp_timestamp: 20250902T060015
repo_file: rocky
crb-source:
'9.6':
pulp_path: rocky/9.6/CRB/source/os
pulp_timestamp: 20250910T035252
repo_file: rocky
epel:
'8':
pulp_path: epel/8/Everything/x86_64
Expand All @@ -87,6 +110,15 @@ dnf_repos_default:
pulp_path: epel/9/Everything/x86_64
pulp_timestamp: 20250908T001730
repo_file: epel
epel-source:
'8':
pulp_path: epel/8/Everything/source
pulp_timestamp: 20250912T002900
repo_file: epel
'9':
pulp_path: epel/9/Everything/source
pulp_timestamp: 20250912T002900
repo_file: epel
extras:
'8.10':
pulp_path: rocky/8.10/extras/x86_64/os
Expand All @@ -104,6 +136,15 @@ dnf_repos_default:
pulp_path: rocky/9.6/extras/x86_64/os
pulp_timestamp: 20250726T040613
repo_file: rocky-extras
extras-source:
'8.10':
pulp_path: rocky/8.10/extras/source/os
pulp_timestamp: 20250828T161842
repo_file: Rocky-Extras
'9.6':
pulp_path: rocky/9.6/extras/source/os
pulp_timestamp: 20250828T161842
repo_file: rocky-extras
grafana:
'8':
pulp_path: grafana/oss/rpm
Expand Down
Loading