remove old news comments
authorJoey Hess <joeyh@joeyh.name>
Mon, 16 Nov 2015 20:03:00 +0000 (16:03 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 16 Nov 2015 20:03:00 +0000 (16:03 -0400)
doc/news/version_5.20150113/comment_1_e1da6b6d532d8eb08373347de3a4f7ec._comment [deleted file]
doc/news/version_5.20150528/comment_1_a9431835ef2b4a58e0df90dee6b9fa2f._comment [deleted file]
doc/news/version_5.20150528/comment_2_9eb71d9fae62ad89ef6580722677c494._comment [deleted file]
doc/news/version_5.20150528/comment_3_caaa61152a72d308cc2b27dcbf63df42._comment [deleted file]
doc/news/version_5.20150528/comment_4_0c0826152134daf9d3add244f9367227._comment [deleted file]
doc/news/version_5.20150727/comment_1_c4458e41c8a7f843bd3802159099a858._comment [deleted file]
doc/news/version_5.20150916/comment_1_4e708dc3d845a5db6ae1aa05b52f8677._comment [deleted file]

diff --git a/doc/news/version_5.20150113/comment_1_e1da6b6d532d8eb08373347de3a4f7ec._comment b/doc/news/version_5.20150113/comment_1_e1da6b6d532d8eb08373347de3a4f7ec._comment
deleted file mode 100644 (file)
index 9528655..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-[[!comment format=mdwn
- username="anarcat"
- subject="comment 1"
- date="2015-01-13T18:09:52Z"
- content="""
-> * sync: Fix an edge case where syncing in a bare repository would try to merge and so fail.
-
-i think i just saw that bug yesterday, glad to see it fixed so quickly!
-"""]]
diff --git a/doc/news/version_5.20150528/comment_1_a9431835ef2b4a58e0df90dee6b9fa2f._comment b/doc/news/version_5.20150528/comment_1_a9431835ef2b4a58e0df90dee6b9fa2f._comment
deleted file mode 100644 (file)
index 7a3e83c..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-[[!comment format=mdwn
- username="https://me.yahoo.com/a/1NYxQEUZztr9TUg3dBoKbExvSbVs7HY-#43da1"
- nickname="Bleddle"
- subject="Cannot install with cabal"
- date="2015-05-28T18:38:00Z"
- content="""
-    ➤ lsb_release -a
-    No LSB modules are available.
-    Distributor ID: Ubuntu
-    Description:    Ubuntu 14.04.2 LTS
-    Release:        14.04
-    Codename:       trusty
-    
-    ➤ cabal --version
-    cabal-install version 1.16.0.2
-    using version 1.16.0 of the Cabal library
-
-    ➤ cabal install git-annex
-    Resolving dependencies...
-    cabal: Could not resolve dependencies:
-    trying: git-annex-5.20150528
-    trying: git-annex-5.20150528:+webdav
-    trying: git-annex-5.20150528:+webapp
-    trying: yesod-1.4.1.5
-    trying: yesod-auth-1.4.5
-    trying: authenticate-1.3.2.11
-    trying: xml-conduit-1.3.0
-    rejecting: DAV-1.0.5, 1.0.4, 1.0.3, 1.0.2, 1.0.1, 1.0 (conflict:
-    xml-conduit==1.3.0, DAV => xml-conduit>=1.0 && <1.3)
-    rejecting: DAV-0.8, 0.7, 0.6.2, 0.6.1, 0.6, 0.5.1, 0.5, 0.4.1, 0.4, 0.3.1,
-    0.3, 0.2, 0.1, 0.0.1, 0.0 (conflict: git-annex-5.20150528:webdav =>
-    DAV(>=1.0))
-
-"""]]
diff --git a/doc/news/version_5.20150528/comment_2_9eb71d9fae62ad89ef6580722677c494._comment b/doc/news/version_5.20150528/comment_2_9eb71d9fae62ad89ef6580722677c494._comment
deleted file mode 100644 (file)
index afa7632..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-[[!comment format=mdwn
- username="joey"
- subject="""comment 2"""
- date="2015-05-30T06:14:08Z"
- content="""
-Use stackage.
-"""]]
diff --git a/doc/news/version_5.20150528/comment_3_caaa61152a72d308cc2b27dcbf63df42._comment b/doc/news/version_5.20150528/comment_3_caaa61152a72d308cc2b27dcbf63df42._comment
deleted file mode 100644 (file)
index 7d81e94..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-[[!comment format=mdwn
- username="https://me.yahoo.com/a/1NYxQEUZztr9TUg3dBoKbExvSbVs7HY-#43da1"
- nickname="Bleddle"
- subject="Using stackage and installing"
- date="2015-05-30T18:06:00Z"
- content="""
-@joey how do I use stackage when using `cabal install`. I tried putting the `cabal.config` into `~/.cabal` but still keep getting the same DAV dependency error.
-
-I also tried building on Debian after running:
-
-    cabal update; cabal unpack git-annex
-    sudo apt-get build-dep git-annex`
-
-Results:
-
-    ➤ cabal configure -v
-    /usr/bin/ghc --numeric-version
-    looking for tool \"ghc-pkg\" near compiler in /usr/bin
-    found ghc-pkg in /usr/bin/ghc-pkg
-    /usr/bin/ghc-pkg --version
-    /usr/bin/ghc --supported-languages
-    /usr/bin/ghc --info
-    Reading available packages...
-    Choosing modular solver.
-    Resolving dependencies...
-    Could not resolve dependencies:
-    trying: git-annex-5.20150528
-    trying: git-annex-5.20150528:+torrentparser
-    creating dist/setup
-    /usr/bin/ghc --make ./Setup.hs -o ./dist/setup/setup -odir ./dist/setup -hidir ./dist/setup -i -i. -package Cabal-1.18.1.3
-    <command line>: cannot satisfy -package Cabal-1.18.1.3
-        (use -v for more information)
-
-I'm not a Haskell programmer, so I have no idea how to get this all working, nor how to install a new version of git-annex.
-"""]]
diff --git a/doc/news/version_5.20150528/comment_4_0c0826152134daf9d3add244f9367227._comment b/doc/news/version_5.20150528/comment_4_0c0826152134daf9d3add244f9367227._comment
deleted file mode 100644 (file)
index 124f60a..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-[[!comment format=mdwn
- username="joey"
- subject="""comment 4"""
- date="2015-06-02T18:55:12Z"
- content="""
-Put the cabal.config file in the git-annex source tree next to
-git-annex.cabal. Also, you probably need to `cabal clean`.
-"""]]
diff --git a/doc/news/version_5.20150727/comment_1_c4458e41c8a7f843bd3802159099a858._comment b/doc/news/version_5.20150727/comment_1_c4458e41c8a7f843bd3802159099a858._comment
deleted file mode 100644 (file)
index a845fdb..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-[[!comment format=mdwn
- username="anarcat"
- subject="bugfix?"
- date="2015-07-28T14:01:46Z"
- content="""
-> Fix bug that prevented uploads to remotes using new-style chunking from resuming after the last successfully uploaded chunk.
-
-Is this related to [[bugs/s3_InternalIOException__63__/]] - should that bug be marked as fixed? Can't wait to test the new release, thanks! --[[anarcat]]
-"""]]
diff --git a/doc/news/version_5.20150916/comment_1_4e708dc3d845a5db6ae1aa05b52f8677._comment b/doc/news/version_5.20150916/comment_1_4e708dc3d845a5db6ae1aa05b52f8677._comment
deleted file mode 100644 (file)
index d1837a8..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-[[!comment format=mdwn
- username="jephte.clain@f0da2444b164953b596ac5e3e38da30b8c04e5e3"
- nickname="jephte.clain"
- subject="it does not work with debian squeeze lts"
- date="2015-09-26T08:03:05Z"
- content="""
-FYI, this version no longer work on debian squeeze lts with the message FATAL: kernel too old
-does it refer to the version of linux kernel? it is 2.6.32-5 on debian squeeze
-For now, I'll have to revert to 5.20150824 which is a shame
-"""]]