Skip to content
New issue

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

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

Open
mih opened this issue Aug 21, 2022 · 0 comments
Open

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

mih opened this issue Aug 21, 2022 · 0 comments

Comments

@mih
Copy link
Contributor

mih commented Aug 21, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant