Michael Daniels
006ecdbdeb
treewide: fix typos ( #479869 )
2026-01-24 21:36:44 +00:00
Ben Siraphob
c7e10647ea
treewide: fix typos
2026-01-13 14:45:11 -05:00
Jörg Thalheim
dcee31cff1
bootstrap-files: improve docs for infra team members for uploading tarballs
2026-01-07 14:02:48 +01:00
Wolfgang Walther
b9ec8bed14
treewide: fix typos in md files ( #439306 )
2025-09-09 08:03:31 +00:00
Ben Siraphob
0849a4f6cd
maintainers: fix typos in md files
2025-09-09 13:14:35 +07:00
OPNA2608
23244c7f77
maintainers/scripts/bootstrap-files: Add ELFv1 powerpc64 to CROSS_TARGETS
2025-07-07 09:30:17 +02:00
Wolfgang Walther
b4532efe93
**/README.md: one sentence per line
...
As documented in doc/README.md.
2025-06-29 21:14:32 +02:00
aleksana
80e51660ea
maintainers/scripts/bootstrap-files: Add loongarch64 to CROSS_TARGETS
2025-04-23 22:57:38 +08:00
aleksana
9d2c9b5be4
maintainers/scripts/bootstrap-files: fix generated file formatting
2025-04-23 22:57:37 +08:00
Victor Engmark
106ba63900
tree-wide: Indent .bash files like .sh
2024-11-10 14:52:08 +13:00
bl0v3
313fc26d22
maintainers/scripts/bootstrap-files: Add s390x to CROSS_TARGETS
2024-08-05 13:02:00 +02:00
Audrey Dutcher
9dbd5a9a9d
[squashme] do the requested changes
2024-07-19 21:32:07 -07:00
Sergei Trofimovich
f26287d1a4
maintainers/scripts/bootstrap-files: document the procedure of adding a new target
2024-05-26 11:34:41 +01:00
annalee
e3c8b84dae
maintainers/scripts/bootstrap-files: fix nar extract on linux
...
`<nix/fetchurl.nix>` fails importing nar files on linux due to file not
found errors. use nix-store to add the nar file to the store and get the
hash.
2024-03-22 09:10:27 +00:00
annalee
1756576c4a
maintainers/scripts/bootstrap-files: update darwin information
2024-03-22 08:41:52 +00:00
annalee
dcc63e54a4
maintainers/scripts/bootstrap-files: add darwin targets; nar downloads
...
- allow for fetching and expanding nar archives
- add targets for aarch64 and x86_64 darwin
2024-03-19 17:28:32 +00:00
OPNA2608
12f779bcd5
maintainers/scripts/bootstrap-files: Add powerpc64 to CROSS_TARGETS
2024-03-10 12:36:09 +01:00
Philip Taron
f83aea707a
maintainers/bootstrap-files: fix two typos in README.md
2024-02-28 08:56:49 -08:00
Sergei Trofimovich
8a256ed0a7
maintainers/scripts/bootstrap-files: documentation and a script to update tarballs
...
This script attempts to document the exact procedure used to upload
bootstrap binaries used previously. I modeled it after most recent
https://github.com/NixOS/nixpkgs/pull/282517 upload.
There is one deviation from it to make it easier to handle mass updates
for https://github.com/NixOS/nixpkgs/issues/253713 :
The binaries are expected to be stored in `stdenv/$target` (and not
something like `stdenv-linux/i686`.
The script handles both native and cross- linux targets. `darwin` will
need a bit more work to fin into this scheme, but it should be easy.
Example run to generate `i686-linux` update:
$ maintainers/scripts/bootstrap-files/refresh-tarballs.bash --commit --targets=i686-unknown-linux-gnu
2024-01-28 14:48:18 +00:00