git-annex/doc/projects/repronim/bugs-done
Joey Hess bcc69f07e8
move old fixed datalad/dandi/repronim bugs to the project pages
This is to cut down on the number of files in bugs/, which makes it slow
to file new bug reports or update active bug reports. These old bugs
were about 1/3rd of the files in there. These projects want lists of
their old bugs to still be accessible, and have the lists on their
project pages, which will still list the old bugs.

Commands used:

for f in $(git grep -l '\[\[!tag projects/dandi\]\]'); do if grep -q 'done\]\]' "$f"; then git mv "$f" ../projects/dandi/bugs-done; g=$(echo "$f" | sed 's/.mdwn//'); if [ -d "$g" ]; then git mv "$g" ../projects/dandi/bugs-done; fi; fi; done
for f in $(git grep -l '\[\[!tag projects/repronim\]\]'); do if grep -q 'done\]\]' "$f"; then git mv "$f" ../projects/repronim/bugs-done; g=$(echo "$f" | sed 's/.mdwn//'); if [ -d "$g" ]; then git mv "$g" ../projects/repronim/bugs-done; fi; fi; done
for f in $(git grep -l '\[\[!tag projects/datalad\]\]'); do if grep -q 'done\]\]' "$f"; then git mv "$f" ../projects/datalad/bugs-done; g=$(echo "$f" | sed 's/.mdwn//'); if [ -d "$g" ]; then git mv "$g" ../projects/datalad/bugs-done; fi; fi; done

That assumes that bugs are not tagged by multiple projects at the same
time. Of the ones I moved, I've checked and none are.

Could do the same with todo/ but there are only 370 files in there, and
less than 84 of them could be moved this way, which does not seem likely
to produce a sizeable speedup.

Sponsored-by: Dartmouth College's Datalad project
2023-01-05 13:16:15 -04:00
..
3_tests_fail_while_trying_to_build_fresh_git_annex_6.20181011+git109-gff9ba1f4d
7.20181211+git29-gab4a1bed9_fails_tests_during_neurodebian_build
add_--json_should_provide_a___34__note__34___with_an_error_message_in_case_of_an_error
annex_init_no_longer_generates_default_description
annex_sets_remote___40__regular_http__41___to_be_ignored_while_running_in_docker_container
fails_to_init_under_a_directory_with_a___34__tricky__34___name
fresh_build_for_neurodebian__58___test_failure
get_fails_to_place_v7_unlocked_file_content_into_the_file_tree_in_v7_in_repo_with_detached_HEAD
git-annex_precommit_.__gets_stuck_after_likely_interrupted___96__annex_add__96___call
git_annex_test_never_exits__63__
gpgconf__58___invalid_option___34__--kill__34_____40__gpg_2.0.22__41___
initial_get_-J_on_exported_S3_bucket_fails
multiple_ssh_prompts__44___and_thread_blocked_indefinitely_in_an___63____63____63___transaction
regression__58___fails_to_detect_need_for_pidlock_on_an_NSF_mount
regression__58___http_downloads_redirecting_to_ftp_are_no_longer_supported
Regression_in___96__find_--json__96___output
rmurl_marks_url_not_available_in_wrong_remote
Unable_to_get__47__addurl_to_http_link__58___download_failed__58___InvalidHeader___34__preload__34__
windows__58___autostart_for_annex_64bit_looks_under_x86
3_tests_fail_while_trying_to_build_fresh_git_annex_6.20181011+git109-gff9ba1f4d.mdwn
7.20181211+git29-gab4a1bed9_fails_tests_during_neurodebian_build.mdwn
add_--json_should_provide_a___34__note__34___with_an_error_message_in_case_of_an_error.mdwn
addurl_fails_with_non-youtube_url_with___34__This_url_is_supported_by_youtube-dl__44___but_youtube-dl_could_potentially_access_any_address__34__.mdwn
annex_init_no_longer_generates_default_description.mdwn
annex_sets_remote___40__regular_http__41___to_be_ignored_while_running_in_docker_container.mdwn
fails_to_init_under_a_directory_with_a___34__tricky__34___name.mdwn
fresh_build_for_neurodebian__58___test_failure.mdwn
get_fails_to_place_v7_unlocked_file_content_into_the_file_tree_in_v7_in_repo_with_detached_HEAD.mdwn
git-annex_precommit_.__gets_stuck_after_likely_interrupted___96__annex_add__96___call.mdwn
git_annex_test_never_exits__63__.mdwn
gpgconf__58___invalid_option___34__--kill__34_____40__gpg_2.0.22__41___.mdwn
initial_get_-J_on_exported_S3_bucket_fails.mdwn
multiple_ssh_prompts__44___and_thread_blocked_indefinitely_in_an___63____63____63___transaction.mdwn
Please_include_version_of_used_to_build_ghc_within___34__git_annex_version__34__.mdwn
regression__58___fails_to_detect_need_for_pidlock_on_an_NSF_mount.mdwn
regression__58___http_downloads_redirecting_to_ftp_are_no_longer_supported.mdwn
Regression_in___96__find_--json__96___output.mdwn
rmurl_marks_url_not_available_in_wrong_remote.mdwn
Unable_to_get__47__addurl_to_http_link__58___download_failed__58___InvalidHeader___34__preload__34__.mdwn
windows__58___autostart_for_annex_64bit_looks_under_x86.mdwn