We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I ended up the the deployment of an archive dataset and a www subdataset pointing to different setups
archive
www
archive had
[remote "origin"] url = /home/debian/stores/internal/alias/archive fetch = +refs/heads/*:refs/remotes/origin/* annex-ignore = true datalad-publish-depends = deb.datalad.org-storage [remote "deb.datalad.org-storage"] annex-externaltype = ora annex-uuid = c1d50c97-622a-4117-b98e-23ce1ddb609f annex-cost = 200.0 annex-availability = GloballyAvailable annex-ignore = false skipFetchAll = true
www had
[remote "origin"] url = deb.datalad.org:stores/public/alias/apt-archive fetch = +refs/heads/*:refs/remotes/origin/* annex-uuid = 8559bca0-8f3d-46fb-a059-ddb65b645823 [remote "deb.datalad.org-storage"] annex-externaltype = ora annex-uuid = aea9f33d-c316-4576-b316-97e038ebba82 annex-cost = 200.0 annex-availability = GloballyAvailable
This is all with datalad tooling only.
datalad
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I ended up the the deployment of an
archive
dataset and awww
subdataset pointing to different setupsarchive
hadwww
hadThis is all with
datalad
tooling only.The text was updated successfully, but these errors were encountered: