add deprecation information for packages of older distros

Add deprecation info for older distros
  closes https://github.com/owntracks/recorder/issues/240
This commit is contained in:
JP Mens
2018-06-07 11:02:53 +02:00
committed by GitHub
parent 160a3f6fd8
commit f642e3427b
+9 -1
View File
@@ -80,7 +80,10 @@ If those don't work for you, you can build from source.
### Packages
We create packages for releases for a few distributions. Please note that these packages might depend on libmosquitto1 from the [Mosquitto project](http://mosquitto.org/downloads). In particular, for Debian Stretch (9) this is not the case.
We create packages for releases for a few distributions. Please note:
- that these packages might depend on libmosquitto1 from the [Mosquitto project](http://mosquitto.org/downloads). In particular, for Debian Stretch (9) this is not the case.
- we typically do not build packages for distributions which have been superceded upstream
Binaries (`ocat`, `ot-recorder`) from these packages run setuid to user `owntracks` so that they work for all users of the system. Note that, say, certificate files you provide must therefore also be readable by the user `owntracks`.
@@ -96,6 +99,8 @@ sudo yum install ot-recorder
Debian 7 "Wheezy" (including Rasbian):
- we no longer build for this distribution
```
curl http://repo.owntracks.org/repo.owntracks.org.gpg.key | sudo apt-key add -
echo "deb http://repo.owntracks.org/debian wheezy main" | sudo tee /etc/apt/sources.list.d/owntracks.list > /dev/null
@@ -105,6 +110,9 @@ sudo apt-get install ot-recorder
Debian 8 "Jessie":
- we no longer build for this distribution
```
curl http://repo.owntracks.org/repo.owntracks.org.gpg.key | sudo apt-key add -
echo "deb http://repo.owntracks.org/debian jessie main" | sudo tee /etc/apt/sources.list.d/owntracks.list > /dev/null