aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/main_repo_not_available_on_downloads.kitenet.net.mdwn
diff options
context:
space:
mode:
authorGravatar https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2014-11-10 04:30:35 +0000
committerGravatar admin <admin@branchable.com>2014-11-10 04:30:35 +0000
commit86fbdb89fb5ae045ee668ff6c6e8e4c04a28e123 (patch)
treefe0a55377b9ca5260f2050143f7c43a09b2fb5ad /doc/bugs/main_repo_not_available_on_downloads.kitenet.net.mdwn
parent39edc1b65123a31c3ac7db6efb0623ae8c6c7698 (diff)
slight annoyance
Diffstat (limited to 'doc/bugs/main_repo_not_available_on_downloads.kitenet.net.mdwn')
-rw-r--r--doc/bugs/main_repo_not_available_on_downloads.kitenet.net.mdwn23
1 files changed, 23 insertions, 0 deletions
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 000000000..f327d7e2a
--- /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]]