summaryrefslogtreecommitdiff
path: root/doc/todo/Nearline_support.mdwn
Commit message (Collapse)AuthorAge
* remove old closed bugs and todo items to speed up wiki updates and reduce sizeGravatar Joey Hess2017-09-29
| | | | | | | | | 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
* juggle dup bugsGravatar Joey Hess2015-09-17
|
* close dup; and remove dup closure of todo/Nearline_supportGravatar Joey Hess2015-06-02
| | | | | | | todo/Nearine_support is where this is being discussed, it was closed as a dup erroniously. Spending more time closing dups about this than working on it. :(
* filed bug on haskell aws to support thisGravatar Joey Hess2015-03-16
|
* (no commit message)Gravatar http://hendry.iki.fi/2015-03-12