Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sigstore/sigstore-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: emilejbm/sigstore-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 24, 2023

  1. addition of offline flag to TUF updater

    offline flag is manually set to true. Tries to catch exceptions on
    updater refresh. pip requirements are modified to get TUF repo from
    demo version.
    emilejbm committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    ba2c8cf View commit details
    Browse the repository at this point in the history
  2. offline flag hardcoded for testing purposes.

    tuf.py creates config with offline flag. requirements file edited
    so that tuf is not downloaded, requires pip install on our forked version.
    needs formal tests.
    emilejbm committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    7078648 View commit details
    Browse the repository at this point in the history
  3. linted and signed?

    Signed-off-by: Emile Baez <ebaezmunne@gmail.com>
    emilejbm committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    70b71b0 View commit details
    Browse the repository at this point in the history
Loading