From 4e69098f5254b641975f28734e03b905ade99d30 Mon Sep 17 00:00:00 2001 From: "http://rjc.pip.verisignlabs.com/" Date: Sun, 30 Sep 2012 09:10:18 +0000 Subject: [PATCH 1/3] Added a comment: assistant in Debian --- ...comment_1_d4f7de723c98577ef28d89ee6b87fd13._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/design/assistant/blog/day_93__easy_install/comment_1_d4f7de723c98577ef28d89ee6b87fd13._comment diff --git a/doc/design/assistant/blog/day_93__easy_install/comment_1_d4f7de723c98577ef28d89ee6b87fd13._comment b/doc/design/assistant/blog/day_93__easy_install/comment_1_d4f7de723c98577ef28d89ee6b87fd13._comment new file mode 100644 index 0000000000..57a0c78d7a --- /dev/null +++ b/doc/design/assistant/blog/day_93__easy_install/comment_1_d4f7de723c98577ef28d89ee6b87fd13._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://rjc.pip.verisignlabs.com/" + ip="86.22.66.200" + subject="assistant in Debian" + date="2012-09-30T09:10:17Z" + content=""" +The same version of ghc in Debian repository on i386 and amd64 privides ghc-ghci virtual package while on all the other architectures it doesn't. Is that normal or shall I file a bug? + +What it basically means is that the packages, both git-annex (with assistant) and its build dependencies, for all the other archs cannot be build on Debian porting machines until that is fixed. It already is in the experimental version but until that one gets to unstable there won't be any official debs for all non-Intel architecures. +"""]] From 659855efef4d1c810f5f97af0037ef4d05318747 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Sun, 30 Sep 2012 17:11:13 +0000 Subject: [PATCH 2/3] Added a comment --- .../comment_2_6337b341c1cfb2132b59704394e57b36._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/design/assistant/blog/day_93__easy_install/comment_2_6337b341c1cfb2132b59704394e57b36._comment diff --git a/doc/design/assistant/blog/day_93__easy_install/comment_2_6337b341c1cfb2132b59704394e57b36._comment b/doc/design/assistant/blog/day_93__easy_install/comment_2_6337b341c1cfb2132b59704394e57b36._comment new file mode 100644 index 0000000000..ba027e9217 --- /dev/null +++ b/doc/design/assistant/blog/day_93__easy_install/comment_2_6337b341c1cfb2132b59704394e57b36._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.154.0.149" + subject="comment 2" + date="2012-09-30T17:11:13Z" + content=""" +The next upload to debian will enable building the assistant on architectures that don't have template haskell and so cannot build the webapp. +"""]] From bbba59aa03437267388b0bf0438ec82a2a1f0072 Mon Sep 17 00:00:00 2001 From: "http://lj.rossia.org/users/imz/" Date: Mon, 1 Oct 2012 11:33:51 +0000 Subject: [PATCH 3/3] Wikilink to the command in question. --- doc/todo/wishlist:___96__git_annex_sync_-m__96__.mdwn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/todo/wishlist:___96__git_annex_sync_-m__96__.mdwn b/doc/todo/wishlist:___96__git_annex_sync_-m__96__.mdwn index e3cb12478c..92b5dee270 100644 --- a/doc/todo/wishlist:___96__git_annex_sync_-m__96__.mdwn +++ b/doc/todo/wishlist:___96__git_annex_sync_-m__96__.mdwn @@ -1,4 +1,3 @@ - Similar to how git commit -m 'foo' @@ -7,5 +6,5 @@ works, if I run git annex sync -m 'my hovercraft is full of eels' -git annex should use that commit message instead of the default ones. That way, I could use sync directly and not be forced to commit prior to syncing just to make sure I have a useful commit message. +git annex should use that commit message instead of the default ones. That way, I could use [[sync]] directly and not be forced to commit prior to syncing just to make sure I have a useful commit message.