From 020c67215fcf899c0f143b94f5ec810c9f778d4b Mon Sep 17 00:00:00 2001 From: "https://launchpad.net/~r0lf" Date: Sat, 24 Dec 2016 17:56:13 +0000 Subject: [PATCH 1/2] Added a comment --- .../comment_2_de6f9b8f20e44e93759b9bf0db695def._comment | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/bugs/gpg-agent/comment_2_de6f9b8f20e44e93759b9bf0db695def._comment diff --git a/doc/bugs/gpg-agent/comment_2_de6f9b8f20e44e93759b9bf0db695def._comment b/doc/bugs/gpg-agent/comment_2_de6f9b8f20e44e93759b9bf0db695def._comment new file mode 100644 index 0000000000..8158500ae2 --- /dev/null +++ b/doc/bugs/gpg-agent/comment_2_de6f9b8f20e44e93759b9bf0db695def._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn + username="https://launchpad.net/~r0lf" + nickname="Rolf Leggewie" + avatar="http://cdn.libravatar.org/avatar/aa82122557e706df7ba83bd1983eb79ef1ba2e51350217850176d4f9a1bb2bc0" + subject="comment 2" + date="2016-12-24T17:56:13Z" + content=""" +time to trim the list of open bugs and close this ticket as unreproducible? +"""]] From 36c35f7fbe570fe01241182ace8f8c0cdac2e4d3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 24 Dec 2016 17:15:01 -0400 Subject: [PATCH 2/2] devblog --- doc/devblog/day_440__holidaze.mdwn | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/devblog/day_440__holidaze.mdwn diff --git a/doc/devblog/day_440__holidaze.mdwn b/doc/devblog/day_440__holidaze.mdwn new file mode 100644 index 0000000000..e002d0d157 --- /dev/null +++ b/doc/devblog/day_440__holidaze.mdwn @@ -0,0 +1,11 @@ +Have been working on some improvements to `git annex enable-tor`. Made it +su to root, using any su-like program that's available. And made it test +the hidden service it sets up, and wait until it's propigated the the Tor +directory authorities. The webapp will need these features, so I thought I +might as well add them at the command-line level. + +Also some messing about with locale and encoding issues. About most of +which the less said the better. One significant thing is that I've made the +filesystem encoding be used for all IO by git-annex, rather than needing to +explicitly enable it for each file and process. So, there should be much +less bother with encoding problems going forward.