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

Add Atomic install class #1311

Merged

Commits on Feb 8, 2018

  1. Move Atomic install class to Anaconda (#1491287) (#1536853)

    Fix the incorrect import.
    
    Resolves: rhbz#1536853
    Resolves: rhbz#1491287
    jkonecny12 committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    0555e25 View commit details
    Browse the repository at this point in the history
  2. Migrate Atomic install class (#1491287)

    Fix stylesheet:
    Stylesheet is used from fedora-logos package where the atomic css file
    is placed.
    
    Add product variant:
    Product variant is a new way how to recognize Fedora variants to
    specify special behavior and correctly choose install class. Product
    variant is specified by Lorax and saved to the .buildstamp file[1].
    Hide atomic install class based on this value.
    
    Use sort priority from base class:
    Base class have default sort priority so change the original constant
    as base value plus one.
    
    [1]: https://pagure.io/releng/issue/7202
    
    Related: rhbz#1491287
    jkonecny12 committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    048c880 View commit details
    Browse the repository at this point in the history
  3. Clean code of Atomic install class

    Remove unused imports.
    Fix code style.
    jkonecny12 committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    d025d2f View commit details
    Browse the repository at this point in the history
  4. Use Fedora Server default partitioning in Atomic

    The partitioning should be the same for both variants.
    jkonecny12 committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    2a6fd3a View commit details
    Browse the repository at this point in the history