Use chef_allow_gsr for ware

This commit is contained in:
Aoran Zeng 2025-08-10 19:53:21 +08:00
parent ff65de3a75
commit f36fd1ccb2
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98
10 changed files with 10 additions and 39 deletions

View File

@ -10,6 +10,7 @@ void
wr_anaconda_prelude () wr_anaconda_prelude ()
{ {
use_this(wr_anaconda); use_this(wr_anaconda);
chef_allow_gs(wr_anaconda);
chef_set_created_on (this, "2023-09-10"); chef_set_created_on (this, "2023-09-10");
chef_set_last_updated (this, "2025-08-09"); chef_set_last_updated (this, "2025-08-09");
@ -22,10 +23,6 @@ wr_anaconda_prelude ()
"Yangmoooo", "yangmoooo@outlook.com", "Yangmoooo", "yangmoooo@outlook.com",
"yongxiang", "1926885268@qq.com"); "yongxiang", "1926885268@qq.com");
chef_allow_get();
chef_allow_set();
// chef_allow_reset();
chef_allow_local_mode (this, CanNot, NULL, NULL); chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_forbid_english(this); chef_forbid_english(this);
chef_forbid_user_define(this); chef_forbid_user_define(this);

View File

@ -8,6 +8,7 @@ void
wr_cocoapods_prelude () wr_cocoapods_prelude ()
{ {
use_this(wr_cocoapods); use_this(wr_cocoapods);
chef_allow_s(wr_cocoapods);
chef_set_created_on (this, "2024-06-08"); chef_set_created_on (this, "2024-06-08");
chef_set_last_updated (this, "2025-08-09"); chef_set_last_updated (this, "2025-08-09");
@ -18,9 +19,6 @@ wr_cocoapods_prelude ()
chef_set_sous_chefs (this, 0); chef_set_sous_chefs (this, 0);
chef_set_contributors (this, 0); chef_set_contributors (this, 0);
// chef_allow_get();
chef_allow_set();
// chef_allow_reset();
chef_allow_local_mode (this, CanNot, NULL, NULL); chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_forbid_english(this); chef_forbid_english(this);

View File

@ -25,6 +25,7 @@ void
wr_dockerhub_prelude () wr_dockerhub_prelude ()
{ {
use_this(wr_dockerhub); use_this(wr_dockerhub);
chef_allow_gs(wr_dockerhub);
chef_set_created_on (this, "2024-06-08"); chef_set_created_on (this, "2024-06-08");
chef_set_last_updated (this, "2025-08-09"); chef_set_last_updated (this, "2025-08-09");
@ -37,10 +38,6 @@ wr_dockerhub_prelude ()
chef_set_sous_chefs (this, 0); chef_set_sous_chefs (this, 0);
chef_set_contributors (this, 0); chef_set_contributors (this, 0);
chef_allow_get();
chef_allow_set();
// chef_allow_reset();
chef_allow_local_mode (this, CanNot, NULL, NULL); chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_forbid_english(this); chef_forbid_english(this);
chef_allow_user_define(this); chef_allow_user_define(this);

View File

@ -15,6 +15,7 @@ void
wr_emacs_prelude () wr_emacs_prelude ()
{ {
use_this(wr_emacs); use_this(wr_emacs);
chef_allow_s(wr_emacs);
chef_set_created_on (this, "2023-10-10"); chef_set_created_on (this, "2023-10-10");
chef_set_last_updated (this, "2025-08-09"); chef_set_last_updated (this, "2025-08-09");
@ -25,10 +26,6 @@ wr_emacs_prelude ()
chef_set_sous_chefs (this, 0); chef_set_sous_chefs (this, 0);
chef_set_contributors (this, 0); chef_set_contributors (this, 0);
// chef_allow_get();
chef_allow_set();
// chef_allow_reset();
chef_allow_local_mode (this, CanNot, NULL, NULL); chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_forbid_english(this); chef_forbid_english(this);
chef_forbid_user_define(this); chef_forbid_user_define(this);

View File

@ -8,6 +8,7 @@ void
wr_flathub_prelude () wr_flathub_prelude ()
{ {
use_this(wr_flathub); use_this(wr_flathub);
chef_allow_gsr(wr_flathub);
chef_set_created_on (this, "2023-09-11"); chef_set_created_on (this, "2023-09-11");
chef_set_last_updated (this, "2025-08-09"); chef_set_last_updated (this, "2025-08-09");
@ -19,10 +20,6 @@ wr_flathub_prelude ()
chef_set_contributors (this, 1, chef_set_contributors (this, 1,
"Jialin Lyu", "jialinlvcn@aliyun.com"); "Jialin Lyu", "jialinlvcn@aliyun.com");
chef_allow_get();
chef_allow_set();
chef_allow_reset();
chef_allow_local_mode (this, CanNot, NULL, NULL); chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_forbid_english(this); chef_forbid_english(this);
chef_allow_user_define(this); chef_allow_user_define(this);

View File

@ -8,6 +8,7 @@ void
wr_guix_prelude () wr_guix_prelude ()
{ {
use_this(wr_guix); use_this(wr_guix);
chef_allow_s(wr_guix);
chef_set_created_on (this, "2023-09-11"); chef_set_created_on (this, "2023-09-11");
chef_set_last_updated (this, "2025-08-09"); chef_set_last_updated (this, "2025-08-09");
@ -18,10 +19,6 @@ wr_guix_prelude ()
chef_set_sous_chefs (this, 0); chef_set_sous_chefs (this, 0);
chef_set_contributors (this, 0); chef_set_contributors (this, 0);
// chef_allow_get();
chef_allow_set();
// chef_allow_reset();
chef_allow_local_mode (this, CanNot, NULL, NULL); chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_forbid_english(this); chef_forbid_english(this);
chef_forbid_user_define(this); chef_forbid_user_define(this);

View File

@ -10,6 +10,7 @@ void
wr_homebrew_prelude () wr_homebrew_prelude ()
{ {
use_this(wr_homebrew); use_this(wr_homebrew);
chef_allow_gs(wr_homebrew);
chef_set_created_on (this, "2023-09-10"); chef_set_created_on (this, "2023-09-10");
chef_set_last_updated (this, "2025-08-09"); chef_set_last_updated (this, "2025-08-09");
@ -21,10 +22,6 @@ wr_homebrew_prelude ()
chef_set_contributors (this, 1, chef_set_contributors (this, 1,
"Word2VecT", "tangzinan@bupt.edu.cn"); "Word2VecT", "tangzinan@bupt.edu.cn");
chef_allow_get();
chef_allow_set();
// chef_allow_reset();
chef_allow_local_mode (this, CanNot, NULL, NULL); chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_allow_english(this); chef_allow_english(this);
chef_forbid_user_define(this); chef_forbid_user_define(this);

View File

@ -8,6 +8,7 @@ void
wr_nix_prelude () wr_nix_prelude ()
{ {
use_this(wr_nix); use_this(wr_nix);
chef_allow_s(wr_nix);
chef_set_created_on (this, "2023-09-26"); chef_set_created_on (this, "2023-09-26");
chef_set_last_updated (this, "2025-08-09"); chef_set_last_updated (this, "2025-08-09");
@ -18,10 +19,6 @@ wr_nix_prelude ()
chef_set_sous_chefs (this, 0); chef_set_sous_chefs (this, 0);
chef_set_contributors (this, 0); chef_set_contributors (this, 0);
// chef_allow_get();
chef_allow_set();
// chef_allow_reset();
chef_allow_local_mode (this, CanNot, NULL, NULL); chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_forbid_english(this); chef_forbid_english(this);
chef_forbid_user_define(this); chef_forbid_user_define(this);

View File

@ -10,6 +10,7 @@ void
wr_tex_prelude () wr_tex_prelude ()
{ {
use_this(wr_tex); use_this(wr_tex);
chef_allow_gs(wr_tex);
chef_set_created_on (this, "2023-09-10"); chef_set_created_on (this, "2023-09-10");
chef_set_last_updated (this, "2025-08-09"); chef_set_last_updated (this, "2025-08-09");
@ -21,10 +22,6 @@ wr_tex_prelude ()
chef_set_contributors (this, 1, chef_set_contributors (this, 1,
"Mikachu2333", "mikachu.23333@zohomail.com"); "Mikachu2333", "mikachu.23333@zohomail.com");
chef_allow_get();
chef_allow_set();
// chef_allow_reset();
chef_allow_local_mode (this, CanNot, NULL, NULL); chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_forbid_english(this); chef_forbid_english(this);
chef_allow_user_define(this); chef_allow_user_define(this);

View File

@ -8,6 +8,7 @@ void
wr_winget_prelude () wr_winget_prelude ()
{ {
use_this(wr_winget); use_this(wr_winget);
chef_allow_gsr(wr_winget);
chef_set_created_on (this, "2024-06-07"); chef_set_created_on (this, "2024-06-07");
chef_set_last_updated (this, "2025-07-13"); chef_set_last_updated (this, "2025-07-13");
@ -18,10 +19,6 @@ wr_winget_prelude ()
chef_set_sous_chefs (this, 0); chef_set_sous_chefs (this, 0);
chef_set_contributors (this, 0); chef_set_contributors (this, 0);
chef_allow_get();
chef_allow_set();
chef_allow_reset();
chef_forbid_english(this); chef_forbid_english(this);
chef_allow_user_define(this); chef_allow_user_define(this);