Skip to content

Commit

Permalink
TEMPORARILY CHANGE RUST_KEYLIME UPSTREAM REPO
Browse files Browse the repository at this point in the history
Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
  • Loading branch information
ansasaki committed Dec 23, 2024
1 parent 8b30648 commit 8f6d734
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plans/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ context:

# modify defaults below to point upstream keylime URL to a different repo and branch
environment:
KEYLIME_UPSTREAM_URL: "https://github.com/keylime/keylime.git"
KEYLIME_UPSTREAM_BRANCH: "master"
KEYLIME_UPSTREAM_URL: "https://github.com/ansasaki/keylime.git"
KEYLIME_UPSTREAM_BRANCH: "multiple_api"
# variables below impact only plans that use /setup/install_upstream_rust_keylime
# task, not plans using /setup/install_rust_keylime_from_copr
RUST_KEYLIME_UPSTREAM_URL: "https://github.com/keylime/rust-keylime.git"
RUST_KEYLIME_UPSTREAM_BRANCH: "master"
RUST_KEYLIME_UPSTREAM_URL: "https://github.com/ansasaki/rust-keylime.git"
RUST_KEYLIME_UPSTREAM_BRANCH: "multiple_api"

prepare:
- how: shell
Expand Down

0 comments on commit 8f6d734

Please sign in to comment.