#1342 Generic distribution
Closed: fixed 6 years ago Opened 9 years ago by edewata.

Currently PKI releases are made for specific distributions (i.e. Fedora, RHEL/CentOS) and distribution-specific changes are stored in the repository. This can make branching/tagging/cherry-picking difficult since there are many branches and tags to manage, for example:

  • branch 10.2.0 (for releases 10.2.0-x)
  • branch 10.2.1 (for releases 10.2.1-x)
  • tag 10.2.0-1
  • tag 10.2.0-2
  • tag 10.2.1-1
  • tag 10.2.1-2

The tags are distribution specific (e.g. Fedora and RHEL/CentOS cannot use the same tags). Branches have to be maintained independently for different distributions (i.e. cannot be rebased). Because of that cherry-picks have to be done very carefully, also it may not work if the patch contains distribution-specific changes.

To simplify this, PKI repository should contain no packaging branches/tags, for example:

  • branch 10.2 (for releases 10.2.x)
  • tag 10.2.0
  • tag 10.2.1

and should produce generic releases (in .tgz instead of .rpm), for example:

  • PKI 10.2.0
  • PKI 10.2.1

Then each distribution is responsible to import the source and create its own releases, for example:

  • Fedora PKI 10.2.1-2
  • Debian PKI 10.2.1-1
  • RHEL/CentOS PKI 10.2.0-1

Per Dogtag 10.2.X TRIAGE meeting of 04/28/2015: 10.3

This can reduce branching/backporting issues.

Metadata Update from @edewata:
- Issue set to the milestone: FUTURE

7 years ago

Metadata Update from @edewata:
- Custom field feature adjusted to None
- Custom field proposedmilestone adjusted to None
- Custom field proposedpriority adjusted to None
- Custom field reviewer adjusted to None
- Custom field version adjusted to None
- Issue close_status updated to: fixed
- Issue set to the milestone: 10.6.0 (was: FUTURE)
- Issue status updated to: Closed (was: Open)

6 years ago

Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new
issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.

This issue has been cloned to GitHub and is available here:
https://github.com/dogtagpki/pki/issues/1904

If you want to receive further updates on the issue, please navigate to the
GitHub issue and click on Subscribe button.

Thank you for understanding, and we apologize for any inconvenience.

Login to comment on this ticket.

Metadata