增加 recipe_ 前缀

This commit is contained in:
Aoran Zeng
2026-02-24 16:35:08 +08:00
parent 3674fe882c
commit 50ccdb1a42
69 changed files with 142 additions and 142 deletions

View File

@@ -498,7 +498,7 @@ chef_set_sauciers (Target_t *target, uint32_t count, ...)
void
chef_set_created_on (Target_t *target, char *date)
chef_set_recipe_created_on (Target_t *target, char *date)
{
xy_cant_be_null (target);
xy_cant_be_null (date);
@@ -508,7 +508,7 @@ chef_set_created_on (Target_t *target, char *date)
void
chef_set_last_updated (Target_t *target, char *date)
chef_set_recipe_last_updated (Target_t *target, char *date)
{
xy_cant_be_null (target);
xy_cant_be_null (date);

View File

@@ -9,8 +9,8 @@ pl_clojure_prelude ()
{
chef_prep_this (pl_clojure, s);
chef_set_created_on (this, "2023-09-10");
chef_set_last_updated (this, "2026-02-24");
chef_set_recipe_created_on (this, "2023-09-10");
chef_set_recipe_last_updated (this, "2026-02-24");
chef_set_sources_last_updated (this, "2025-08-21");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ pl_dart_flutter_prelude (void)
{
chef_prep_this (pl_dart_flutter, gsr);
chef_set_created_on (this, "2023-09-10");
chef_set_last_updated (this, "2025-07-11");
chef_set_recipe_created_on (this, "2023-09-10");
chef_set_recipe_last_updated (this, "2025-07-11");
chef_set_sources_last_updated (this, "2025-04-15");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ pl_dart_prelude (void)
{
chef_prep_this (pl_dart, gsr);
chef_set_created_on (this, "2023-09-10");
chef_set_last_updated (this, "2025-07-11");
chef_set_recipe_created_on (this, "2023-09-10");
chef_set_recipe_last_updated (this, "2025-07-11");
chef_set_sources_last_updated (this, "2025-04-15");
chef_set_chef (this, NULL);

View File

@@ -23,8 +23,8 @@ pl_go_prelude ()
{
chef_prep_this (pl_go, gsr);
chef_set_created_on (this, "2023-08-30");
chef_set_last_updated (this, "2025-08-10");
chef_set_recipe_created_on (this, "2023-08-30");
chef_set_recipe_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2025-07-12");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ pl_haskell_prelude ()
{
chef_prep_this (pl_haskell, s);
chef_set_created_on (this, "2023-09-10");
chef_set_last_updated (this, "2025-08-10");
chef_set_recipe_created_on (this, "2023-09-10");
chef_set_recipe_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2025-08-22");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ pl_java_prelude ()
{
chef_prep_this (pl_java, gsr);
chef_set_created_on (this, "2023-08-31");
chef_set_last_updated (this, "2025-08-27");
chef_set_recipe_created_on (this, "2023-08-31");
chef_set_recipe_last_updated (this, "2025-08-27");
chef_set_sources_last_updated (this, "2024-12-18");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ pl_js_bun_prelude (void)
{
chef_prep_this (pl_js_bun, gsr);
chef_set_created_on (this, "2024-09-29");
chef_set_last_updated (this, "2025-07-22");
chef_set_recipe_created_on (this, "2024-09-29");
chef_set_recipe_last_updated (this, "2025-07-22");
chef_set_sources_last_updated (this, "2025-07-22");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ pl_js_yarn_prelude (void)
{
chef_prep_this (pl_js_yarn, gsr);
chef_set_created_on (this, "2023-09-09");
chef_set_last_updated (this, "2025-07-11");
chef_set_recipe_created_on (this, "2023-09-09");
chef_set_recipe_last_updated (this, "2025-07-11");
chef_set_sources_last_updated (this, "2025-07-11");
chef_set_chef (this, NULL);

View File

@@ -16,8 +16,8 @@ pl_js_group_prelude (void)
{
chef_prep_this (pl_js_group, gsr);
chef_set_created_on (this, "2023-09-09");
chef_set_last_updated (this, "2025-07-11");
chef_set_recipe_created_on (this, "2023-09-09");
chef_set_recipe_last_updated (this, "2025-07-11");
chef_set_sources_last_updated (this, "2025-07-11");
chef_set_chef (this, "@happy-game");
@@ -54,8 +54,8 @@ pl_js_nodejs_binary_prelude (void)
{
chef_prep_this (pl_js_nodejs_binary, NOOP);
chef_set_created_on (this, "2023-09-09");
chef_set_last_updated (this, "2025-08-22");
chef_set_recipe_created_on (this, "2023-09-09");
chef_set_recipe_last_updated (this, "2025-08-22");
chef_set_sources_last_updated (this, "2025-07-11");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ pl_js_npm_prelude (void)
{
chef_prep_this (pl_js_npm, gsr);
chef_set_created_on (this, "2023-08-30");
chef_set_last_updated (this, "2025-07-11");
chef_set_recipe_created_on (this, "2023-08-30");
chef_set_recipe_last_updated (this, "2025-07-11");
chef_set_sources_last_updated (this, "2025-07-11");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ pl_js_nvm_prelude (void)
{
chef_prep_this (pl_js_nvm, gsr);
chef_set_created_on (this, "2024-09-23");
chef_set_last_updated (this, "2025-06-19");
chef_set_recipe_created_on (this, "2024-09-23");
chef_set_recipe_last_updated (this, "2025-06-19");
chef_set_sources_last_updated (this, "2025-06-19");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ pl_js_pnpm_prelude (void)
{
chef_prep_this (pl_js_pnpm, gsr);
chef_set_created_on (this, "2024-04-18");
chef_set_last_updated (this, "2025-07-11");
chef_set_recipe_created_on (this, "2024-04-18");
chef_set_recipe_last_updated (this, "2025-07-11");
chef_set_sources_last_updated (this, "2025-07-11");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ pl_julia_prelude ()
{
chef_prep_this (pl_julia, gs);
chef_set_created_on (this, "2023-08-31");
chef_set_last_updated (this, "2025-08-10");
chef_set_recipe_created_on (this, "2023-08-31");
chef_set_recipe_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2025-08-22");
chef_set_chef (this, NULL);

View File

@@ -16,8 +16,8 @@ pl_lua_prelude ()
{
chef_prep_this (pl_lua, gs);
chef_set_created_on (this, "2023-09-27");
chef_set_last_updated (this, "2025-08-10");
chef_set_recipe_created_on (this, "2023-09-27");
chef_set_recipe_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2025-08-22");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ pl_nuget_prelude ()
{
chef_prep_this (pl_nuget, gs);
chef_set_created_on (this, "2023-09-10");
chef_set_last_updated (this, "2025-08-10");
chef_set_recipe_created_on (this, "2023-09-10");
chef_set_recipe_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2024-04-18");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ pl_ocaml_prelude ()
{
chef_prep_this (pl_ocaml, gs);
chef_set_created_on (this, "2023-09-15");
chef_set_last_updated (this, "2025-08-10");
chef_set_recipe_created_on (this, "2023-09-15");
chef_set_recipe_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2025-07-14");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ pl_php_prelude ()
{
chef_prep_this (pl_php, gs);
chef_set_created_on (this, "2023-08-30");
chef_set_last_updated (this, "2025-08-10");
chef_set_recipe_created_on (this, "2023-08-30");
chef_set_recipe_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2025-08-24");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ pl_perl_prelude ()
{
chef_prep_this (pl_perl, gs);
chef_set_created_on (this, "2023-09-31");
chef_set_last_updated (this, "2025-10-07");
chef_set_recipe_created_on (this, "2023-09-31");
chef_set_recipe_last_updated (this, "2025-10-07");
chef_set_sources_last_updated (this, "2025-10-07");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ pl_python_pdm_prelude (void)
{
chef_prep_this (pl_python_pdm, gsr);
chef_set_created_on (this, "2024-06-05");
chef_set_last_updated (this, "2025-07-11");
chef_set_recipe_created_on (this, "2024-06-05");
chef_set_recipe_last_updated (this, "2025-07-11");
chef_set_sources_last_updated (this, "2025-07-11");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ pl_python_poetry_prelude (void)
{
chef_prep_this (pl_python_poetry, gsr);
chef_set_created_on (this, "2024-08-08");
chef_set_last_updated (this, "2025-07-11");
chef_set_recipe_created_on (this, "2024-08-08");
chef_set_recipe_last_updated (this, "2025-07-11");
chef_set_sources_last_updated (this, "2025-07-11");
chef_set_chef (this, NULL);

View File

@@ -11,8 +11,8 @@ pl_python_rye_prelude (void)
{
chef_prep_this (pl_python_rye, gsr);
chef_set_created_on (this, "2024-12-06");
chef_set_last_updated (this, "2025-08-09");
chef_set_recipe_created_on (this, "2024-12-06");
chef_set_recipe_last_updated (this, "2025-08-09");
chef_set_sources_last_updated (this, "2025-08-09");
chef_set_chef (this, NULL);

View File

@@ -32,8 +32,8 @@ pl_python_group_prelude (void)
{
chef_prep_this (pl_python_group, gsr);
chef_set_created_on (this, "2023-09-03");
chef_set_last_updated (this, "2025-12-31");
chef_set_recipe_created_on (this, "2023-09-03");
chef_set_recipe_last_updated (this, "2025-12-31");
chef_set_sources_last_updated (this, "2025-09-30");
chef_set_chef (this, "@happy-game");

View File

@@ -9,8 +9,8 @@ pl_python_pip_prelude (void)
{
chef_prep_this (pl_python_pip, gsr);
chef_set_created_on (this, "2023-09-03");
chef_set_last_updated (this, "2025-09-12");
chef_set_recipe_created_on (this, "2023-09-03");
chef_set_recipe_last_updated (this, "2025-09-12");
chef_set_sources_last_updated (this, "2025-07-11");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ pl_python_uv_prelude (void)
{
chef_prep_this (pl_python_uv, gsr);
chef_set_created_on (this, "2024-12-11");
chef_set_last_updated (this, "2025-12-29");
chef_set_recipe_created_on (this, "2024-12-11");
chef_set_recipe_last_updated (this, "2025-12-29");
chef_set_sources_last_updated (this, "2025-08-09");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ pl_r_prelude ()
{
chef_prep_this (pl_r, gs);
chef_set_created_on (this, "2023-09-21");
chef_set_last_updated (this, "2025-08-10");
chef_set_recipe_created_on (this, "2023-09-21");
chef_set_recipe_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2025-08-21");
chef_set_chef (this, NULL);

View File

@@ -16,8 +16,8 @@ pl_ruby_prelude (void)
{
chef_prep_this (pl_ruby, gsr);
chef_set_created_on (this, "2023-08-29");
chef_set_last_updated (this, "2025-08-11");
chef_set_recipe_created_on (this, "2023-08-29");
chef_set_recipe_last_updated (this, "2025-08-11");
chef_set_sources_last_updated (this, "2024-12-18");
chef_set_chef (this, "@ccmywish");

View File

@@ -9,8 +9,8 @@ pl_rust_cargo_prelude (void)
{
chef_prep_this (pl_rust_cargo, gsr);
chef_set_created_on (this, "2023-08-30");
chef_set_last_updated (this, "2025-12-31");
chef_set_recipe_created_on (this, "2023-08-30");
chef_set_recipe_last_updated (this, "2025-12-31");
chef_set_sources_last_updated (this, "2026-01-21");
chef_set_chef (this, NULL);

View File

@@ -12,8 +12,8 @@ pl_rust_rustup_prelude (void)
{
chef_prep_this (pl_rust_rustup, gsr);
chef_set_created_on (this, "2024-10-02");
chef_set_last_updated (this, "2025-08-07");
chef_set_recipe_created_on (this, "2024-10-02");
chef_set_recipe_last_updated (this, "2025-08-07");
chef_set_sources_last_updated (this, "2025-08-07");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ os_armbian_prelude ()
{
chef_prep_this (os_armbian, gsr);
chef_set_created_on (this, "2024-06-14");
chef_set_last_updated (this, "2025-08-10");
chef_set_recipe_created_on (this, "2024-06-14");
chef_set_recipe_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2024-11-21");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ os_debian_prelude ()
{
chef_prep_this (os_debian, gsr);
chef_set_created_on (this, "2023-09-02");
chef_set_last_updated (this, "2025-11-09");
chef_set_recipe_created_on (this, "2023-09-02");
chef_set_recipe_last_updated (this, "2025-11-09");
chef_set_sources_last_updated (this, "2025-07-11");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ os_kali_prelude ()
{
chef_prep_this (os_kali, gsr);
chef_set_created_on (this, "2023-09-29");
chef_set_last_updated (this, "2025-08-10");
chef_set_recipe_created_on (this, "2023-09-29");
chef_set_recipe_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2025-06-20");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ os_linuxlite_prelude ()
{
chef_prep_this (os_linuxlite, gsr);
chef_set_created_on (this, "2023-09-29");
chef_set_last_updated (this, "2025-08-10");
chef_set_recipe_created_on (this, "2023-09-29");
chef_set_recipe_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2024-11-21");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ os_linuxmint_prelude ()
{
chef_prep_this (os_linuxmint, gs);
chef_set_created_on (this, "2023-09-29");
chef_set_last_updated (this, "2025-08-10");
chef_set_recipe_created_on (this, "2023-09-29");
chef_set_recipe_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2024-11-21");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ os_ros_prelude ()
{
chef_prep_this (os_ros, gs);
chef_set_created_on (this, "2023-09-03");
chef_set_last_updated (this, "2025-08-10");
chef_set_recipe_created_on (this, "2023-09-03");
chef_set_recipe_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2024-04-18");
chef_set_chef (this, NULL);

View File

@@ -11,8 +11,8 @@ os_raspberrypi_prelude ()
{
chef_prep_this (os_raspberrypi, gsr);
chef_set_created_on (this, "2023-09-29");
chef_set_last_updated (this, "2025-08-10");
chef_set_recipe_created_on (this, "2023-09-29");
chef_set_recipe_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2023-09-29");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ os_termux_prelude ()
{
chef_prep_this (os_termux, gsr);
chef_set_created_on (this, "2025-03-04");
chef_set_last_updated (this, "2026-01-21");
chef_set_recipe_created_on (this, "2025-03-04");
chef_set_recipe_last_updated (this, "2026-01-21");
chef_set_sources_last_updated (this, "2025-03-04");
chef_set_chef (this, NULL);

View File

@@ -11,8 +11,8 @@ os_trisquel_prelude ()
{
chef_prep_this (os_trisquel, gsr);
chef_set_created_on (this, "2023-09-29");
chef_set_last_updated (this, "2025-08-10");
chef_set_recipe_created_on (this, "2023-09-29");
chef_set_recipe_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2024-11-21");
chef_set_chef (this, NULL);

View File

@@ -10,8 +10,8 @@ os_ubuntu_prelude ()
{
chef_prep_this (os_ubuntu, gsr);
chef_set_created_on (this, "2023-08-30");
chef_set_last_updated (this, "2026-01-21");
chef_set_recipe_created_on (this, "2023-08-30");
chef_set_recipe_last_updated (this, "2026-01-21");
chef_set_sources_last_updated (this, "2026-01-21");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ os_deepin_prelude ()
{
chef_prep_this (os_deepin, gsr);
chef_set_created_on (this, "2023-09-26");
chef_set_last_updated (this, "2025-08-10");
chef_set_recipe_created_on (this, "2023-09-26");
chef_set_recipe_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2024-09-14");
chef_set_chef (this, NULL);

View File

@@ -12,8 +12,8 @@ os_openkylin_prelude ()
{
chef_prep_this (os_openkylin, gsr);
chef_set_created_on (this, "2023-09-06");
chef_set_last_updated (this, "2025-08-10");
chef_set_recipe_created_on (this, "2023-09-06");
chef_set_recipe_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2023-09-29");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ os_alpine_prelude ()
{
chef_prep_this (os_alpine, gs);
chef_set_created_on (this, "2023-09-24");
chef_set_last_updated (this, "2025-08-10");
chef_set_recipe_created_on (this, "2023-09-24");
chef_set_recipe_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2024-09-14");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ os_freebsd_prelude ()
{
chef_prep_this (os_freebsd, s);
chef_set_created_on (this, "2023-09-03");
chef_set_last_updated (this, "2025-08-10");
chef_set_recipe_created_on (this, "2023-09-03");
chef_set_recipe_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2023-09-27");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ os_netbsd_prelude ()
{
chef_prep_this (os_netbsd, gs);
chef_set_created_on (this, "2023-09-05");
chef_set_last_updated (this, "2025-08-10");
chef_set_recipe_created_on (this, "2023-09-05");
chef_set_recipe_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2025-07-31");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ os_openbsd_prelude ()
{
chef_prep_this (os_openbsd, gs);
chef_set_created_on (this, "2023-09-03");
chef_set_last_updated (this, "2025-08-10");
chef_set_recipe_created_on (this, "2023-09-03");
chef_set_recipe_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2025-07-31");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ os_gentoo_prelude ()
{
chef_prep_this (os_gentoo, s);
chef_set_created_on (this, "2023-09-05");
chef_set_last_updated (this, "2025-08-10");
chef_set_recipe_created_on (this, "2023-09-05");
chef_set_recipe_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2025-06-20");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ os_openwrt_prelude ()
{
chef_prep_this (os_openwrt, gsr);
chef_set_created_on (this, "2024-08-08");
chef_set_last_updated (this, "2025-08-10");
chef_set_recipe_created_on (this, "2024-08-08");
chef_set_recipe_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2024-12-14");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ os_solus_prelude ()
{
chef_prep_this (os_solus, s);
chef_set_created_on (this, "2023-09-29");
chef_set_last_updated (this, "2025-08-10");
chef_set_recipe_created_on (this, "2023-09-29");
chef_set_recipe_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2023-09-29");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ os_voidlinux_prelude ()
{
chef_prep_this (os_voidlinux, gsr);
chef_set_created_on (this, "2023-09-24");
chef_set_last_updated (this, "2025-08-10");
chef_set_recipe_created_on (this, "2023-09-24");
chef_set_recipe_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2024-12-18");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ os_almalinux_prelude ()
{
chef_prep_this (os_almalinux, s);
chef_set_created_on (this, "2024-06-12");
chef_set_last_updated (this, "2025-08-10");
chef_set_recipe_created_on (this, "2024-06-12");
chef_set_recipe_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2025-08-22");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ os_anolis_prelude ()
{
chef_prep_this (os_anolis, s);
chef_set_created_on (this, "2023-09-24");
chef_set_last_updated (this, "2025-08-10");
chef_set_recipe_created_on (this, "2023-09-24");
chef_set_recipe_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2024-06-12");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ os_fedora_prelude ()
{
chef_prep_this (os_fedora, sr);
chef_set_created_on (this, "2023-09-26");
chef_set_last_updated (this, "2025-08-10");
chef_set_recipe_created_on (this, "2023-09-26");
chef_set_recipe_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2025-06-20");
chef_set_chef (this, "@happy-game");

View File

@@ -9,8 +9,8 @@ os_rockylinux_prelude ()
{
chef_prep_this (os_rockylinux, sr);
chef_set_created_on (this, "2023-09-24");
chef_set_last_updated (this, "2025-08-10");
chef_set_recipe_created_on (this, "2023-09-24");
chef_set_recipe_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2025-06-20");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ os_openeuler_prelude ()
{
chef_prep_this (os_openeuler, gs);
chef_set_created_on (this, "2023-09-06");
chef_set_last_updated (this, "2025-08-10");
chef_set_recipe_created_on (this, "2023-09-06");
chef_set_recipe_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2025-06-20");
chef_set_cooks (this, 1, "@G_I_Y");

View File

@@ -9,8 +9,8 @@ os_opensuse_prelude ()
{
chef_prep_this (os_opensuse, s);
chef_set_created_on (this, "2023-09-17");
chef_set_last_updated (this, "2025-08-10");
chef_set_recipe_created_on (this, "2023-09-17");
chef_set_recipe_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2025-06-20");
chef_set_chef (this, NULL);

View File

@@ -12,8 +12,8 @@ os_arch_prelude ()
{
chef_prep_this (os_arch, gs);
chef_set_created_on (this, "2023-09-05");
chef_set_last_updated (this, "2025-10-30");
chef_set_recipe_created_on (this, "2023-09-05");
chef_set_recipe_last_updated (this, "2025-10-30");
chef_set_sources_last_updated (this, "2025-06-20");
chef_set_chef (this, "@happy-game");
@@ -115,8 +115,8 @@ os_archlinuxcn_prelude ()
{
chef_prep_this (os_archlinuxcn, gs);
chef_set_created_on (this, "2023-09-05");
chef_set_last_updated (this, "2025-09-12");
chef_set_recipe_created_on (this, "2023-09-05");
chef_set_recipe_last_updated (this, "2025-09-12");
chef_set_sources_last_updated (this, "2024-07-03");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ os_msys2_prelude ()
{
chef_prep_this (os_msys2, s);
chef_set_created_on (this, "2023-09-06");
chef_set_last_updated (this, "2025-08-10");
chef_set_recipe_created_on (this, "2023-09-06");
chef_set_recipe_last_updated (this, "2025-08-10");
chef_set_sources_last_updated (this, "2025-06-20");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ os_manjaro_prelude ()
{
chef_prep_this (os_manjaro, s);
chef_set_created_on (this, "2023-09-06");
chef_set_last_updated (this, "2025-08-10");
chef_set_recipe_created_on (this, "2023-09-06");
chef_set_recipe_last_updated (this, "2025-08-10");
chef_set_chef (this, NULL);
chef_set_cooks (this, 1, "@G_I_Y");

View File

@@ -61,8 +61,8 @@ void
// op 可以为 NOOP|s|sr|gsr|gs, 代表支持 Get Set Reset 三种操作
chef_prep_this (<category>_<target>, op);
chef_set_created_on (this, "2024-08-09"); // 文件创建日期
chef_set_last_updated (this, "2025-08-12"); // 文件最后一次更新日期
chef_set_recipe_created_on (this, "2024-08-09"); // 文件创建日期
chef_set_recipe_last_updated (this, "2025-08-12"); // 文件最后一次更新日期
chef_set_sources_last_updated (this, "2025-08-11"); // 镜像源最后一次更新日期
chef_set_chef (this, "@ccmywish"); // recipe 负责人

View File

@@ -11,8 +11,8 @@ wr_anaconda_prelude ()
{
chef_prep_this (wr_anaconda, gs);
chef_set_created_on (this, "2023-09-10");
chef_set_last_updated (this, "2025-08-09");
chef_set_recipe_created_on (this, "2023-09-10");
chef_set_recipe_last_updated (this, "2025-08-09");
chef_set_sources_last_updated (this, "2025-07-14");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ wr_cocoapods_prelude ()
{
chef_prep_this (wr_cocoapods, s);
chef_set_created_on (this, "2024-06-08");
chef_set_last_updated (this, "2025-08-09");
chef_set_recipe_created_on (this, "2024-06-08");
chef_set_recipe_last_updated (this, "2025-08-09");
chef_set_sources_last_updated (this, "2025-07-13");
chef_set_chef (this, NULL);

View File

@@ -26,8 +26,8 @@ wr_docker_prelude ()
{
chef_prep_this (wr_docker, gs);
chef_set_created_on (this, "2024-06-08");
chef_set_last_updated (this, "2025-08-09");
chef_set_recipe_created_on (this, "2024-06-08");
chef_set_recipe_last_updated (this, "2025-08-09");
chef_set_sources_last_updated (this, "2025-07-14");
chef_set_chef (this, "@happy-game");

View File

@@ -16,8 +16,8 @@ wr_emacs_prelude ()
{
chef_prep_this (wr_emacs, s);
chef_set_created_on (this, "2023-10-10");
chef_set_last_updated (this, "2025-08-09");
chef_set_recipe_created_on (this, "2023-10-10");
chef_set_recipe_last_updated (this, "2025-08-09");
chef_set_sources_last_updated (this, "2025-07-13");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ wr_flatpak_prelude ()
{
chef_prep_this (wr_flatpak, gsr);
chef_set_created_on (this, "2023-09-11");
chef_set_last_updated (this, "2025-08-09");
chef_set_recipe_created_on (this, "2023-09-11");
chef_set_recipe_last_updated (this, "2025-08-09");
chef_set_sources_last_updated (this, "2025-05-27");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ wr_guix_prelude ()
{
chef_prep_this (wr_guix, s);
chef_set_created_on (this, "2023-09-11");
chef_set_last_updated (this, "2025-08-09");
chef_set_recipe_created_on (this, "2023-09-11");
chef_set_recipe_last_updated (this, "2025-08-09");
chef_set_sources_last_updated (this, "2025-07-13");
chef_set_chef (this, NULL);

View File

@@ -11,8 +11,8 @@ wr_homebrew_prelude ()
{
chef_prep_this (wr_homebrew, gs);
chef_set_created_on (this, "2023-09-10");
chef_set_last_updated (this, "2025-09-12");
chef_set_recipe_created_on (this, "2023-09-10");
chef_set_recipe_last_updated (this, "2025-09-12");
chef_set_sources_last_updated (this, "2025-07-13");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ wr_nix_prelude ()
{
chef_prep_this (wr_nix, s);
chef_set_created_on (this, "2023-09-26");
chef_set_last_updated (this, "2025-08-09");
chef_set_recipe_created_on (this, "2023-09-26");
chef_set_recipe_last_updated (this, "2025-08-09");
chef_set_sources_last_updated (this, "2025-07-13");
chef_set_chef (this, NULL);

View File

@@ -11,8 +11,8 @@ wr_tex_prelude ()
{
chef_prep_this (wr_tex, gs);
chef_set_created_on (this, "2023-09-10");
chef_set_last_updated (this, "2025-08-09");
chef_set_recipe_created_on (this, "2023-09-10");
chef_set_recipe_last_updated (this, "2025-08-09");
chef_set_sources_last_updated (this, "2025-07-28");
chef_set_chef (this, NULL);

View File

@@ -9,8 +9,8 @@ wr_winget_prelude ()
{
chef_prep_this (wr_winget, gsr);
chef_set_created_on (this, "2024-06-07");
chef_set_last_updated (this, "2025-08-17");
chef_set_recipe_created_on (this, "2024-06-07");
chef_set_recipe_last_updated (this, "2025-08-17");
chef_set_sources_last_updated (this, "2025-07-13");
chef_set_chef (this, NULL);