Commit Graph

387 Commits

Author SHA1 Message Date
Wildan M
ca7e4737da
Implement git rollback 2026-05-09 18:32:32 +07:00
Wildan M
8f5f71bc4f
Add capture-rev command 2026-05-09 16:28:42 +07:00
Wildan M
0ce39682c5
Fix push command not respecting ignore rule 2026-05-08 21:18:15 +07:00
Wildan M
65f68c0645
Write pkgar head when pushing 2026-05-08 18:48:07 +07:00
Wildan M
9a9fa2ec7b
web: Implement file browser 2026-05-08 17:15:57 +07:00
Wildan M
771df295c5
web: Implement file index 2026-05-08 14:50:44 +07:00
Wildan M
2dd34be76f
Don't recurse lock rules, fix binary repo cross arch 2026-05-08 00:39:22 +07:00
Wildan M
21356e4be6
Fix pushing metapackages 2026-05-07 13:50:28 +07:00
Wildan M
7ba21717c7
Improve change-rule behavior 2026-05-06 04:16:17 +07:00
Jeremy Soller
953993ac05 Merge branch 'change-rule' into 'master'
Implement cookbook lock and change-rule command

Closes #1801

See merge request redox-os/redox!2120
2026-05-06 06:20:09 -06:00
Wildan M
8d6ae193e7
Implement change-rule command 2026-05-06 02:35:17 +07:00
Wildan M
16c8c87d4f
Implement reading from cookbook lock 2026-05-06 01:06:53 +07:00
Wildan M
4e88d4be1c
Fix extract/push failure when binary repo downloaded partially 2026-05-05 23:48:20 +07:00
Wildan M
f15fcfa940
Implement "binary" fallback to "source" if package absent from CI 2026-05-04 22:50:49 +07:00
Wildan M
1edc7badde
Merge some imports 2026-04-26 10:59:27 +07:00
Wildan M
daf639a762
Fix sysroot rebuild for clean_target 2026-04-26 10:59:08 +07:00
Wildan M
82c5a2ea94
Simplify error messages 2026-04-20 20:40:07 +07:00
Wildan M
20b0d484e4
Strip libraries debugging info 2026-04-19 08:34:27 +07:00
Jeremy Soller
6faca470ed Merge branch 'binary-caching' into 'master'
Fix binary repo caching

See merge request redox-os/redox!2083
2026-04-18 16:18:25 -06:00
Wildan M
e0c6322a88
Fix binary repo caching 2026-04-19 04:48:25 +07:00
Wildan M
cd634c1f69
Maybe fix podman cannot cleanly exit when build interrupted 2026-04-18 10:26:50 +07:00
Wildan M
8d05158d1b
Fix from absent pkey 2026-04-17 17:23:15 +07:00
Wildan M
f77346bcfd
Update sysroot based on blake3, add verbose_cmd option 2026-04-17 17:04:43 +07:00
Wildan M
736fb83f55
Fix fmt 2026-04-16 17:48:18 +07:00
Wildan M
475ea8fc5e
Fix auto path failed to detect 2026-04-16 17:38:45 +07:00
Wildan M
e1a68dacd7
Organize tui statuses code 2026-04-16 04:32:31 +07:00
Wildan M
47b5176ba5
Remove dead code on queues 2026-04-16 04:05:05 +07:00
Wildan M
61a66d3755
Better error display 2026-04-16 04:04:53 +07:00
Wildan M
208878c1bf
Migrate error type and drop anyhow 2026-04-14 12:57:12 +07:00
Wildan M
83a723e66a
Remove scroll wheel code from TUI 2026-04-13 19:57:39 +07:00
Wildan M
b9aee43a09
Handle nonstop TUI error 2026-04-05 13:20:08 +07:00
Wildan M
e8cb1f6a03
Avoid writing logs when build is cached 2026-04-05 13:16:16 +07:00
Wildan M
8b8b3137bd
Don't export macros 2026-04-05 13:02:50 +07:00
Wildan M
de56b80f58
Print each recipe result when building with TUI 2026-04-05 12:19:12 +07:00
Jeremy Soller
352a9e76ef Merge branch 'tag-cosmic' into 'master'
Use tagged cosmic rev, fix updating git rev

See merge request redox-os/redox!2040
2026-04-04 13:19:57 -06:00
Wildan M
1a3703c753
Fix redoxer env in hosted redox 2026-04-02 03:14:29 +07:00
Wildan M
255d1cb02b
Workaround git recursive 2026-04-02 02:59:46 +07:00
Wildan M
9b38bd81f9
Handle git annotated tag and git gc 2026-04-01 08:22:02 +07:00
Wildan M
0f7323e47a
Fix changing git rev cache 2026-04-01 10:29:01 +07:00
Jeremy Soller
b84543a488 Merge branch 'autodeps-caching' into 'master'
Use build cache data to invalidate auto deps

See merge request redox-os/redox!2032
2026-03-28 11:55:52 -06:00
Wildan M
fc3ed70964
Use build cache data to invalidate auto deps 2026-03-29 00:46:15 +07:00
Jeremy Soller
f58e11a168 Merge branch 'fix-cache' into 'master'
Fix build cache not caching

See merge request redox-os/redox!2029
2026-03-28 07:24:53 -06:00
Wildan M
92416bfc7e
Add cached status for fetch command 2026-03-28 14:01:48 +07:00
Wildan M
75e38524f9
Use crate::Error for cook::fetch 2026-03-28 11:44:00 +07:00
Wildan M
94a0355907
Don't pass cargo offline for custom script 2026-03-28 11:28:21 +07:00
Wildan M
edf2169658
Fix build cache not caching 2026-03-28 08:43:14 +07:00
Wildan M
4038d8f5ed
Separate sysroot folder when using cross target 2026-03-28 04:12:37 +07:00
Wildan M
e7e89a28c2
Add dark mode 2026-03-27 04:11:39 +07:00
Wildan M
b113987aa7
Fix web optional packages, sort file tree 2026-03-27 03:46:10 +07:00
Wildan M
34c62b53fe
Move recipes from pkg crate, remove blake3 pbr 2026-03-26 23:46:38 +07:00