summary refs log tree commit diff
path: root/pkgs/build-support/fetchgithub/default.nix
Commit message (Collapse)AuthorAge
* treewide: use optionalString instead of 'then ""'Felix Buehler2023-06-24
|
* fetchgit: require sparseCheckout be a list of stringsNicolas Benes2023-06-04
| | | | | | Passing a (multi-line) string was deprecated in #200082 in favour of list of strings, but still supported (with warning). Now, enforce use of list of strings.
* treewide: Make some fetchers overridablepiegames2023-04-22
|
* fetchGitHub: inherit owner and repo for use with rocmUpdateScriptMadoura2022-12-10
|
* treewide: make sparseCheckout a list of stringsNicolas Benes2022-11-15
|
* 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.
* fetchFromGitHub: perserve originating positionJonathan Ringer2022-02-10
|
* fetchFromGitHub: don't overwrite metaJonathan Ringer2022-02-10
|
* fetchgithub: Support sparseCheckoutZhong Jianxin2022-01-24
|
* fetchgithub: fix eval when passing forceFetchGitSandro Jäckel2021-11-11
|
* fetchFromGitHub: allow forcing fetchGitSandro Jäckel2021-09-28
|
* fetchgithub: allow private repos to use fetchgitSandro Jäckel2021-09-28
|
* fetchFromGitHub: also use git if deepClone or leaveDotGit is usedsternenseemann2020-12-21
| | | | | leaveDotGit is only inherited if it is explicitly set, so fetchgit's default value for leaveDotGit ? deepClone is respected.
* all-packages: move fetch* to pkgs/build-support/Matthew Bauer2019-01-26