summaryrefslogtreecommitdiff
path: root/doc/news/version_5.20150930/comment_6_0141dbe3955b54f9fbfd67dc8ba64f48._comment
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-04-19 13:46:11 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-04-19 13:55:29 -0400
commitdbfc00e2a6ad99200da35f75f889174cd7bfd195 (patch)
tree9d8a9d1353ab10376183c1bda881fface04b6fcb /doc/news/version_5.20150930/comment_6_0141dbe3955b54f9fbfd67dc8ba64f48._comment
parent41b7950285ef1e91b80c441c2be68a1ef4d0d27c (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 Q3 2015. Command line used: for f in $(grep -l '\[\[done\]\]' -- *.mdwn); do d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=09-09-2015 --pretty=oneline -- "$f")" -a -z "$(git log --since=09-09-2015 --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=09-09-2015 --pretty=oneline -- "$f")" -a -z "$(git log --since=09-09-2015 --pretty=oneline -- "$d")" ]; then git rm -- "$f"; git rm -rf "$d"; fi; done
Diffstat (limited to 'doc/news/version_5.20150930/comment_6_0141dbe3955b54f9fbfd67dc8ba64f48._comment')
-rw-r--r--doc/news/version_5.20150930/comment_6_0141dbe3955b54f9fbfd67dc8ba64f48._comment11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/news/version_5.20150930/comment_6_0141dbe3955b54f9fbfd67dc8ba64f48._comment b/doc/news/version_5.20150930/comment_6_0141dbe3955b54f9fbfd67dc8ba64f48._comment
deleted file mode 100644
index 6651d4de9..000000000
--- a/doc/news/version_5.20150930/comment_6_0141dbe3955b54f9fbfd67dc8ba64f48._comment
+++ /dev/null
@@ -1,11 +0,0 @@
-[[!comment format=mdwn
- username="jephte.clain@f0da2444b164953b596ac5e3e38da30b8c04e5e3"
- nickname="jephte.clain"
- subject="comment 6"
- date="2015-10-05T05:48:38Z"
- content="""
-wow. I guess I'm getting old... of course the 32bits version run on a 64bits kernel. I should know, I have a lot of binary that I run this way :-|
-
-thanks again for you valuable time. It's all good now!
-
-"""]]