Skip to content
Snippets Groups Projects

Update policy for the current state of DPMT

Closed Yao Wei (魏銘廷) requested to merge mwei/python-modules:master into master
All threads resolved!

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
  • 77 72 Git Procedures
    78 73 ==============
    79 74
    80 As of October 9, 2015, the DPMT uses git as the version control system for all
    81 packages, and git-dpm as the patch management regime.
    75 At the time of writing, the DPMT uses ``git-buildpackage`` to maintain the
    76 packaging, which inherently uses Git for version control.
    77
    78 Previous DPMT policy requires ``git-dpm`` to manage patches as well as
    79 packaging. However, we reverted the choice and use ``quilt`` to manage the
    80 patches, while using compatible tools like ``gbp pq`` is allowed, as long as
    81 compatibility to ``quilt (3.0)`` format is retained.
  • added 2 commits

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    • a05c81db - use branch name documented in the wiki

    Compare with previous version

  • added 1 commit

    • 4e751196 - updating branch policy from wiki, and suggest a policy about MR

    Compare with previous version

  • added 12 commits

    Compare with previous version

  • can you split this MR to these parts please:

    • cosmetic changes (git -> Git)
    • git-dpm -> gbp
    • usage of quilt + gbp pq
    • DEP-14 branches

    (in this order)

    Edited by Ondřej Nový
  • Author Contributor

    Ok. Closing this and splitting this MR...

  • Author Contributor

    I found myself in a situation that if the MR depends on my MR, I cannot split it well. Hence, when you merge the latter MR, the previous MRs will also get merged.

    It is still a feature request in GitLab: https://gitlab.com/gitlab-org/gitlab-ce/issues/14232

    Edited by Yao Wei (魏銘廷)
  • Please register or sign in to reply
    Loading