From bfd652ced8d7ef2a0db109582f40311b577a99c6 Mon Sep 17 00:00:00 2001 From: cbaines Date: Sat, 11 Jul 2015 17:25:51 +0000 Subject: [PATCH 1/4] Add some information about Ubuntu Phone's --- doc/install/Ubuntu/Phone.mdwn | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 doc/install/Ubuntu/Phone.mdwn diff --git a/doc/install/Ubuntu/Phone.mdwn b/doc/install/Ubuntu/Phone.mdwn new file mode 100644 index 0000000000..8fccef4905 --- /dev/null +++ b/doc/install/Ubuntu/Phone.mdwn @@ -0,0 +1,20 @@ +Ubuntu is available on multiple phones, and as they are running Ubuntu, git-annex can be installed. + +## Installation + +Use phablet-config writable-image to make the image writable. + +Then install git-annex using apt (apt install git-annex). + +## Issues + +The Debian package does not include the webapp: +git-annex version: 5.20141125 +build flags: Assistant Pairing Testsuite S3 Inotify DBus DesktopNotify XMPP DNS Feeds Quvi TDFA CryptoHash +key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 WORM URL +remote types: git gcrypt S3 bup directory rsync web tahoe glacier ddar hook external + +### Application Compatibility + +I have had difficulties getting the Music app to play music in a git-annex repository. + From 7399d79b678e375adf1a739a0c818143e9a29ab0 Mon Sep 17 00:00:00 2001 From: "04448cae@7f89c9ec07b399265c20ea79b979d2afa5f75fa8" <04448cae@web> Date: Sun, 12 Jul 2015 03:23:08 +0000 Subject: [PATCH 2/4] Added a comment: GPG Key --- .../comment_1_c216c2d7d42cc578caff815eba85f448._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/install/verifying_downloads/comment_1_c216c2d7d42cc578caff815eba85f448._comment diff --git a/doc/install/verifying_downloads/comment_1_c216c2d7d42cc578caff815eba85f448._comment b/doc/install/verifying_downloads/comment_1_c216c2d7d42cc578caff815eba85f448._comment new file mode 100644 index 0000000000..c1fbbb05e8 --- /dev/null +++ b/doc/install/verifying_downloads/comment_1_c216c2d7d42cc578caff815eba85f448._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="04448cae@7f89c9ec07b399265c20ea79b979d2afa5f75fa8" + nickname="04448cae" + subject="GPG Key" + date="2015-07-12T03:23:07Z" + content=""" +According to https://git-annex.branchable.com/install/verifying_downloads/ we should expect GPG key, C910D9222512E3C7 Joey Hess for this Windows installer file, but git-annex-installer.exe returns \"Signed on 2015-07-10 14:56 by id@joeyh.name (Key ID: 0x89C809CB). The validity of the signature cannot be verified.\" That key is on the keyserver http://pgp.surfnet.nl:11371/pks/lookup?op=vindex&fingerprint=on&search=0x89C809CB but doesn't match the verify page. Is this file legit, or the page in need of update? Thanks! +"""]] From c72618aeb4fc2ab9cb15ee8bc2a8fddc4a6430b1 Mon Sep 17 00:00:00 2001 From: "7797121@3e82a86e48dce7dd6a7b6985b84cac91ffd61d4d" <7797121@web> Date: Mon, 13 Jul 2015 14:11:41 +0000 Subject: [PATCH 3/4] --- ...tted_manually___40__autocommit__61__false__41____63__.mdwn | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/forum/Can_the_assistant_sync_files_if_committed_manually___40__autocommit__61__false__41____63__.mdwn diff --git a/doc/forum/Can_the_assistant_sync_files_if_committed_manually___40__autocommit__61__false__41____63__.mdwn b/doc/forum/Can_the_assistant_sync_files_if_committed_manually___40__autocommit__61__false__41____63__.mdwn new file mode 100644 index 0000000000..7a100c667b --- /dev/null +++ b/doc/forum/Can_the_assistant_sync_files_if_committed_manually___40__autocommit__61__false__41____63__.mdwn @@ -0,0 +1,4 @@ +I have some repositories where I want to manually control what files are added (autocommit=false), but would like to have the assistant/webapp automatically sync commits and transfer files. +However it seems that the assistant is not notified if I manually do a commit. + +The only solution right now seems to frequently restart the assistant since the startup scan will transfer files if required or run git annex get/copy manually. From 649b27aab0954516a4ae6a241b9af66671e61f0d Mon Sep 17 00:00:00 2001 From: "7797121@3e82a86e48dce7dd6a7b6985b84cac91ffd61d4d" <7797121@web> Date: Mon, 13 Jul 2015 14:12:42 +0000 Subject: [PATCH 4/4] --- ...mitted_manually___40__autocommit__61__false__41____63__.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/forum/Can_the_assistant_sync_files_if_committed_manually___40__autocommit__61__false__41____63__.mdwn b/doc/forum/Can_the_assistant_sync_files_if_committed_manually___40__autocommit__61__false__41____63__.mdwn index 7a100c667b..2f1491afd6 100644 --- a/doc/forum/Can_the_assistant_sync_files_if_committed_manually___40__autocommit__61__false__41____63__.mdwn +++ b/doc/forum/Can_the_assistant_sync_files_if_committed_manually___40__autocommit__61__false__41____63__.mdwn @@ -2,3 +2,5 @@ I have some repositories where I want to manually control what files are added ( However it seems that the assistant is not notified if I manually do a commit. The only solution right now seems to frequently restart the assistant since the startup scan will transfer files if required or run git annex get/copy manually. + +Is there another possibility?