mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
fetchFromBitbucket: modify tests for fetchgit backend
This commit is contained in:
parent
5c2d20cf68
commit
8be08585b9
1 changed files with 11 additions and 2 deletions
|
|
@ -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=";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue