Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collection branching #180

Merged
merged 5 commits into from
Aug 29, 2017
Merged

Collection branching #180

merged 5 commits into from
Aug 29, 2017

Commits on Aug 28, 2017

  1. Configuration menu
    Copy the full SHA
    a9151fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    258cf9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42c7113 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24ad102 View commit details
    Browse the repository at this point in the history
  5. Add support for collection branching

    Branched collections are created from a master collection (rawhide). It
    performs these steps:
    1. creates a branched collection with the same attributes as the master
       one, except for display name and bugzilla version passed as arguments
    2. copies most recent (1 month) builds from master collection to the
       branched one
    3. sets new name for the master collection and moves it to give new koji
       target
    
    Example invocation:
    koschei-admin branch-collection f27 f28 -d 'Fedora 27' -t f28 --bugzilla-version 27
    
    Fixes #132
    msimacek committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    6309e35 View commit details
    Browse the repository at this point in the history