| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | treewide: run nixfmt 1.0.0 | Wolfgang Walther | 2025-07-24 | 1 | -1/+2 |
| * | treewide: format all inactive Nix files•••After final improvements to the official formatter implementation, this commit now performs the first treewide reformat of Nix files using it. This is part of the implementation of RFC 166. Only "inactive" files are reformatted, meaning only files that aren't being touched by any PR with activity in the past 2 months. This is to avoid conflicts for PRs that might soon be merged. Later we can do a full treewide reformat to get the rest, which should not cause as many conflicts. A CI check has already been running for some time to ensure that new and already-formatted files are formatted, so the files being reformatted here should also stay formatted. This commit was automatically created and can be verified using nix-build https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \ --argstr baseRev b32a0943687d2a5094a6d92f25a4b6e16a76b5b7 result/bin/apply-formatting $NIXPKGS_PATH | Silvan Mosberger | 2024-12-10 | 1 | -10/+38 |
| * | fetchRepoProject: support `hash` attribute, wrapping in `withnormalizedHash` | nicoo | 2024-09-17 | 1 | -65/+65 |
| * | Avoid top-level `with ...;` in pkgs/build-support/fetchrepoproject/default.nix | Philip Taron | 2024-03-19 | 1 | -2/+7 |
| * | fetchrepoproject: fix a bug that was there since bef6bef0d2ce2ef7cfaa3e9f1eac... | Jan Malakhovski | 2023-08-06 | 1 | -1/+1 |
| * | treewide: stdenvNoCC.lib -> lib | Ben Siraphob | 2021-01-27 | 1 | -2/+2 |
| * | fetchRepoProject: add manifestName parameter | Nick Spinale | 2019-09-11 | 1 | -1/+2 |
| * | treewide: Fetchers should use `stdenvNoCC`. | John Ericson | 2018-01-10 | 1 | -3/+3 |
| * | treewide: Fixed output fetch* derivations should use `nativeBuildInputs` | John Ericson | 2018-01-09 | 1 | -1/+1 |
| * | fetchRepoProject: Fetch into $out and make it deterministic•••Fetch into $out and remove all version control files to make it deterministic (.repo and all .git subdirectories - e.g. the .git/index files change every time). Additionally I've changed the default of "useArchive" to false because fetching with "--archive" will fail for some projects (e.g. "platform/external/iosched" from the AOSP). Now, this function should hopefully work for every tag of the AOSP. | Michael Weiss | 2017-09-17 | 1 | -2/+13 |
| * | gitRepo: Fix an error due to missing TLS certificates•••This was a problem when run inside a sandbox, e.g. via "fetchRepoProject". The error message from repo seems unrelated: fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle fatal: error no host given But the exception is actually thrown due to missing certificates (/etc/ssl/certs). It should be possible to provide another location via environment variables (e.g. SSL_CERT_FILE, REQUESTS_CA_BUNDLE or CURL_CA_BUNDLE) but apparently that doesn't actually work for some reason (would have to study our Python packaging). Now "fetchRepoProject" works without the "--no-clone-bundle" option. | Michael Weiss | 2017-09-16 | 1 | -2/+0 |
| * | fetchRepoProject: Fix the GnuPG verification•••The verification was failing with the following error: gpg: keyblock resource '/tmp/nix-build-XYZ.drv-0/.repo/repo/./.repoconfig/gnupg/pubring.kbx': No such file or directory Using an absolute path for $HOME fixes this. And since 175ecbab9163fa6d5dc7481c6258301833e02042 the dependencies on "git" and "gnupg" aren't required anymore as "gitRepo" already covers them. | Michael Weiss | 2017-09-16 | 1 | -3/+5 |
| * | fetchRepoProject: Refactor the code•••Should hopefully make it a bit more readable and less redundant. | Michael Weiss | 2017-09-16 | 1 | -36/+29 |
| * | fetchRepoProject: typo | Sophie Taylor | 2017-03-27 | 1 | -1/+1 |
| * | fetchRepoProject: fixup | Sophie Taylor | 2017-03-26 | 1 | -1/+1 |
| * | fetchRepoProject: typo | Sophie Taylor | 2017-03-26 | 1 | -1/+1 |
| * | Merge branch 'master' into fetchGitRepo | Sophie Taylor | 2017-03-26 | 1 | -1/+11 |
| |\ | |||||
| | * | fetchrepoproject: cleanup extra flags | Daiderd Jordan | 2017-03-25 | 1 | -11/+20 |
| | * | fetchRepoProject: Fix buildCommand | Sophie Taylor | 2017-03-25 | 1 | -4/+5 |
| | * | fetchrepoproject: fix evaluation | Daiderd Jordan | 2017-03-24 | 1 | -5/+4 |
| * | | fetchRepoProject: fixes; more options | Sophie Taylor | 2017-03-26 | 1 | -14/+35 |
| |/ | |||||
| * | fetchRepoProject: init.•••Added to grab projects added by git-repo. Contains some problems still reguarding purity and clone.bundle, but good enough for now. | Sophie Taylor | 2017-03-24 | 1 | -0/+42 |
