summaryrefslogtreecommitdiff
path: root/doc/bugs/main_repo_not_available_on_downloads.kitenet.net.mdwn
blob: 65671a2e93704e2a8f0af83e9839bac9c9e8e1d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
### Please describe the problem.

The [downloads.kitenet.net](http://downloads.kitenet.net/) site is really a git annex repository, yet it is not possible to "git annex get" the files from there.

I regularly have to do something like this to workaround that issue:

    git annex addurl --file git-annex-standalone-amd64.tar.gz https://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-amd64.tar.gz

Shouldn't this be done automatically?

### What steps will reproduce the problem?

    git clone https://downloads.kitenet.net/
    cd downloads.kitenet.net/
    git annex get git-annex/linux/

### What version of git-annex are you using? On what operating system?

5.20141024 on Debian Jessie.

### Please provide any additional information below.

Thanks! -- [[anarcat]]

> [[done]]; apparently some pebak. --[[Joey]]