summary refs log tree commit diff
path: root/pkgs/build-support/fetchgitlab
Commit message (Collapse)AuthorAge
* treewide: Make some fetchers overridablepiegames2023-04-22
|
* fetchFromGitLab: don't passthruAttrs fetchGit specific attrs to fetchUrlArtturin2022-10-29
| | | | | | | | | | | | | | if `fetchSubmodules = false` to 'fetchFromGitLab' then theres the following error error: anonymous function at /nix/store/9m8drnpifyl5qsx93g6ll2xw6wkps03z-source/pkgs/build-support/fetchurl/default.nix:41:1 called with unexpected argument 'fetchSubmodules' at /nix/store/9m8drnpifyl5qsx93g6ll2xw6wkps03z-source/pkgs/build-support/fetchzip/default.nix:36:1: 35| 36| fetchurl (( | ^ 37| if (pname != "" && version != "") then
* unstableGitUpdater: fix updating fetchzip-based sourcesJan Tojnar2022-05-24
| | | | | | | | | | | a67950f20b97a293b2fefeecc349c6b785321e4b added `url` attribute from `fetchurl` and therefore also from `fetchzip`. We previously relied on `url` from fetchgit-based fetchers to find the repo URL but now it will just return tarballs in the case of `fetchFrom{GitHub,GitLab}`. Let’s add an attribute to `fetch{git,FromGitHub,FromGitLab}` to expose a repo URL consistently.
* fetchgitlab: fix unexpected argumentIgor Sharonov2021-11-18
|
* fetchFromGitLab: Allow overriding protocolMike Purvis2021-09-20
|
* fetchgitlab: add deepClone, fetchSubmodules, leaveDotGit argumentsSandro Jäckel2021-07-22
|
* fetchgitlab: Escape a few more characters in the revisionTethys Svensson2020-09-13
|
* fetchgitlab: escape rev to support "+" in itFlorian Klink2020-05-24
|
* fetchFromGitLab: improve readabilityAlyssa Ross2019-12-09
|
* all-packages: move fetch* to pkgs/build-support/Matthew Bauer2019-01-26