git-annex/doc/bugs/main_repo_not_available_on_downloads.kitenet.net.mdwn

35 lines
1.1 KiB
Text
Raw Normal View History

2014-11-10 04:30:35 +00:00
### 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]]
2014-11-11 21:17:27 +00:00
2015-02-10 03:14:42 +00:00
> <del>done; apparently some pebak. --[[Joey]]</del>
> > it's baaaack! :) -- [[anarcat]]
2015-02-10 17:27:23 +00:00
>>> Please don't reuse old bug reports for unrelated issues. It muddies the
>>> waters.
>>>
>>> I've fixed git-update-server-info hook on the repository, fixing this
>>> second problem.
>>> [[done]] --[[Joey]]