summaryrefslogtreecommitdiff
path: root/doc/bugs/Can__39__t_initialize_Tahoe_special_remote
Commit message (Collapse)AuthorAge
* remove old closed bugs and todo items to speed up wiki updates and reduce sizeGravatar Joey Hess2016-04-19
| | | | | | | | | 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
* Added a commentGravatar shidash@f577ed77e11dcfd714258ba6b25aaf670515222b2015-06-05
|
* followupGravatar Joey Hess2015-06-02
|
* Added a comment: ticket to track this in the Ubuntu issue trackerGravatar zooko@0afad0e8b0168f9c2e504a0200ae2ccc1dcea7fe2015-05-28
|
* Added a comment: ticket to track this in the Tahoe-LAFS issue trackerGravatar zooko@0afad0e8b0168f9c2e504a0200ae2ccc1dcea7fe2015-05-28