From 2e43bbd8c78e6ef2acdb9faac385cf7259534b24 Mon Sep 17 00:00:00 2001 From: "129.206.196.191" <129.206.196.191@web> Date: Wed, 14 Nov 2012 23:59:10 +0000 Subject: poll vote (My phone (or MP3 player)) --- doc/design/assistant/polls/prioritizing_special_remotes.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/design/assistant/polls/prioritizing_special_remotes.mdwn b/doc/design/assistant/polls/prioritizing_special_remotes.mdwn index 0ec484e72..142eca222 100644 --- a/doc/design/assistant/polls/prioritizing_special_remotes.mdwn +++ b/doc/design/assistant/polls/prioritizing_special_remotes.mdwn @@ -6,7 +6,7 @@ locally paired systems, and remote servers with rsync. Help me prioritize my work: What special remote would you most like to use with the git-annex assistant? -[[!poll open=yes 15 "Amazon S3 (done)" 12 "Amazon Glacier" 9 "Box.com" 61 "My phone (or MP3 player)" 15 "Tahoe-LAFS" 5 "OpenStack SWIFT" 23 "Google Drive"]] +[[!poll open=yes 15 "Amazon S3 (done)" 12 "Amazon Glacier" 9 "Box.com" 62 "My phone (or MP3 player)" 15 "Tahoe-LAFS" 5 "OpenStack SWIFT" 23 "Google Drive"]] This poll is ordered with the options I consider easiest to build listed first. Mostly because git-annex already supports them and they -- cgit v1.2.3 From a8acad70268b79892ddfbed96410f873a79c4327 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 14 Nov 2012 22:49:22 -0400 Subject: blog for the day --- .../assistant/blog/day_131__webdav_groundwork.mdwn | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 doc/design/assistant/blog/day_131__webdav_groundwork.mdwn diff --git a/doc/design/assistant/blog/day_131__webdav_groundwork.mdwn b/doc/design/assistant/blog/day_131__webdav_groundwork.mdwn new file mode 100644 index 000000000..795acfea1 --- /dev/null +++ b/doc/design/assistant/blog/day_131__webdav_groundwork.mdwn @@ -0,0 +1,28 @@ +Read up on WebDAV, and got the haskell library working. Several hours +were wasted by stumbling over a bug in the library, that requires a +carefully crafted XML document to prevent. Such a pity about things +like DAV (and XMPP) being designed back when people were gung-ho about +XML.. but we're stuck with them now. + +Now I'm able to send and receive files to box.com using the library. Trying to +use an OwnCloud server, though, I get a most strange error message, which +looks to be coming from deep in the HTTPS library stack: "invalid IV length" + +The haskell DAV library didn't have a way to delete files. I've added one +and sent off a patch. + +Roughed in a skeleton of a webdav special remote. Doesn't do anything yet. +Will soon. + +Factored out a Creds module from parts of the S3 special remote and XMPP +support, that all has to do with credentials storage. Using this for webdav +creds storage too. + +Will also need to factor out the code that's currently in the directory +special remote, for chunking of files. + +---- + +PS: WebDAV, for all its monstrously complicated feature set, lacks one obvious +feature: The ability to check how much free space is available to store +files. Eyeroll. -- cgit v1.2.3 From d5769f0195a1caa1819a5d0ae7a9c63dd90d2f4f Mon Sep 17 00:00:00 2001 From: "http://grossmeier.net/" Date: Thu, 15 Nov 2012 04:11:55 +0000 Subject: Added a comment --- .../comment_2_acb1abeb32c3aba8ba65151afbea753c._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/migrated_files_not_showing_up_in_unused_list/comment_2_acb1abeb32c3aba8ba65151afbea753c._comment diff --git a/doc/bugs/migrated_files_not_showing_up_in_unused_list/comment_2_acb1abeb32c3aba8ba65151afbea753c._comment b/doc/bugs/migrated_files_not_showing_up_in_unused_list/comment_2_acb1abeb32c3aba8ba65151afbea753c._comment new file mode 100644 index 000000000..ccb711588 --- /dev/null +++ b/doc/bugs/migrated_files_not_showing_up_in_unused_list/comment_2_acb1abeb32c3aba8ba65151afbea753c._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://grossmeier.net/" + nickname="greg" + subject="comment 2" + date="2012-11-15T04:11:55Z" + content=""" +You were right, this has taken care of itself. + +Thanks much for the solid piece of software. +"""]] -- cgit v1.2.3 From 0cf6881456313f97e6d01d00a48e49ffb784432b Mon Sep 17 00:00:00 2001 From: "http://grossmeier.net/" Date: Thu, 15 Nov 2012 04:13:04 +0000 Subject: --- doc/bugs/migrated_files_not_showing_up_in_unused_list.mdwn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/bugs/migrated_files_not_showing_up_in_unused_list.mdwn b/doc/bugs/migrated_files_not_showing_up_in_unused_list.mdwn index e76448ba0..33776d13a 100644 --- a/doc/bugs/migrated_files_not_showing_up_in_unused_list.mdwn +++ b/doc/bugs/migrated_files_not_showing_up_in_unused_list.mdwn @@ -57,3 +57,6 @@ Command outputs (see, specifically, the output of status showing number of SHA25 100 /var/lib/dpkg/status 3.20120629 0 650 http://ftp.us.debian.org/debian/ wheezy/main i386 Packages + + +As Joey predicted, this took care of itself over time. Marking as [[bugs/done]]. -- cgit v1.2.3 From cb8a72393836c6940e3d2890dc39f419c8f1d3fa Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawlfvsw_0TFUvMcHVBRw1D1UmAaOJ3VsNSU" Date: Thu, 15 Nov 2012 04:14:20 +0000 Subject: --- ...om.branchable.git-annex.assistant.plist_is_invalid.mdwn | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/bugs/com.branchable.git-annex.assistant.plist_is_invalid.mdwn diff --git a/doc/bugs/com.branchable.git-annex.assistant.plist_is_invalid.mdwn b/doc/bugs/com.branchable.git-annex.assistant.plist_is_invalid.mdwn new file mode 100644 index 000000000..3e8c4a546 --- /dev/null +++ b/doc/bugs/com.branchable.git-annex.assistant.plist_is_invalid.mdwn @@ -0,0 +1,14 @@ +What steps will reproduce the problem? +`cat com.branchable.git-annex.assistant` + +What version of git-annex are you using? On what operating system? + git-annex version: 3.20121112 on OS X Mountain Lion + +Please provide any additional information below. +The '`RunAtLoad`' key is missing a value. + +It should say: + +`RunAtLoad`
+`` + -- cgit v1.2.3 From 3c370b6ebceba4400ce7cd8294c22f234d5696df Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 15 Nov 2012 01:01:54 -0400 Subject: OSX: Fix RunAtLoad value in plist file. --- Utility/OSX.hs | 1 + debian/changelog | 1 + doc/bugs/com.branchable.git-annex.assistant.plist_is_invalid.mdwn | 1 + 3 files changed, 3 insertions(+) diff --git a/Utility/OSX.hs b/Utility/OSX.hs index cf4a6e859..769d073e8 100644 --- a/Utility/OSX.hs +++ b/Utility/OSX.hs @@ -38,6 +38,7 @@ genOSXAutoStartFile label command params = unlines , unlines $ map (\v -> "" ++ v ++ "") (command:params) , "" , "RunAtLoad" + , "" , "" , "" ] diff --git a/debian/changelog b/debian/changelog index 4356bff1e..65c370d31 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ git-annex (3.20121113) UNRELEASED; urgency=low * webapp: The list of repositiories refreshes when new repositories are added, including when new repository configurations are pushed in from remotes. + * OSX: Fix RunAtLoad value in plist file. -- Joey Hess Tue, 13 Nov 2012 13:17:07 -0400 diff --git a/doc/bugs/com.branchable.git-annex.assistant.plist_is_invalid.mdwn b/doc/bugs/com.branchable.git-annex.assistant.plist_is_invalid.mdwn index 3e8c4a546..d67cdcd40 100644 --- a/doc/bugs/com.branchable.git-annex.assistant.plist_is_invalid.mdwn +++ b/doc/bugs/com.branchable.git-annex.assistant.plist_is_invalid.mdwn @@ -12,3 +12,4 @@ It should say: `RunAtLoad`
`` +> Fixed in git. [[done]] --[[Joey]] -- cgit v1.2.3