summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY <Yaroslav@web>2015-03-26 20:10:24 +0000
committerGravatar admin <admin@branchable.com>2015-03-26 20:10:24 +0000
commitfa75fb49cf6434c7f0ef6005d5759dbfcbeb7b2e (patch)
treed6970bea327929630110a451bc6e07e64520c4d5
parentbe1f27f20455080471472afbc48763e668c6b97b (diff)
-rw-r--r--doc/bugs/GETURLS_doesn__39__t_return_URLs_if_prefix_is_provided.mdwn35
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/bugs/GETURLS_doesn__39__t_return_URLs_if_prefix_is_provided.mdwn b/doc/bugs/GETURLS_doesn__39__t_return_URLs_if_prefix_is_provided.mdwn
new file mode 100644
index 000000000..f62649815
--- /dev/null
+++ b/doc/bugs/GETURLS_doesn__39__t_return_URLs_if_prefix_is_provided.mdwn
@@ -0,0 +1,35 @@
+### Please describe the problem.
+
+docs say
+GETURLS Key Prefix
+Gets the recorded urls where a Key can be downloaded from. Only urls that start with the Prefix will be returned. The Prefix may be empty to get all urls. (git-annex replies one or more times with VALUE for each url. The final VALUE has an empty value, indicating the end of the url list.
+
+but when I am trying with a prefix -- doesn't return any... expected that one which is present and returned if I don't provide any prefix
+
+### What steps will reproduce the problem?
+
+git clone git://github.com/yarikoptic/datalad -b nf-custom-remotes
+cd datalad
+# there are requirements in requirements.txt, which you might need to install... or just do on smaug
+git checkout 5b9cfd5008151c515f8bccadf39451055ab61b4b
+DATALAD_LOGLEVEL=1 DATALAD_LOGTARGET=stderr tools/testing/make_test_repo archive r1
+
+### What version of git-annex are you using? On what operating system?
+5.20150302~nd80+1 now tried also with 5.20150318+yoh20150323+1~nd80+1 (ie snapshot from march 23) with the same success
+
+### Please provide any additional information below.
+
+[[!format sh """
+# If you can, paste a complete transcript of the problem occurring here.
+# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
+
+2015-03-26 15:56:05,612 [Level 1] Sending 'GETURLS SHA256E-s4--181210f8f9c779c26da1d9b2075bde0127302ee0e3fca38c9a83f5b1dd8e5d3b.dat' (base.py:120)
+2015-03-26 15:56:05,613 [Level 1] Received ['VALUE', 'dl+archive:SHA256E-s153--f378a42b6ff4d90091a7dfa37ebe1fe2fc5926eafd12cde1f2ba5fd1bcbf5e1e.tar.gz/d/test.dat'] (base.py:120)
+2015-03-26 15:56:05,613 [Level 1] Received ['VALUE'] (base.py:120)
+
+
+2015-03-26 15:57:37,389 [Level 1] Sending 'GETURLS SHA256E-s4--181210f8f9c779c26da1d9b2075bde0127302ee0e3fca38c9a83f5b1dd8e5d3b.dat dl+archive:' (base.py:120)
+2015-03-26 15:57:37,391 [Level 1] Received ['VALUE'] (base.py:120)
+
+# End of transcript or log.
+"""]]