Skip to content
Snippets Groups Projects

backend: Fix git_bare bundle download URL sent in email notification

1 unresolved thread

Previous URL was starting with /api/1/vault/git_bare/ leading to a 404 while the correct one must start with /api/1/vault/git-bare/.


Migrated from D8818 (view on Phabricator)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
451 451 # the table
452 452 # * use this url for the notification e-mail
453 453 url = "https://archive.softwareheritage.org/api/1/vault/{}/{}/" "raw".format(
454 bundle_type, swhid
454 bundle_type.replace("_", "-"), swhid
  • Merge request was accepted

  • vlorentz approved this merge request

    approved this merge request

  • Author Maintainer

    Merge request was merged

  • Please register or sign in to reply
    Loading