Commit Graph

2053 Commits

Author SHA1 Message Date
Ron Williams
c5979ec5ba add debug option and disable strip if desired 2024-01-08 13:40:59 -08:00
bjorn3
b8ec6bc78a Make the drivers and drivers-initfs recipes agnostic to package location 2024-01-08 22:16:57 +01:00
Jeremy Soller
ca86a9d162 Merge branch 'script_cleanup' into 'master'
Couple of small improvements

See merge request redox-os/cookbook!337
2024-01-08 21:00:08 +00:00
Jeremy Soller
cc9ef3b18c Merge branch 'remove-todo' into 'master'
Remove the nano TODO

See merge request redox-os/cookbook!338
2024-01-08 20:59:02 +00:00
bjorn3
a2ec53a47a Convert sodium recipe to toml 2024-01-08 21:57:37 +01:00
Ribbon
32be1a9c27 Remove the nano TODO 2024-01-08 20:55:39 +00:00
bjorn3
6b90326bca Make sure to install recipes using the cargo template get installed in /usr/bin too 2024-01-08 21:45:59 +01:00
bjorn3
adaf1c9631 Convert lci recipe to toml 2024-01-08 21:33:55 +01:00
bjorn3
8209fa04c9 Convert fal recipe to toml and move to wip 2024-01-08 21:33:32 +01:00
bjorn3
93bb93f429 Remove setup.sh
It isn't used anywhere
2024-01-08 21:05:12 +01:00
Jeremy Soller
d56958abcc Merge branch 'code_cleanups' into 'master'
Various code quality improvements to the cookbook code

See merge request redox-os/cookbook!336
2024-01-08 19:16:01 +00:00
bjorn3
91f885bddb Remove sha256 support
Sha256 is slower than blake3 and all recipes use blake3 now.
2024-01-08 20:00:30 +01:00
Jeremy Soller
6c6c128491 Merge branch 'migrate-to-usr' into 'master'
Migrate the template scripts to /usr

See merge request redox-os/cookbook!334
2024-01-08 18:51:42 +00:00
Ribbon
e2540c49ad Migrate the template scripts to /usr 2024-01-08 18:51:42 +00:00
bjorn3
48e5ef02eb Compare actual filenames rather than their lossy conversions
This is both faster and more correct.
2024-01-08 19:48:06 +01:00
bjorn3
64ea29f63b Remove ProgressBarWrite
It is unused.
2024-01-08 19:42:50 +01:00
bjorn3
5fed46f97e Significantly simplify src/blake3.rs by using the new update_reader method 2024-01-08 19:41:23 +01:00
Jeremy Soller
3d3edca3b7 Merge branch 'usr_lib_initd' into 'master'
Also search for init configs in /usr/lib/init.d

See merge request redox-os/cookbook!335
2024-01-08 16:01:49 +00:00
bjorn3
39941bbfbb Also search for init configs in /usr/lib/init.d
This will allow moving the system init configs to this place, keeping
/etc/init.d for local overrides.
2024-01-07 18:13:02 +01:00
Jeremy Soller
b44c20e238
Add recipe for cosmic-files 2024-01-04 13:47:33 -07:00
Ribbon
32b4d66ebe add wepl 2024-01-04 18:00:08 +00:00
Ribbon
ff75cd808e add rustyink 2024-01-04 16:29:41 +00:00
Jeremy Soller
a486f50bbd Merge branch 'move_games' into 'master'
Move games from /games to /usr/games

See merge request redox-os/cookbook!333
2024-01-04 15:27:17 +00:00
Ribbon
76ad7ed87d update recipes 2024-01-04 01:26:51 +00:00
Ribbon
9ce94b0f7e update TODOs 2024-01-04 00:22:02 +00:00
bjorn3
b4610465db Move prboom too 2024-01-03 22:44:33 +00:00
bjorn3
7a1f870730 Move the remaining couple of games to /usr/games 2024-01-03 21:43:44 +01:00
bjorn3
aa2884eed0 Move most games from /games to /usr/games 2024-01-03 21:42:53 +01:00
Jeremy Soller
0b3322aa61
nano: fix include path and promote to tools 2024-01-03 13:08:38 -07:00
Jeremy Soller
d616a5d1aa
Remove wip cosmic-term 2024-01-03 12:28:57 -07:00
Jeremy Soller
1cce55095c
Add cosmic-term 2024-01-03 12:16:10 -07:00
Jeremy Soller
837f1e8344 Merge branch 'ignore-errors' into 'master'
add --nonstop option to not exit on error

See merge request redox-os/cookbook!332
2024-01-03 19:15:47 +00:00
Ribbon
e7483f2e54 update TODOs 2024-01-03 04:07:09 +00:00
Ribbon
6ab13e9608 update recipe 2024-01-03 00:07:03 +00:00
Ribbon
e003d48fc8 update TODO 2024-01-02 19:56:02 +00:00
Ribbon
5e15cca76c update recipe 2024-01-02 19:54:27 +00:00
Ribbon
1e63df15b4 update TODO 2024-01-02 19:43:55 +00:00
Ribbon
207b66b98d update TODO 2024-01-02 19:01:05 +00:00
Ribbon
e39360bee2 update recipe 2024-01-02 18:59:04 +00:00
Ribbon
00c4604691 update TODO 2024-01-02 18:13:35 +00:00
Ribbon
96bc19f37d update recipe 2024-01-02 18:12:08 +00:00
Ribbon
01b887f65b update TODOs 2024-01-02 17:58:41 +00:00
Ribbon
49fbc27c84 update TODO 2024-01-02 17:42:51 +00:00
Ribbon
312c14eb29 update TODO 2024-01-02 17:12:51 +00:00
Ribbon
172af2af2d update recipe 2024-01-02 16:42:49 +00:00
Ribbon
e92c36b6df update fyrox-template 2024-01-02 15:38:35 +00:00
Ribbon
15a7c3c9bd update TODO 2024-01-02 14:06:08 +00:00
Ribbon
0195fc3a49 update recipe 2024-01-02 13:55:04 +00:00
Ribbon
907ef8f531 add csvlens 2024-01-02 03:21:43 +00:00
Ribbon
3a5325ce4e update TODOs 2024-01-01 18:41:25 +00:00