diff --git a/doc/bugs/performance_regression__63___init_takes_times_more/comment_10_7aed761c4843217ea4c90491897224c1._comment b/doc/bugs/performance_regression__63___init_takes_times_more/comment_10_7aed761c4843217ea4c90491897224c1._comment new file mode 100644 index 0000000000..0412582bdc --- /dev/null +++ b/doc/bugs/performance_regression__63___init_takes_times_more/comment_10_7aed761c4843217ea4c90491897224c1._comment @@ -0,0 +1,19 @@ +[[!comment format=mdwn + username="yarikoptic" + avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4" + subject="comment 10" + date="2022-08-01T18:51:59Z" + content=""" +didn't have time yet to look at that :-/ as for \"where\" + +- don't even know myself now how to lookup for those older github actions runs on github interface; + +- they all are fetched to smaug within con/tinuous archive of build logs/artifacts. So for this PR: + +``` +(git)smaug:/mnt/datasets/datalad/ci/git-annex/builds/2022/07[master] +$> /usr/bin/find pr-128/build-ubuntu.yaml-7* -iname *deb +pr-128/build-ubuntu.yaml-761-ebf2f1b0-failed/git-annex-debianstandalone-packages_10.20220624+git120-gc3df38dd1_amd64/git-annex-standalone_10.20220624+git120-gc3df38dd1-1~ndall+1_amd64.deb + +``` +"""]] diff --git a/doc/bugs/performance_regression__63___init_takes_times_more/comment_11_847e04bbe9c59700249136b7fef4d0b7._comment b/doc/bugs/performance_regression__63___init_takes_times_more/comment_11_847e04bbe9c59700249136b7fef4d0b7._comment new file mode 100644 index 0000000000..5a3c443721 --- /dev/null +++ b/doc/bugs/performance_regression__63___init_takes_times_more/comment_11_847e04bbe9c59700249136b7fef4d0b7._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="yarikoptic" + avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4" + subject="comment 11" + date="2022-08-01T18:55:38Z" + content=""" +figured out some what to lookup on github +- go to Actions for the entire repo +- [filter only for pull requests:](https://github.com/datalad/git-annex/actions?query=event%3Apull_request) +- select [most recent one for that PR and architecture](https://github.com/datalad/git-annex/actions/runs/2672648689) +- build artifacts are at the bottom of that page +"""]] diff --git a/doc/devblog/day_590__toward_importing_from_externals.mdwn b/doc/devblog/day_590__toward_importing_from_externals.mdwn index 414038c274..bd1de81d24 100644 --- a/doc/devblog/day_590__toward_importing_from_externals.mdwn +++ b/doc/devblog/day_590__toward_importing_from_externals.mdwn @@ -1,6 +1,6 @@ I've added an -[[external_special_remote_protocol/export_and_import_appendix]] -to the [[external_special_remote_protocol]] which documents how +[[design/external_special_remote_protocol/export_and_import_appendix]] +to the [[design/external_special_remote_protocol]] which documents how the protocol might be extended to allow for importing from external special remotes. diff --git a/doc/git-annex-filter-branch.mdwn b/doc/git-annex-filter-branch.mdwn index 14e6bf85a6..df391945b5 100644 --- a/doc/git-annex-filter-branch.mdwn +++ b/doc/git-annex-filter-branch.mdwn @@ -18,7 +18,7 @@ without publishing the whole thing. Other ways to avoid publishing information from a git-annex branch, or remove information from it include [[git-annex-forget]](1), the `annex.private` git config, and the `--private` option to -[[git-annex-initremote](1). Those are much easier to use, but this +[[git-annex-initremote]](1). Those are much easier to use, but this provides full control for those who need it. With no options, no information at all will be included from the git-annex