Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use packages.fedoraproject.org instead of src.fedoraproject.org #33288

Merged
merged 1 commit into from
May 24, 2022
Merged
Show file tree
Hide file tree
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
Use packages.fedoraproject.org instead of src.fedoraproject.org
The new Fedora packaging dashboard has been stable for a while now. It
represents the subpackage relationships much better than
src.fedoraproject.org does.
  • Loading branch information
cottsay committed May 20, 2022
commit d3681b6f03a44f06c2dc706365b7276ef1e3f032
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ More info at https://github.com/ros/rosdistro/blob/master/CONTRIBUTING.md#guidel
- REQUIRED
- Ubuntu: https://packages.ubuntu.com/
- REQUIRED
- Fedora: https://src.fedoraproject.org/browse/projects/
- Fedora: https://packages.fedoraproject.org/
- IF AVAILABLE
- Arch: https://www.archlinux.org/packages/
- IF AVAILABLE
Expand Down
2 changes: 1 addition & 1 deletion test/rosdep_repo_check/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ package_dashboards:
- pattern: !regular_expression .*//deb.debian.org/debian/.*
url: https://packages.debian.org/{os_code_name}/{binary_name}
- pattern: !regular_expression .*//dl.fedoraproject.org/pub/.*
url: https://src.fedoraproject.org/rpms/{source_name}#bodhi_updates
url: https://packages.fedoraproject.org/pkgs/{source_name}/{binary_name}/
- pattern: !regular_expression .*//download.opensuse.org/.*
url: https://software.opensuse.org/package/{source_name}
- pattern: !regular_expression .*//archive.ubuntu.com/ubuntu/.*
Expand Down