Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
c2aa67d373
4 changed files with 34 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
```
|
||||||
|
"""]]
|
|
@ -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
|
||||||
|
"""]]
|
|
@ -1,6 +1,6 @@
|
||||||
I've added an
|
I've added an
|
||||||
[[external_special_remote_protocol/export_and_import_appendix]]
|
[[design/external_special_remote_protocol/export_and_import_appendix]]
|
||||||
to the [[external_special_remote_protocol]] which documents how
|
to the [[design/external_special_remote_protocol]] which documents how
|
||||||
the protocol might be extended to allow for importing from external special
|
the protocol might be extended to allow for importing from external special
|
||||||
remotes.
|
remotes.
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ without publishing the whole thing.
|
||||||
Other ways to avoid publishing information from a git-annex branch,
|
Other ways to avoid publishing information from a git-annex branch,
|
||||||
or remove information from it include [[git-annex-forget]](1), the
|
or remove information from it include [[git-annex-forget]](1), the
|
||||||
`annex.private` git config, and the `--private` option to
|
`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.
|
provides full control for those who need it.
|
||||||
|
|
||||||
With no options, no information at all will be included from the git-annex
|
With no options, no information at all will be included from the git-annex
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue