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

key-init: force user to change time if <2024, give warnings on key import errors #1776

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    ebb4d7a View commit details
    Browse the repository at this point in the history
  2. key-init: only attempt to import individual user keys if legacy dir e…

    …xists, skip otherwise
    
    Signed-off-by: Thierry Laurion <[email protected]>
    tlaurion committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9633d6b View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Merge remote-tracking branch 'osresearch/master' into key-init_fix-ti…

    …me_give-warning-on-gpg-errors
    tlaurion committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    cbd1f28 View commit details
    Browse the repository at this point in the history
  2. key-init: If time resets, tell user to set it, but allow skipping

    The 'warn' message was not very effective, because change-time.sh
    clears the screen right after.  Prompt with whiptail instead, which
    also lets the user know what's happening before we drop them into a
    series of prompts.
    
    Let the user skip changing time if they really want to.  While they
    usually should set the time, it's rather frustrating if Heads forces
    them to go through these prompts when they don't want to.
    
    Signed-off-by: Jonathon Hall <[email protected]>
    Signed-off-by: Thierry Laurion <[email protected]>
    JonathonHall-Purism authored and tlaurion committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    62c8366 View commit details
    Browse the repository at this point in the history