Commit graph

1 commit

Author SHA1 Message Date
Babak K. Shandiz
4be79a31e7
Add PGP key rotation PoC (#12176)
* chore: add initial impl of `debian-devel` script

Signed-off-by: Babak K. Shandiz <babakks@github.com>

* temp: create archive-keyring package in progress

Signed-off-by: Babak K. Shandiz <babakks@github.com>

* fix: add archive-keyring package to apt repo

Signed-off-by: Babak K. Shandiz <babakks@github.com>

* fix: add `newkey` and `deprecate` steps

Signed-off-by: Babak K. Shandiz <babakks@github.com>

* fix: remove redundant assignment

Signed-off-by: Babak K. Shandiz <babakks@github.com>

* fix: make archive-keyring arch neutral

Signed-off-by: Babak K. Shandiz <babakks@github.com>

* Polish Debian devel experience

These changes are focused on polishing the user experience around the new Debian development script:

1. Make important details of the process easier to see with spacing and formatting
2. Remove artifact directory prompting for default directory
3. Start within /root directory of container
4. Display message of the day instructing user on commands
5. Prompt users during docker setup when container is running
6. Update help usage with more details of targets

* Remove unnecessary docblock

Now that the help usage, docker setup, and other targets guide users to the next step, the docblock explaining how to run the script are unnecessary.

* fix: improve docs and handling of variables

Signed-off-by: Babak K. Shandiz <babakks@github.com>

---------

Signed-off-by: Babak K. Shandiz <babakks@github.com>
Co-authored-by: Andy Feller <andyfeller@github.com>
2025-11-21 13:00:01 +00:00