docs for git-annex-standalone rpm
This commit is contained in:
parent
10fa8a8bee
commit
a8fea1644d
5 changed files with 26 additions and 4 deletions
|
@ -32,6 +32,8 @@ git-annex (7.20190912) UNRELEASED; urgency=medium
|
|||
* init: Catch more exceptions when testing locking.
|
||||
* init: Fix a reversion that broke initialization on systems that
|
||||
need to use pid locking.
|
||||
* A git-annex-standalone rpm is now distributed along with the standalone
|
||||
tarball.
|
||||
* Added standalone/rpm/rpmbuild-from-standalone-tarball script.
|
||||
|
||||
-- Joey Hess <id@joeyh.name> Sat, 24 Aug 2019 12:54:35 -0400
|
||||
|
|
|
@ -16,6 +16,7 @@ detailed instructions | quick install
|
|||
[[Guix]] | `guix package -i git-annex`
|
||||
[[Void]] | `xbps-install git-annex`
|
||||
[[ScientificLinux]] |
|
||||
[[RHEL]] |
|
||||
[[openSUSE]] | `zypper in git-annex`
|
||||
[[Docker]] |
|
||||
[[conda]] | `conda install -c conda-forge git-annex`
|
||||
|
|
6
doc/install/RHEL.mdwn
Normal file
6
doc/install/RHEL.mdwn
Normal file
|
@ -0,0 +1,6 @@
|
|||
There is a version of git-annex in the
|
||||
[EPEL](https://fedoraproject.org/wiki/EPEL) repo. However, it is probably
|
||||
quite old.
|
||||
|
||||
To install a newer version of git-annex, use the
|
||||
[[git-annex-standalone rpm|rpm_standalone]].
|
|
@ -1,5 +1,6 @@
|
|||
Install the [EPEL](https://fedoraproject.org/wiki/EPEL)
|
||||
repo and yum install git-annex.
|
||||
There is a version of git-annex in the
|
||||
[EPEL](https://fedoraproject.org/wiki/EPEL) repo. However, it is probably
|
||||
quite old.
|
||||
|
||||
However, the git-annex in EPEL is very old (from 2014 in EPEL 7).
|
||||
Use the [[Linux_standalone]] install to get a current version.
|
||||
To install a newer version of git-annex, use the
|
||||
[[git-annex-standalone rpm|rpm_standalone]].
|
||||
|
|
12
doc/install/rpm_standalone.mdwn
Normal file
12
doc/install/rpm_standalone.mdwn
Normal file
|
@ -0,0 +1,12 @@
|
|||
If the version of git-annex shipped in your rpm-based distribution is too
|
||||
old, there's a git-annex-standalone rpm that you can install instead. It's
|
||||
kept up-to-date with the latest git-annex release, and it works on a wide
|
||||
range of distribution versions.
|
||||
|
||||
To install it, you first have to download a yum configuration file for the git-annex rpm repository:
|
||||
|
||||
curl https://downloads.kitenet.net/git-annex/linux/current/rpms/git-annex.repo > /etc/yum.repos.d/git-annex.repo
|
||||
|
||||
Then:
|
||||
|
||||
yum install git-annex-standalone
|
Loading…
Add table
Add a link
Reference in a new issue