Open mih opened 2 years ago
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
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.