andir / npins

Nix dependency pinning. Very similar to Niv but has a few features that I personally wanted.
European Union Public License 1.2
164 stars 12 forks source link

gitlab tests are broken #90

Open philiptaron opened 3 weeks ago

philiptaron commented 3 weeks ago

This is likely due to https://gitlab.com/npins-test/npins-private-test not existing and https://git.helsinki.tools/npins-test/npins-private-test now being a forgejo instance.

failures:

---- git::test::test_gitlab_private_release_update stdout ----
Error: Couldn't fetch the release tags

Caused by:
    0: Failed to list tags for https://oauth2:glpat-MSsRZG1SNdJU1MzBNosV@gitlab.com/npins-test/npins-private-test.git
    1: git ls-remote failed with exit code 128

---- git::test::test_gitlab_private_update stdout ----
Error: Couldn't fetch the latest commit

Caused by:
    0: Failed to get revision from remote for https://oauth2:glpat-MSsRZG1SNdJU1MzBNosV@gitlab.com/npins-test/npins-private-test.git refs/heads/main
    1: git ls-remote failed with exit code 128

---- git::test::test_gitlab_selfhosted_private_release_update stdout ----
Error: Couldn't fetch the release tags

Caused by:
    0: Failed to list tags for https://oauth2:xqgHNxVNdzvMy6cDvreJ@git.helsinki.tools/npins-test/npins-private-test.git
    1: git ls-remote failed with exit code 128

---- git::test::test_gitlab_private_update_from_env stdout ----
Error: Couldn't fetch the latest commit

Caused by:
    0: Failed to get revision from remote for https://oauth2:glpat-MSsRZG1SNdJU1MzBNosV@gitlab.com/npins-test/npins-private-test.git refs/heads/main
    1: git ls-remote failed with exit code 128

---- git::test::test_gitlab_selfhosted_private_update stdout ----
Error: Couldn't fetch the latest commit

Caused by:
    0: Failed to get revision from remote for https://oauth2:xqgHNxVNdzvMy6cDvreJ@git.helsinki.tools/npins-test/npins-private-test.git refs/heads/main
    1: git ls-remote failed with exit code 128

failures:
    git::test::test_gitlab_private_release_update
    git::test::test_gitlab_private_update
    git::test::test_gitlab_private_update_from_env
    git::test::test_gitlab_selfhosted_private_release_update
    git::test::test_gitlab_selfhosted_private_update