Last active
November 4, 2020 19:25
-
-
Save pulsation/fe1c0967f545f783b909def7d7df6bd8 to your computer and use it in GitHub Desktop.
nixpkgs-review pr 102669 as root
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ~phil/src/nixpkgs-review/result/bin/nixpkgs-review pr 102669 | |
$ git -c fetch.prune=false fetch --force https://github.com/NixOS/nixpkgs master:refs/nixpkgs-review/0 pull/102669/head:refs/nixpkgs-review/1 | |
remote: Enumerating objects: 12, done. | |
remote: Counting objects: 100% (12/12), done. | |
remote: Compressing objects: 100% (3/3), done. | |
remote: Total 13 (delta 8), reused 12 (delta 8), pack-reused 1 | |
Dépaquetage des objets: 100% (13/13), 1.69 Kio | 46.00 Kio/s, fait. | |
Depuis https://github.com/NixOS/nixpkgs | |
* [nouvelle branche] master -> refs/nixpkgs-review/0 | |
* [nouvelle référence] refs/pull/102669/head -> refs/nixpkgs-review/1 | |
$ git worktree add /root/.cache/nixpkgs-review/pr-102669-1/nixpkgs 1eaf05fbaf6a84c3037fe718aba46bbf061504e4 | |
Préparation de l'arbre de travail (HEAD détachée 1eaf05fbaf6) | |
Mise à jour des fichiers: 100% (23092/23092), fait. | |
HEAD est maintenant à 1eaf05fbaf6 terraform-providers.linuxbox: init at 0.3.11 | |
$ nix-env -f /root/.cache/nixpkgs-review/pr-102669-1/nixpkgs -qaP --xml --out-path --show-trace | |
$ git merge --no-commit a5ad94158234018bc4222b695252ff39541d0f67 | |
La fusion automatique a réussi ; stoppée avant la validation comme demandé | |
$ nix-env -f /root/.cache/nixpkgs-review/pr-102669-1/nixpkgs -qaP --xml --out-path --show-trace --meta | |
1 package added: | |
klog (init at 1.3.2) | |
$ nix --experimental-features nix-command build --no-link --keep-going --option build-use-sandbox relaxed -f /root/.cache/nixpkgs-review/pr-102669-1/build.nix | |
Link to currently reviewing PR: | |
https://github.com/NixOS/nixpkgs/pull/102669 | |
1 package built: | |
klog | |
$ nix-shell /root/.cache/nixpkgs-review/pr-102669-1/shell.nix | |
these 4 paths will be fetched (0.51 MiB download, 2.47 MiB unpacked): | |
/nix/store/ak3ffs0n7kapwkk6lnww5jzssaizq5cy-bash-interactive-4.4-p23-dev | |
/nix/store/rsaqzj41lvllljzkfxkr197rgggmx8i5-bash-interactive-4.4-p23-doc | |
/nix/store/y6ldx55rb5vmlr9ld53wqxh457nzcvcx-bash-interactive-4.4-p23-man | |
/nix/store/zrifphh20r2f5cqkh6kjpy11691zns85-bash-interactive-4.4-p23-info | |
copying path '/nix/store/rsaqzj41lvllljzkfxkr197rgggmx8i5-bash-interactive-4.4-p23-doc' from 'https://cache.nixos.org'... | |
copying path '/nix/store/zrifphh20r2f5cqkh6kjpy11691zns85-bash-interactive-4.4-p23-info' from 'https://cache.nixos.org'... | |
copying path '/nix/store/y6ldx55rb5vmlr9ld53wqxh457nzcvcx-bash-interactive-4.4-p23-man' from 'https://cache.nixos.org'... | |
copying path '/nix/store/ak3ffs0n7kapwkk6lnww5jzssaizq5cy-bash-interactive-4.4-p23-dev' from 'https://cache.nixos.org'... | |
[nix-shell:~/.cache/nixpkgs-review/pr-102669-1]# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment