From 0dfc1d4e6eb37aadaba47a210539b2438fba97f5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 29 Sep 2017 12:55:42 -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 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 --- .../comment_7_4515caef5ff53f60c11f2390a98015ef._comment | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 doc/todo/wishlist__58___add_systemd_services_file_samples_for_assistant_and_webapp/comment_7_4515caef5ff53f60c11f2390a98015ef._comment (limited to 'doc/todo/wishlist__58___add_systemd_services_file_samples_for_assistant_and_webapp/comment_7_4515caef5ff53f60c11f2390a98015ef._comment') diff --git a/doc/todo/wishlist__58___add_systemd_services_file_samples_for_assistant_and_webapp/comment_7_4515caef5ff53f60c11f2390a98015ef._comment b/doc/todo/wishlist__58___add_systemd_services_file_samples_for_assistant_and_webapp/comment_7_4515caef5ff53f60c11f2390a98015ef._comment deleted file mode 100644 index 6f99416f4..000000000 --- a/doc/todo/wishlist__58___add_systemd_services_file_samples_for_assistant_and_webapp/comment_7_4515caef5ff53f60c11f2390a98015ef._comment +++ /dev/null @@ -1,8 +0,0 @@ -[[!comment format=mdwn - username="Euxane" - avatar="http://cdn.libravatar.org/avatar/e6f48ec6bdf54a71119bcff72e29693f" - subject="comment 7" - date="2016-11-08T10:12:05Z" - content=""" -Page added [here](http://git-annex.branchable.com/tips/Systemd_unit/) -"""]] -- cgit v1.2.3