Hi,
There is a typo in documentation at openHAB on Linux | openHAB
In the Apt Based Systems paragraph, the gpg extension is written pgp. The script line shows:
curl -fsSL "https://openhab.jfrog.io/artifactory/api/gpg/key/public" | gpg --dearmor > openhab.pgp
sudo mkdir /usr/share/keyrings
sudo mv openhab.pgp /usr/share/keyrings
sudo chmod u=rw,g=r,o=r /usr/share/keyrings/openhab.pgp
Where it should read:
curl -fsSL "https://openhab.jfrog.io/artifactory/api/gpg/key/public" | gpg --dearmor > openhab.gpg
sudo mkdir /usr/share/keyrings
sudo mv openhab.pgp /usr/share/keyrings
sudo chmod u=rw,g=r,o=r /usr/share/keyrings/openhab.gpg
rlkoshak
(Rich Koshak)
July 15, 2022, 9:16pm
2
That typo is fixed in latest. @Confectrician what do we need to do to get that fix backported to the Stable 3.3.0 docs?
Note, at the bottom of all the web pages in the docs is a link you can click on to report issues like this or even make the correction yourself.
1 Like
Tx, sorry. I missed the report option.
We have to introduce the same change as a PR with final-stable
as target.
Seems i have missed that one while merging the pr.
Usually in cases where a change is needed in latest and stable docs, you can make a pull request against main docs and add the release-stable
lable (or ask for it). This will automatically open a second pr which copies the finished result into the stable docs website.
But we can still do it by hand in this case.
rlkoshak
(Rich Koshak)
July 19, 2022, 1:50pm
5
I made a new PR but I couldnāt see how to apply a label and I couldnāt find a release-stable tag nor would it let me make one.
openhab:main
ā rkoshak:install
opened 01:48PM - 19 Jul 22 UTC
I couldn't see how to apply the `release-stable` label. Do you mean tag? I can't⦠find it there either and it won't let me create one.
Anyway, this PR needs to be applied to both release and latest.
Signed-off-by: Richard Koshak <rlkoshak@gmail.com>
Info in the PR is good enough.
I have applied the label.
1 Like
The automation failed, but after a manual check, the stable docs seem to be correct already.
1 Like