From c54ca6e27e0a56b69d34e231832f229741a16a37 Mon Sep 17 00:00:00 2001 From: "https://id.koumbit.net/anarcat" Date: Mon, 10 Nov 2014 04:30:35 +0000 Subject: [PATCH] slight annoyance --- ...ot_available_on_downloads.kitenet.net.mdwn | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 doc/bugs/main_repo_not_available_on_downloads.kitenet.net.mdwn diff --git a/doc/bugs/main_repo_not_available_on_downloads.kitenet.net.mdwn b/doc/bugs/main_repo_not_available_on_downloads.kitenet.net.mdwn new file mode 100644 index 0000000000..f327d7e2a8 --- /dev/null +++ b/doc/bugs/main_repo_not_available_on_downloads.kitenet.net.mdwn @@ -0,0 +1,23 @@ +### 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]]