From 6c4819babe6d6d0707e3afdf239f4b0e5c966bf2 Mon Sep 17 00:00:00 2001 From: Agenta Date: Wed, 29 Jul 2015 13:44:23 +0000 Subject: --- ...itory_doesn__39__t_appear_in_the_Assistant.mdwn | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 doc/forum/Bitbucket_gcrypt_repository_doesn__39__t_appear_in_the_Assistant.mdwn diff --git a/doc/forum/Bitbucket_gcrypt_repository_doesn__39__t_appear_in_the_Assistant.mdwn b/doc/forum/Bitbucket_gcrypt_repository_doesn__39__t_appear_in_the_Assistant.mdwn new file mode 100644 index 000000000..0079ecfee --- /dev/null +++ b/doc/forum/Bitbucket_gcrypt_repository_doesn__39__t_appear_in_the_Assistant.mdwn @@ -0,0 +1,37 @@ +Hello everyone, + +my problem is: I have added a Bitbucket gcrypt repository (to be used for metadata only); it works via git-annex sync but the Assistant ignores it completely. I can check from the Bitbucket webpage that the remote repository never gets updated by the Assistant, it only does when i run 'git-annex sync' manually. + +## Adding the repository: + + git remote add bitbucket gcrypt::https://bitbucket.org/omissis/basic.git + +## Syncing to it is ok: + + $ git-annex sync + commit ok + pull bitbucket + gcrypt: Development version -- Repository format MAY CHANGE + gcrypt: Decrypting manifest + [...] + ok + push bitbucket + gcrypt: Development version -- Repository format MAY CHANGE + gcrypt: Decrypting manifest + [...] + ok + +## But it doesn't appear at all in the Assistant webapp! + +Even if I do "restart daemon". + +BTW, adding a local gcrypt repo works fine and it gets synced normally by the Assistant (after creating a bare Git repo): + + git remote add enc gcrypt::/tmp/enc + +My Git-annex version: + + $ git-annex version + git-annex version: 5.20140412ubuntu1 + +Anybody has any idea? My use case is that I have a computer behind a very restrictive firewall (only http and https are allowed) and I don't know how to sync it otherwise. I would like to avoid XMPP. Thanks! -- cgit v1.2.3