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

Allow commits to mark refs as EOL, replaced by others #874

Closed
wants to merge 5 commits into from
Closed

Allow commits to mark refs as EOL, replaced by others #874

wants to merge 5 commits into from

Commits on May 18, 2017

  1. libtest: allow committing to alternative branches

    This will be used by the upcoming test-admin-upgrade-endoflife.sh
    dsd committed May 18, 2017
    Configuration menu
    Copy the full SHA
    258f8ac View commit details
    Browse the repository at this point in the history

Commits on May 19, 2017

  1. Allow commits to mark refs as EOL, replaced by others

    A commit can now include a "ostree.endoflife-rebase" metadata key
    pointing to a new ref.
    
    When updating, the sysroot upgrader will see this and proceed to
    pull and deploy the new ref instead. The origin file in the new
    deployment will point to the new ref.
    
    This functionality is planned to be used in Endless OS. We will create
    a lesser tested branch for brand new, cutting edge hardware support,
    and ship that on hardware platforms that require the latest drivers.
    However, once our slower-moving official release is later updated to
    support the new hardware, we will use this functionality to migrate
    those bleeding-edge users over to the official release.
    dsd committed May 19, 2017
    Configuration menu
    Copy the full SHA
    e3b9123 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15f469f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b114b06 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2017

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