psychoinformatics-de / datalad-debian

DataLad extension for working with Debian packages and package repositories
Other
2 stars 5 forks source link

Inspect brittle RIA setup to avoid pushing files to a git remote #139

Open mih opened 2 years ago

mih commented 2 years ago

I ended up the the deployment of an archive dataset and a www subdataset pointing to different setups

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.