archlinuxcn / lilac

Lilac is the build bot for archlinuxcn
GNU General Public License v3.0
114 stars 40 forks source link

config中添加对nvchecker的细化配置 #156

Closed petronny closed 4 years ago

petronny commented 4 years ago

总之就是为了解决这个

diff --git a/lilac2/nvchecker.py b/lilac2/nvchecker.py
index 12dc315..b398976 100644
--- a/lilac2/nvchecker.py
+++ b/lilac2/nvchecker.py
@@ -79,6 +79,7 @@ def packages_need_update(
   newconfig['__config__'] = {
     'oldver': OLDVER_FILE,
     'newver': NEWVER_FILE,
+    'proxy': 'http://localhost:8123'
   }

   new = configparser.ConfigParser(