Update wr recipes using chef DSL

This commit is contained in:
Aoran Zeng
2025-08-10 12:31:05 +08:00
parent 82aafbca62
commit 425ae19d9d
11 changed files with 52 additions and 48 deletions

View File

@@ -25,11 +25,10 @@ wr_anaconda_prelude ()
chef_allow_get();
chef_allow_set();
// chef_allow_reset();
this.cap_locally = CanNot;
this.cap_locally_explain = NULL;
this.can_english = false;
this.can_user_define = false;
this.note = "无法自定义源, 因为这些链接将会在setsrc函数中补充完整";
chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_forbid_english(this);
chef_forbid_user_define(this);
def_upstream("https://repo.anaconda.com");
def_sources_begin()