From 1f6cfecc972b121fa42ea80383183bbaccc2195a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 29 May 2014 15:23:05 -0400 Subject: remove old closed bugs and todo items to speed up wiki updates and reduce size Remove closed bugs and todos that were least edited before 2014. Command line used: for f in $(grep -l '\[\[done\]\]' *.mdwn); do if [ -z $(git log --since=2014 --pretty=oneline "$f") ]; then git rm $f; git rm -rf $(echo "$f" | sed 's/.mdwn$//'); fi; done --- ...app_error:__LSOpenURLsWithRole__40____41__.mdwn | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 doc/bugs/OSX_git-annex.app_error:__LSOpenURLsWithRole__40____41__.mdwn (limited to 'doc/bugs/OSX_git-annex.app_error:__LSOpenURLsWithRole__40____41__.mdwn') diff --git a/doc/bugs/OSX_git-annex.app_error:__LSOpenURLsWithRole__40____41__.mdwn b/doc/bugs/OSX_git-annex.app_error:__LSOpenURLsWithRole__40____41__.mdwn deleted file mode 100644 index ac5c66951..000000000 --- a/doc/bugs/OSX_git-annex.app_error:__LSOpenURLsWithRole__40____41__.mdwn +++ /dev/null @@ -1,26 +0,0 @@ -**What steps will reproduce the problem?** - -Either double click on the app or from the terminal - - $ open /Applications/git-annex.app - -**What is the expected output? What do you see instead?** - -I'd expect to see git-annex run. "git-annex" doesn't run and what I see (in the terminal) is: - - LSOpenURLsWithRole() failed with error -10810 for the file /Applications/git-annex.app. - -**What version of git-annex are you using? On what operating system?** - -*git-annex*: 3.20121017 - -*git-annex.app*: ??? - -*OS*: OSX 10.6.8 64 bit - - -**Please provide any additional information below.** - -[[!tag /design/assistant/OSX]] - -> This was fixed a while ago. [[done]] --[[Joey]] -- cgit v1.2.3