Merge branch 'marmarek-git-https'

This commit is contained in:
Andrew David Wong 2022-03-16 23:43:31 -07:00
commit 9e23e264de
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ gpg --recv-keys 0xDDFA1A3E36879494
wget https://keys.qubes-os.org/keys/qubes-developers-keys.asc wget https://keys.qubes-os.org/keys/qubes-developers-keys.asc
gpg --import qubes-developers-keys.asc gpg --import qubes-developers-keys.asc
git clone git://github.com/QubesOS/qubes-builder.git qubes-builder git clone https://github.com/QubesOS/qubes-builder.git qubes-builder
cd qubes-builder cd qubes-builder
# Verify its integrity: # Verify its integrity:

View File

@ -57,7 +57,7 @@ See [verifying signatures](/security/verifying-signatures/#how-to-import-and-aut
Now let's bootstrap the builder. Unfortunately, the builder cannot verify itself (the classic Chicken and Egg problem), so we need to verify the signature manually: Now let's bootstrap the builder. Unfortunately, the builder cannot verify itself (the classic Chicken and Egg problem), so we need to verify the signature manually:
~~~ ~~~
git clone git://github.com/QubesOS/qubes-builder.git git clone https://github.com/QubesOS/qubes-builder.git
cd qubes-builder cd qubes-builder
git tag -v `git describe` git tag -v `git describe`
~~~ ~~~