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

many: move firstboot code into the snapd daemon #2033

Merged
merged 55 commits into from
Oct 6, 2016

Commits on Sep 28, 2016

  1. Remove snapd.firstboot.service

    But keep `snap firstboot` around because we can not update files
    in the writable area once they are moved out of the snap (yes,
    this sucks!).
    mvo5 committed Sep 28, 2016
    Configuration menu
    Copy the full SHA
    564b0a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a23ceeb View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2016

  1. Configuration menu
    Copy the full SHA
    f55dee1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    399dc3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f3c74e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6bc384f View commit details
    Browse the repository at this point in the history
  5. add missing ensure-before

    mvo5 committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    d9d83fc View commit details
    Browse the repository at this point in the history
  6. add missing FIXME

    mvo5 committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    aeed21f View commit details
    Browse the repository at this point in the history
  7. fix firstboot tests

    mvo5 committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    ebfe992 View commit details
    Browse the repository at this point in the history
  8. make booted almost work

    mvo5 committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    b1b6207 View commit details
    Browse the repository at this point in the history
  9. fix checkSnap() and firstboot

    mvo5 committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    e742175 View commit details
    Browse the repository at this point in the history
  10. remove merge artifact

    mvo5 committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    dfc62a6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0808919 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2016

  1. Configuration menu
    Copy the full SHA
    c645f22 View commit details
    Browse the repository at this point in the history
  2. fix firstboot assertion test

    mvo5 committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    eec02c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f546e75 View commit details
    Browse the repository at this point in the history
  4. add debug for suite failure

    mvo5 committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    9adba01 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2016

  1. Configuration menu
    Copy the full SHA
    a565297 View commit details
    Browse the repository at this point in the history
  2. review feedback

    mvo5 committed Oct 1, 2016
    Configuration menu
    Copy the full SHA
    b84ec73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d24a727 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2016

  1. Configuration menu
    Copy the full SHA
    e622f83 View commit details
    Browse the repository at this point in the history
  2. add missing "fmt" import

    mvo5 committed Oct 2, 2016
    Configuration menu
    Copy the full SHA
    7ad072b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6203394 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa004a5 View commit details
    Browse the repository at this point in the history
  5. fix prepare-image-grub test

    mvo5 committed Oct 2, 2016
    Configuration menu
    Copy the full SHA
    e5733bf View commit details
    Browse the repository at this point in the history
  6. add wait for firstboot

    mvo5 committed Oct 2, 2016
    Configuration menu
    Copy the full SHA
    08de3bf View commit details
    Browse the repository at this point in the history
  7. add debug line

    mvo5 committed Oct 2, 2016
    Configuration menu
    Copy the full SHA
    61ec540 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    842153c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ca47dbb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    36acdfa View commit details
    Browse the repository at this point in the history
  11. fix botted test

    mvo5 committed Oct 2, 2016
    Configuration menu
    Copy the full SHA
    7a66cba View commit details
    Browse the repository at this point in the history
  12. add missing cat

    mvo5 committed Oct 2, 2016
    Configuration menu
    Copy the full SHA
    dfd7f85 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2016

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

Commits on Oct 4, 2016

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

Commits on Oct 5, 2016

  1. Configuration menu
    Copy the full SHA
    0ba17b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7714468 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    774d84f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    787620c View commit details
    Browse the repository at this point in the history
  5. simplify seeded flag setting

    mvo5 committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    5c9ff09 View commit details
    Browse the repository at this point in the history
  6. address review feedback

    mvo5 committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    7ad0a55 View commit details
    Browse the repository at this point in the history
  7. extract changeInFlight helper

    mvo5 committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    be6db86 View commit details
    Browse the repository at this point in the history
  8. add new "mark-seeded" task

    mvo5 committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    6fe3cf1 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2016

  1. Configuration menu
    Copy the full SHA
    f5e92ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6587f4 View commit details
    Browse the repository at this point in the history
  3. add tests for ensureSeedYaml

    mvo5 committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    f8253ab View commit details
    Browse the repository at this point in the history
  4. add tests for ensureBootOk

    mvo5 committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    2d11604 View commit details
    Browse the repository at this point in the history
  5. address review feedback

    mvo5 committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    9e0ca19 View commit details
    Browse the repository at this point in the history
  6. address review feedback

    mvo5 committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    2550642 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aab57b9 View commit details
    Browse the repository at this point in the history
  8. simplify UpdateRevisions()

    mvo5 committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    7d10dca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9c6834e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bad822f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4a5f9f3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    eb61a05 View commit details
    Browse the repository at this point in the history