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 a script for generating import configurations from the live Ignition repositories. #144

Open
wants to merge 22 commits into
base: master
Choose a base branch
from

Commits on Feb 15, 2022

  1. Initial prototype.

    This setup was using manually curated groups instead of keying from the
    source package, which will be much more maintainable and opportunistic
    going forward.
    nuclearsandwich committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    dfdf104 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abf8856 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96caa05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96eec4e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    903655e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2058311 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9deeb78 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f5aae29 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Configuration menu
    Copy the full SHA
    29b92ab View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Add a list of packages to skip when aggregating a group.

    Useful to omit transitional packages which are no longer being updated.
    nuclearsandwich committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    d36ea32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd57523 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d22cf6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11a96fc View commit details
    Browse the repository at this point in the history
  5. Keep a dict of the package groups in each collection.

    Someday this script will "read" this information from a canonical
    source. But for now thistle dew.
    nuclearsandwich committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    0a67425 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Configuration menu
    Copy the full SHA
    5797f3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ad61da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c5e687 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Configuration menu
    Copy the full SHA
    c3cfe41 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Configuration menu
    Copy the full SHA
    98080d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba42c4b View commit details
    Browse the repository at this point in the history
  3. Check all packages before exiting.

    Cuts down on the number of iterations required to resolve issues.
    nuclearsandwich committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    ddb97af View commit details
    Browse the repository at this point in the history
  4. ignition -> gazebo

    nuclearsandwich committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    45a5841 View commit details
    Browse the repository at this point in the history