aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2021-02-07 12:09:40 +0100
committerRobert Alessi <alessi@robertalessi.net>2021-02-07 12:09:40 +0100
commit125fcf61cc30c9cafd2000b4d18e8695b357ac3e (patch)
treee88f5a85d5232ceaf32766950159ef53cbf884f9
parent7d0a96e7b5cf4541b07570d54829e152ff9b9a5c (diff)
downloadmy-x200-125fcf61cc30c9cafd2000b4d18e8695b357ac3e.tar.gz
added a pointer to the master tarball in README.mdv0.6
-rw-r--r--README.md2
-rw-r--r--about.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3a7dcf2..5db55a0 100644
--- a/README.md
+++ b/README.md
@@ -86,7 +86,7 @@ these two files and the corresponding two source files `.orig.tar.gz`
86and `debian.tar.xz` are downloaded in the same directory, it is 86and `debian.tar.xz` are downloaded in the same directory, it is
87advisable to verify the signature like so:— 87advisable to verify the signature like so:—
88 88
891. Download `my-x200` master tarball: <> 891. Download the `my-x200` master tarball: <http://git.robertalessi.net/my-x200/snapshot/my-x200-master.tar.gz>
902. Import the developer's [public PGP 902. Import the developer's [public PGP
91 key](https://pgp.ocf.berkeley.edu/pks/lookup?search=0x1773e9248085c8c7), 91 key](https://pgp.ocf.berkeley.edu/pks/lookup?search=0x1773e9248085c8c7),
92 like so: `gpg --recv-keys 8085C8C7` 92 like so: `gpg --recv-keys 8085C8C7`
diff --git a/about.html b/about.html
index 30290f6..33088da 100644
--- a/about.html
+++ b/about.html
@@ -50,7 +50,7 @@
50</ol> 50</ol>
51<p>Alternatively, a <code>.deb</code> file ready to be installed and its associated <code>.dsc</code> source package file are provided in this repository. Once these two files and the corresponding two source files <code>.orig.tar.gz</code> and <code>debian.tar.xz</code> are downloaded in the same directory, it is advisable to verify the signature like so:—</p> 51<p>Alternatively, a <code>.deb</code> file ready to be installed and its associated <code>.dsc</code> source package file are provided in this repository. Once these two files and the corresponding two source files <code>.orig.tar.gz</code> and <code>debian.tar.xz</code> are downloaded in the same directory, it is advisable to verify the signature like so:—</p>
52<ol type="1"> 52<ol type="1">
53<li>Download <code>my-x200</code> master tarball: &lt;&gt;</li> 53<li>Download the <code>my-x200</code> master tarball: <a href="http://git.robertalessi.net/my-x200/snapshot/my-x200-master.tar.gz" class="uri">http://git.robertalessi.net/my-x200/snapshot/my-x200-master.tar.gz</a></li>
54<li>Import the developer’s <a href="https://pgp.ocf.berkeley.edu/pks/lookup?search=0x1773e9248085c8c7">public PGP key</a>, like so: <code>gpg --recv-keys 8085C8C7</code></li> 54<li>Import the developer’s <a href="https://pgp.ocf.berkeley.edu/pks/lookup?search=0x1773e9248085c8c7">public PGP key</a>, like so: <code>gpg --recv-keys 8085C8C7</code></li>
55<li>Verify the signature: <code>dscverify --keyring ~/.gnupg/pubring.gpg my-x200_&lt;ver&gt;.dsc</code> (Replace <code>&lt;ver&gt;</code> with the actual release number.)</li> 55<li>Verify the signature: <code>dscverify --keyring ~/.gnupg/pubring.gpg my-x200_&lt;ver&gt;.dsc</code> (Replace <code>&lt;ver&gt;</code> with the actual release number.)</li>
56</ol> 56</ol>