Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixos-homepage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 30ae47fcf869
Choose a base ref
...
head repository: NixOS/nixos-homepage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d76e280c8200
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Apr 18, 2018

  1. install: use tar -f -

    fixes #169
    woffs authored and edolstra committed Apr 18, 2018
    Copy the full SHA
    d76e280 View commit details
Showing with 9 additions and 9 deletions.
  1. +1 −1 nix/install.in
  2. +8 −8 nix/install.sig
2 changes: 1 addition & 1 deletion nix/install.in
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@ fi

unpack=$tmpDir/unpack
mkdir -p "$unpack"
< "$tarball" bzcat | tar x -C "$unpack" || oops "failed to unpack '$url'"
< "$tarball" bzcat | tar -xf - -C "$unpack" || oops "failed to unpack '$url'"

script=$(echo "$unpack"/*/install)

16 changes: 8 additions & 8 deletions nix/install.sig
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
-----BEGIN PGP SIGNATURE-----

iQEzBAABCAAdFiEEtUHVUwEnDgvPFcpdgXC0cm1xmN4FAlqO5HEACgkQgXC0cm1x
mN7ozggA03VAi+xAWoBS7a1tPD4XlPjdME6xsvT/aCmEzKB89iIs2ZRT4PYIQiKW
iais9oKnY9gOK5V9U0AnIwXSxarOr8IxmMpVNSNLoFCdioXuZuHTmaYZsX6O7P5I
cRe98t8Ktr+WALAz0NaTOZfhuL6CboXU3rrrcIDcxnMdSpQLHqnS1UY7Ii3N38ov
9rFxrWVx+6f+7tXt16SwJoxRr63e3IbCyKfAlmmBTSDew16hLq3HcQcWI26k9EAg
qkuuUmNSyhVVGrPDErdRZda3bf66axSNbBgALOyYewXdrXKw9F1JP16wlMV+hQtW
sln0GR+BDp15NCseFxEgaWP7yV19zQ==
=VTNI
iQEzBAABCAAdFiEEtUHVUwEnDgvPFcpdgXC0cm1xmN4FAlrXEEsACgkQgXC0cm1x
mN5h/Qf9HAAcRL5Cd8l0w6XRB3U+LgMCzQYDjOGl8jXdn3trgu28yH7bNFuMoGWM
0cPzABRAjREBROZZjqPd/HScFo6zSp4I1EyhZAuoyTs6NBhcmwOeQbMxdJBgM3G9
E+HC7DCq/5Jd/Utzxc7QvomPWronc2xGxyZzWRrMYoa9hmaQs3EpGSwjDUxP5etL
4ANXbQrqB8iP0AJ/3CGcQQqhJ9u9oga/6ki11zMYwwfZtmW3VgnLElon0YXaw7UZ
PYj79pPHZod+uDZxH7TWqwJcGFkE6cwmAmhv8hcz4XTc5mY02wSiusJZ0x4jsyMg
YjXFGrRd5YgMfLVYEjhtXYzAjNE2pA==
=D81R
-----END PGP SIGNATURE-----