Skip to content

Commit

Permalink
signimage: load script files from main branch after next merge
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPawn committed Nov 18, 2021
1 parent 5b48150 commit 60deb45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions signimage/run_signature_tests
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ yf_bin_repo_branch="$yf_bin_repo/master"
yf_bin_repo_target="$yf_bin_repo_branch/target"
yf_bin_platform="$(uname -m)"
yf_bin_kernel="$(uname -r)"
yf_yourfritz_branch="signimage"
yf_yourfritz_branch="main"
yf_signimage_directory="$yf_repo/$yf_yourfritz_branch/signimage"
yf_signimage_files="avm_pubkey_to_pkcs8 check_signed_image generate_signing_key image_signing_files.inc sign_image show_signature_problem"
yf_signimage_binaries="openssl"
Expand All @@ -31,7 +31,7 @@ msg()
mask="$1"
shift
printf "$mask" "$@"
printf "%s" "$yf_reset"
printf "%s" "$yf_reset"
)
emsg() ( msg "$yf_red" "$@"; )
info() ( msg "$yf_reset" "$@"; )
Expand Down

0 comments on commit 60deb45

Please sign in to comment.