Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D debexpo
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 42
    • Issues 42
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • mentors.debian.net
  • debexpo
  • Merge requests
  • !127

django: plugins: Drop notuploader and ubuntuversion plugins

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Baptiste Beauplat requested to merge lyknode/debexpo:dj/plugins/cleanup into django May 02, 2020
  • Overview 1
  • Commits 2
  • Pipelines 1
  • Changes 2

Django migration: #47 (closed).

This MR drops not-uploader and ubuntu-version plugins.

The notuploader plugin warns about having two people uploading the same package to mentors, which was previously generating issues as debexpo was written with one package == one uploader in mind (which is not always the case, especially for team uploads). With the django migration, multiple users uploading the same package is fully supported. For instance, all uploaders will appear on the package page. The new behavior deprecates this plugin. Thus, my proposal of dropping it.

ubuntuversion plugin warns if the string ubuntu is missing from the package version. This plugin is useful only when uploading to an ubuntu suite (which it doesn't check). Given that no instance of debexpo is ran by the ubuntu community and that mentors is primarily focused on Debian targeted packages (while remaining compatible), I propose to drop that plugin.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: dj/plugins/cleanup