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

seed/seedwriter: fail early when system seed directory exists #10220

Merged

Commits on Apr 30, 2021

  1. seed/seedwriter: fail early when system seed directory exists

    Fail early when creating a Core 20 seed when the target directory exists. This
    helps to prevent a situation when creating seed gets interrupted and gets
    restarted.
    
    Signed-off-by: Maciej Borzecki <maciej.zenon.borzecki@canonical.com>
    bboozzoo committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    1393a14 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Merge remote-tracking branch 'upstream/master' into bboozzoo/seedwrit…

    …er-fail-when-dir-is-present
    bboozzoo committed May 6, 2021
    Configuration menu
    Copy the full SHA
    172c590 View commit details
    Browse the repository at this point in the history
  2. overlord/devicestate: update systems tests for seedwriter early failure

    Seedwriter now fails early when the system directory already exists
    
    Signed-off-by: Maciej Borzecki <maciej.zenon.borzecki@canonical.com>
    bboozzoo committed May 6, 2021
    Configuration menu
    Copy the full SHA
    2abe614 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. git puMerge remote-tracking branch 'upstream/master' into bboozzoo/se…

    …edwriter-fail-when-dir-is-present
    bboozzoo committed May 18, 2021
    Configuration menu
    Copy the full SHA
    63c1fac View commit details
    Browse the repository at this point in the history
  2. seed/seedwriter: introduce an explicit error when seed system directo…

    …ry already exists
    
    Signed-off-by: Maciej Borzecki <maciej.zenon.borzecki@canonical.com>
    bboozzoo committed May 18, 2021
    Configuration menu
    Copy the full SHA
    9fe89ff View commit details
    Browse the repository at this point in the history
  3. overlord/devicestate: update unit tests to match new errors

    Signed-off-by: Maciej Borzecki <maciej.zenon.borzecki@canonical.com>
    bboozzoo committed May 18, 2021
    Configuration menu
    Copy the full SHA
    c338725 View commit details
    Browse the repository at this point in the history
  4. seed/seedwriter: make error type name follow the well known patterns

    Signed-off-by: Maciej Borzecki <maciej.zenon.borzecki@canonical.com>
    bboozzoo committed May 18, 2021
    Configuration menu
    Copy the full SHA
    7f8665e View commit details
    Browse the repository at this point in the history