aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Utility__47__libdiskfree.c_more_BSD_friendly
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-09-29 12:55:42 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-09-29 12:55:42 -0400
commit0dfc1d4e6eb37aadaba47a210539b2438fba97f5 (patch)
treee0beee12909c581f06829060a93a72d6686ca730 /doc/bugs/Utility__47__libdiskfree.c_more_BSD_friendly
parentbd2a9fb40ef0bbe812e8ea375a5caabd6e628ef2 (diff)
remove old closed bugs and todo items to speed up wiki updates and reduce size
Remove closed bugs and todos that were last edited or commented before 2017. Command line used: for f in $(grep -l '|done\]\]' -- *.mdwn); do d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=01-01-2017 --pretty=oneline -- "$f")" -a -z "$(git log --since=01-01-2017 --pretty=oneline -- "$d")" ]; then git rm -- "./$f" ; git rm -rf "./$d"; fi; done for f in $(grep -l '\[\[done\]\]' -- *.mdwn); do d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=01-01-2017 --pretty=oneline -- "$f")" -a -z "$(git log --since=01-01-2017 --pretty=oneline -- "$d")" ]; then git rm -- "./$f" ; git rm -rf "./$d"; fi; done
Diffstat (limited to 'doc/bugs/Utility__47__libdiskfree.c_more_BSD_friendly')
-rw-r--r--doc/bugs/Utility__47__libdiskfree.c_more_BSD_friendly/comment_1_cdbf63d15795946f55aaea3da4755a22._comment10
-rw-r--r--doc/bugs/Utility__47__libdiskfree.c_more_BSD_friendly/comment_2_54bfedf6d33bcd9d44cc3c89f3216161._comment23
-rw-r--r--doc/bugs/Utility__47__libdiskfree.c_more_BSD_friendly/comment_3_9d3c44004a738987a9c374f431c0117a._comment10
-rw-r--r--doc/bugs/Utility__47__libdiskfree.c_more_BSD_friendly/comment_4_89fb96bbb595984e25ad434981bea7b4._comment10
4 files changed, 0 insertions, 53 deletions
diff --git a/doc/bugs/Utility__47__libdiskfree.c_more_BSD_friendly/comment_1_cdbf63d15795946f55aaea3da4755a22._comment b/doc/bugs/Utility__47__libdiskfree.c_more_BSD_friendly/comment_1_cdbf63d15795946f55aaea3da4755a22._comment
deleted file mode 100644
index 2b3113561..000000000
--- a/doc/bugs/Utility__47__libdiskfree.c_more_BSD_friendly/comment_1_cdbf63d15795946f55aaea3da4755a22._comment
+++ /dev/null
@@ -1,10 +0,0 @@
-[[!comment format=mdwn
- username="jirib@503223f0610c6c66f4e6dc738a5a0b2648c290b1"
- nickname="jirib"
- subject="no statfs64 on OpenBSD"
- date="2015-10-04T13:47:30Z"
- content="""
-there's no statfs64 on OpenBSD, maybe following similar diff from conky fs part could help:
-
-http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/sysutils/conky/patches/patch-src_fs_c?rev=1.3&content-type=text/x-cvsweb-markup
-"""]]
diff --git a/doc/bugs/Utility__47__libdiskfree.c_more_BSD_friendly/comment_2_54bfedf6d33bcd9d44cc3c89f3216161._comment b/doc/bugs/Utility__47__libdiskfree.c_more_BSD_friendly/comment_2_54bfedf6d33bcd9d44cc3c89f3216161._comment
deleted file mode 100644
index b86fa0535..000000000
--- a/doc/bugs/Utility__47__libdiskfree.c_more_BSD_friendly/comment_2_54bfedf6d33bcd9d44cc3c89f3216161._comment
+++ /dev/null
@@ -1,23 +0,0 @@
-[[!comment format=mdwn
- username="joey"
- subject="""comment 2"""
- date="2015-10-04T19:13:59Z"
- content="""
-Happy to support all BSD varients that tested patches can be made for.
-
-I can't apply this patch as-is for several reasons:
-
-* You say you've not tested it yet.
-* I recently modified the file to add support for Solaris, and your patch conflicts with that modification.
-* Your patch in passing changes the FreeBSD support to use the
- statfs64 structure. AFAIK that has not been tested.
-* I think you also broke Android by moving it below the Linux tests.
- The linux tests will probably fire on android, but the linux code
- doesn't work with the android libc.
-
-Your patch would be better if it clearly added support for an OS
-(or standard) without touching and breaking existing code that
-supports other OSes.
-
-Thanks!
-"""]]
diff --git a/doc/bugs/Utility__47__libdiskfree.c_more_BSD_friendly/comment_3_9d3c44004a738987a9c374f431c0117a._comment b/doc/bugs/Utility__47__libdiskfree.c_more_BSD_friendly/comment_3_9d3c44004a738987a9c374f431c0117a._comment
deleted file mode 100644
index e292375ab..000000000
--- a/doc/bugs/Utility__47__libdiskfree.c_more_BSD_friendly/comment_3_9d3c44004a738987a9c374f431c0117a._comment
+++ /dev/null
@@ -1,10 +0,0 @@
-[[!comment format=mdwn
- username="jirib@503223f0610c6c66f4e6dc738a5a0b2648c290b1"
- nickname="jirib"
- subject="statfs64"
- date="2015-10-05T09:58:10Z"
- content="""
-Sorry, my mistake, I was checking latest release and it had statfs64 there but I see master doesn't have it.
-
-I'll report if it works on OpenBSD when I will pass 'xmpp' issue :)
-"""]]
diff --git a/doc/bugs/Utility__47__libdiskfree.c_more_BSD_friendly/comment_4_89fb96bbb595984e25ad434981bea7b4._comment b/doc/bugs/Utility__47__libdiskfree.c_more_BSD_friendly/comment_4_89fb96bbb595984e25ad434981bea7b4._comment
deleted file mode 100644
index afbfd7b64..000000000
--- a/doc/bugs/Utility__47__libdiskfree.c_more_BSD_friendly/comment_4_89fb96bbb595984e25ad434981bea7b4._comment
+++ /dev/null
@@ -1,10 +0,0 @@
-[[!comment format=mdwn
- username="joey"
- subject="""comment 4"""
- date="2015-10-06T19:22:33Z"
- content="""
-It's good to not let issue A get blocked by unrelated issue B, and in this
-case, easy to disentangle them!
-
-cabal configure -f-XMPP
-"""]]