From 818614ceafe811fb7acced6ecc41dde93d78885b Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Mon, 1 Aug 2022 18:51:59 +0000 Subject: [PATCH 1/4] Added a comment --- ..._7aed761c4843217ea4c90491897224c1._comment | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/bugs/performance_regression__63___init_takes_times_more/comment_10_7aed761c4843217ea4c90491897224c1._comment 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 + +``` +"""]] From bb30d43b7f62c31045fad16a122c21b77fab1b67 Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Mon, 1 Aug 2022 18:55:38 +0000 Subject: [PATCH 2/4] Added a comment --- ...ment_11_847e04bbe9c59700249136b7fef4d0b7._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/bugs/performance_regression__63___init_takes_times_more/comment_11_847e04bbe9c59700249136b7fef4d0b7._comment 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 +"""]] From 6b0dc233384316d6f6d3db9d1991c5e92dc16cbc Mon Sep 17 00:00:00 2001 From: contr-error Date: Tue, 2 Aug 2022 10:10:31 +0000 Subject: [PATCH 3/4] fix links --- doc/devblog/day_590__toward_importing_from_externals.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. From 3e8d7a87b6310d219177679485d828fd3cea65a1 Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Tue, 2 Aug 2022 13:51:47 +0000 Subject: [PATCH 4/4] fix link to git-annex-initremote --- doc/git-annex-filter-branch.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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