fetchFromBitbucket: modify tests for fetchgit backend

This commit is contained in:
Jasi
2025-10-04 16:23:45 -04:00
parent 5c2d20cf68
commit 8be08585b9

View File

@@ -4,15 +4,24 @@
name = "withWhitespace";
owner = "tetov";
repo = "fetchbitbucket_tester";
rev = "tag%20with%20encoded%20spaces";
tag = "tag%20with%20encoded%20spaces";
sha256 = "sha256-Nf1Cvbx7Sbab8EeSSBU5baLBiuFYiQtITED+f4tfjC0=";
};
withEncodedWhitespaceGit = testers.invalidateFetcherByDrvHash fetchFromBitbucket {
name = "withWhitespaceGit";
owner = "tetov";
repo = "fetchbitbucket_tester";
tag = "tag%20with%20encoded%20spaces";
sha256 = "sha256-Nf1Cvbx7Sbab8EeSSBU5baLBiuFYiQtITED+f4tfjC0=";
forceFetchGit = true;
};
withoutWhitespace = testers.invalidateFetcherByDrvHash fetchFromBitbucket {
name = "withoutWhitespace";
owner = "tetov";
repo = "fetchbitbucket_tester";
rev = "main";
rev = "6b611eb75c7b3bf04b510dfc1268284039d55542";
sha256 = "sha256-eTd773gE1z4+Fl2YPBbbsrADD4Dr7sFGoOWgphXUhtE=";
};
}