From: Jean-Philippe Orsini Date: Fri, 19 Oct 2018 21:33:26 +0000 (+0200) Subject: removed info about ppa which are no more maintained X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=commitdiff_plain;h=eb440d36ff19cc17404f43a8dacb1bd28016f175;ds=sidebyside removed info about ppa which are no more maintained --- diff --git a/src/psensor/build_debian_pkg.adoc b/src/psensor/build_debian_pkg.adoc index 795b059..915476d 100644 --- a/src/psensor/build_debian_pkg.adoc +++ b/src/psensor/build_debian_pkg.adoc @@ -23,7 +23,7 @@ sudo apt-get install ... Checkout the source of `psensor` and its packaging: ---- -git clone https://git.wpitchoune.net/psensor-pkg-debian.git +git clone https://gitlab.com/jeanfi/psensor-pkg-debian.git ---- Build the Debian package: @@ -66,7 +66,7 @@ git-pbuilder update Checkout the source of `psensor` and its packaging: ---- -git clone https://git.wpitchoune.net/psensor-pkg-debian.git +git clone https://gitlab.com/jeanfi/psensor-pkg-debian.git ---- And finally, build the `Debian` package: diff --git a/src/psensor/index.adoc b/src/psensor/index.adoc index e757f87..648873f 100644 --- a/src/psensor/index.adoc +++ b/src/psensor/index.adoc @@ -15,7 +15,7 @@ It can monitor: - the temperature of the motherboard and CPU sensors (using http://www.lm-sensors.org/[lm-sensors]). - the temperature of the NVidia GPUs (using XNVCtrl). -- the temperature of ATI/AMD GPUs (not enabled in Ubuntu PPAs or official +- the temperature of ATI/AMD GPUs (not enabled in official distribution repositories, see the link:README.html#_ati_amd_gpu_support[instructions for enabling its support]). - the temperature of the Hard Disk Drives (using hddtemp or libatasmart). - the rotation speed of the fans (using lm-sensors). @@ -97,7 +97,6 @@ Binary packages of `psensor` are available for few Linux distributions: * package for Ubuntu is in the official universe repository since version 11.10 (Oneiric) * http://packages.qa.debian.org/p/psensor.html[package for Debian] is in the standard repository since 7.0 -* https://launchpad.net/~jfi/+archive/ubuntu/ppa[PPA for Ubuntu] * http://software.opensuse.org/package/psensor[package for OpenSuse] * https://aur.archlinux.org/packages/psensor/[package for ArchLinux]. diff --git a/src/psensor/ubuntu.adoc b/src/psensor/ubuntu.adoc index b2daaf4..c151468 100644 --- a/src/psensor/ubuntu.adoc +++ b/src/psensor/ubuntu.adoc @@ -38,26 +38,6 @@ Since Oneiric, Psensor is available in the official Ubuntu repository. The stabl sudo apt-get install psensor ---- -=== Development Version - -The development version is providing the last features and should not have any major bugs. It can be installed by using a dedicated PPA with the following command lines: - ----- -sudo apt-add-repository ppa:jfi/psensor-unstable -sudo apt-get update -sudo apt-get install psensor ----- - -=== Daily Snapshot - -Each day a package is automatically built directly from the source repository. The purpose of this daily build is to test Psensor and report bugs. It can be installed by using a dedicated PPA with the following command lines: - ----- -sudo apt-add-repository ppa:jfi/psensor-daily-trunk -sudo apt-get update -sudo apt-get install psensor ----- - === Installation From Source Archive Of course, it is also possible to compile and install Psensor from the source archive. There is no real benefit except to tune compilation settings or hack the source code.