-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- implement entry signing - allow passing subdirectory in wine prefix - implement non-recursive scanning
- Loading branch information
Showing
57 changed files
with
4,195 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Getting verified | ||
|
||
For the moment I will verify your keys manually until I've implemented automation for it. | ||
|
||
Required from you: | ||
- Your **public** GPG key in binary format (`gpg --output public.key --export your-key-id`) | ||
- Your **public** dxvk-cache-pool key (`$XDG_CONFIG_HOME/dxvk-cache-pool/ec.pub`) | ||
- A *detached* GPG signature for your dxvk-cache-pool **public** key (`gpg --output ec.pub.sig --detach-sig ec.pub`) | ||
|
||
And create a tarball/zip it. | ||
|
||
(Or you can just use the [requestVerification.sh](requestVerification.sh) script.) | ||
|
||
Either create a ticket and attach your verification information or send it to me by email (rc dot poison at gmail dot com). |
Oops, something went wrong.