Wildan M
aba574248d
Bump pkg to fix cookbook compilation
2026-05-27 12:02:24 +07:00
Wildan M
771df295c5
web: Implement file index
2026-05-08 14:50:44 +07:00
Wildan M
6862a7b98d
Adapt changes needed for linux-relibc
2026-05-03 09:39:01 +07:00
Wildan M
208878c1bf
Migrate error type and drop anyhow
2026-04-14 12:57:12 +07:00
Wildan M
357c45cc02
Update locks
2026-04-01 05:06:23 +07:00
Wildan M
130b780b01
Update deps
2026-03-19 18:23:53 +07:00
Wildan M
23b7937698
Update deps
2026-03-19 08:32:07 +07:00
Wildan M
b20b6ae818
Bump pkgar and pkg
2026-03-08 14:41:10 -06:00
bjorn3
28a46f7512
Remove dependency on filedescriptor crate
2026-03-01 20:17:28 +01:00
Wildan M
69edfab6ec
Update redoxer
2026-03-01 15:51:56 +07:00
Wildan M
45b28851e3
Adapt clang compiler from redoxer
2026-02-23 04:40:59 +07:00
Wildan M
c7181b2e8a
Update redoxer
2026-02-14 19:56:50 +07:00
Wildan M
2b2865d882
Apply mno-outline-atomics for aarch64
2026-02-12 14:43:42 +07:00
Wildan M
37e197f42d
Update redoxer
2026-01-06 19:26:18 +07:00
Wildan M
e8b1c372d6
Update lock
2025-12-18 07:33:43 +07:00
Wildan M
7ec178b4e3
Update cargo lock
2025-12-15 00:56:37 +07:00
Wildan M
cc593c6c58
Update cargo lock
2025-12-14 23:34:48 +07:00
Wildan M
e6b4294501
Update python to use host recipe as bootstrap
2025-12-09 23:30:00 +07:00
Wildan M
3ae5da8d13
Code simplification
2025-12-06 21:58:28 +07:00
Wildan M
b5c9bc2e18
Implement optional packages
2025-12-03 15:15:55 +07:00
Wildan M
3e1595133f
Implement recipes as host toolchain
2025-11-29 00:02:59 -08:00
Wildan M
bb57b364bb
Trim deps, remove legacy bins, fix clean without container
2025-11-22 16:02:38 -08:00
Wildan M
536a3454e8
Update redox-pkg lock
2025-11-22 06:38:33 -08:00
Wildan M
a7b7020f2f
Use expanded package toml and switch repo.toml to use blake3 hash
2025-11-22 04:25:22 -08:00
Jeremy Soller
738e56afd7
update termion
2025-11-21 12:08:27 -07:00
Wildan M
e4fc5009c9
Use git redoxer
2025-11-21 06:31:50 -08:00
Jeremy Soller
fda2d462c2
Remove pkgar submodule
2025-11-20 15:42:46 -07:00
Jeremy Soller
8893328119
Support recipe builds for Linux
2025-11-20 12:42:05 -07:00
Jeremy Soller
46cd1bd056
Update redoxer
2025-11-16 10:31:51 -07:00
Wildan M
7524f32f71
Clean log from ANSI
2025-11-03 21:23:48 +07:00
bjorn3
d4b10d01b1
Update redoxer for i586-unknown-redox support
2025-11-01 16:02:18 +01:00
Wildan Mubarok
788088e498
Read from installer config
2025-10-31 09:25:28 -06:00
Wildan M
1ecf2311e4
Add ansi escape
2025-10-26 22:20:30 +07:00
Wildan M
a943426bde
Try use pty
2025-10-26 22:06:59 +07:00
Wildan M
ff3cd11099
Now mostly usable
2025-10-25 05:38:54 +07:00
Wildan M
51a5ea0848
Add mouse handling
2025-10-24 19:34:41 +07:00
Wildan M
ab57937dd4
Implement cook TUI
2025-10-24 16:56:52 +07:00
Wildan M
79f1eca998
Fix err, use anyhow
2025-10-23 12:22:43 +07:00
Wildan M
d20b16037e
Update rust edition and use redox-pkg from crates io
2025-10-11 20:26:02 +07:00
Wildan M
485b6dd82d
Detect version and provide manual version metadata
2025-10-06 13:49:14 +07:00
Wildan M
a53533d55f
Update cargo
2025-09-08 22:24:10 +07:00
Wildan M
e56a6212c4
Update cargo lock
2025-09-08 13:43:20 +07:00
Wildan Mubarok
1c66b1f297
Update pkgar cookbook
2025-07-09 09:48:22 -06:00
auronandace
144d804a3a
be explicit in collecting to a Vec of PackageName
2025-07-08 17:19:02 +01:00
Josh Megnauth
26c680d57e
Improve package and recipes API
...
The main changes here are to leverage PackageError and PackageName more.
I also fixed a bug I introduced by misunderstanding code in auto_deps. auto_deps should return PackageNames instead of Strings, but I converted the Strings too early.
2025-07-07 23:17:04 -04:00
Josh Megnauth
0ae1974a03
Move struct Package to redox-pkg
...
This deduplicates code as well as forces names to be sanitized. The API
for both redox-pkg and cookbook need some reimagining due to the
reshuffling, but this patch is not concerned with that as yet.
2025-07-05 07:48:28 -04:00
Josh Megnauth
57d4249847
Scan more directories in auto_deps
...
Closes : redox-os/redox#1600 , redox-os/redox#1598
Probably closes : redox-os/installer#24
Some packages place files in nested directories, such as
`lib/packagename` or `libexec/ARCH/gcc`. If these directories are not
scanned, the dependencies key in stage.toml will be empty which leads to
dependencies not being installed in the image.
2025-07-02 01:51:00 -04:00
Jeremy Soller
3ec01b7693
Greatly increase recipe scanning performance
2025-06-13 12:28:55 -06:00
Jeremy Soller
b6f9f8b249
Update dependencies
2025-06-12 13:03:00 -06:00
Jeremy Soller
6909fdd9b2
Refactor shared dependency handling
2025-04-11 11:15:44 -06:00