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 --- doc/bugs/Incorrect_version_on_64_Standalone_Build.mdwn | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 doc/bugs/Incorrect_version_on_64_Standalone_Build.mdwn (limited to 'doc/bugs/Incorrect_version_on_64_Standalone_Build.mdwn') diff --git a/doc/bugs/Incorrect_version_on_64_Standalone_Build.mdwn b/doc/bugs/Incorrect_version_on_64_Standalone_Build.mdwn deleted file mode 100644 index d0f43f5b2..000000000 --- a/doc/bugs/Incorrect_version_on_64_Standalone_Build.mdwn +++ /dev/null @@ -1,11 +0,0 @@ - $ wget https://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-amd64.tar.gz - $ tar xvzf git-annex-standalone-amd64.tar.gz - $ cd git-annex.linux - $ ./git-annex version - git-annex version: 4.20130324 - -Shouldn't that be `4.20130405`? - -The md5sum of the build I downloaded is `aabbb3aa2397be206cae86f33db9eef4`. - -> [[done]]; new version will look like eg `4.20130410-gc149c67` --[[Joey]] -- cgit v1.2.3