Skip to content
Snippets Groups Projects

pkg-pull-updates: Fix package name quoting

When querying madison, the package name needs to be quoted or special characters may cause issues. For instance, the + in the gtk+3.0 package needs to be escaped, or madison returns no matches:

$ curl 'https://qa.debian.org/madison.php?package=gtk+3.0&yaml=on&s=jessie'
--- {}
$ curl 'https://qa.debian.org/madison.php?package=gtk%2B3.0&yaml=on&s=jessie'
---
gtk+3.0:
  3.14.5-1+deb8u1:
    jessie:
      - source

Merge request reports

Pipeline #180817 passed

Pipeline passed for 70760d90 on wip/em/pkg-pull-updates-fix-package-name-quoting

Merged by Peter Senna TschudinPeter Senna Tschudin 4 years ago (Jan 14, 2021 9:26am UTC)

Loading

Pipeline #181197 passed

Pipeline passed for 70760d90 on apertis/v2022dev1

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading