From dbfc00e2a6ad99200da35f75f889174cd7bfd195 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 19 Apr 2016 13:46:11 -0400 Subject: 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 --- .../comment_1_3458b1342cb2e3ccc01eeedc7f0e48fc._comment | 8 -------- .../comment_2_22f75af80c779dcb4d6033b90373f74e._comment | 10 ---------- .../comment_3_8b2a400e1d44a1c9b183e2b7861efbe3._comment | 8 -------- 3 files changed, 26 deletions(-) delete mode 100644 doc/bugs/assistant_ignore_.gitignore/comment_1_3458b1342cb2e3ccc01eeedc7f0e48fc._comment delete mode 100644 doc/bugs/assistant_ignore_.gitignore/comment_2_22f75af80c779dcb4d6033b90373f74e._comment delete mode 100644 doc/bugs/assistant_ignore_.gitignore/comment_3_8b2a400e1d44a1c9b183e2b7861efbe3._comment (limited to 'doc/bugs/assistant_ignore_.gitignore') diff --git a/doc/bugs/assistant_ignore_.gitignore/comment_1_3458b1342cb2e3ccc01eeedc7f0e48fc._comment b/doc/bugs/assistant_ignore_.gitignore/comment_1_3458b1342cb2e3ccc01eeedc7f0e48fc._comment deleted file mode 100644 index 83cb22ccc..000000000 --- a/doc/bugs/assistant_ignore_.gitignore/comment_1_3458b1342cb2e3ccc01eeedc7f0e48fc._comment +++ /dev/null @@ -1,8 +0,0 @@ -[[!comment format=mdwn - username="Johannes" - ip="153.109.130.54" - subject="comment 1" - date="2013-07-30T11:34:15Z" - content=""" -Any news on this or this or any other way to exclude unwanted files? (e.g. all the temporary files created by latex) -"""]] diff --git a/doc/bugs/assistant_ignore_.gitignore/comment_2_22f75af80c779dcb4d6033b90373f74e._comment b/doc/bugs/assistant_ignore_.gitignore/comment_2_22f75af80c779dcb4d6033b90373f74e._comment deleted file mode 100644 index 893be9055..000000000 --- a/doc/bugs/assistant_ignore_.gitignore/comment_2_22f75af80c779dcb4d6033b90373f74e._comment +++ /dev/null @@ -1,10 +0,0 @@ -[[!comment format=mdwn - username="https://www.google.com/accounts/o8/id?id=AItOawnNqLKszWk9EoD4CDCqNXJRIklKFBCN1Ao" - nickname="maurizio" - subject="git-annex from wheezy-backports should depend on a more recent git version on debian wheezy (7.2) " - date="2013-11-12T18:57:52Z" - content=""" -It is correct that the bug is solved on the git-annex package found on wheezy-backports, but this package does not force an update of git to a more recent version. Therefore the bug still affects wheezy users. The way to solve it is to install git also from wheezy-backports. - - -"""]] diff --git a/doc/bugs/assistant_ignore_.gitignore/comment_3_8b2a400e1d44a1c9b183e2b7861efbe3._comment b/doc/bugs/assistant_ignore_.gitignore/comment_3_8b2a400e1d44a1c9b183e2b7861efbe3._comment deleted file mode 100644 index e58d46084..000000000 --- a/doc/bugs/assistant_ignore_.gitignore/comment_3_8b2a400e1d44a1c9b183e2b7861efbe3._comment +++ /dev/null @@ -1,8 +0,0 @@ -[[!comment format=mdwn - username="http://joeyh.name/" - ip="209.250.56.246" - subject="comment 3" - date="2013-11-12T19:10:48Z" - content=""" -Agreed, I've made the changes so the next update of the backport will do so. -"""]] -- cgit v1.2.3