From 6f47520cddbf22955dc3db3e7dac4bd705476144 Mon Sep 17 00:00:00 2001 From: wangsong Date: Mon, 8 Jan 2024 14:56:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=87=AA=E6=B5=8B=E5=8F=91?= =?UTF-8?q?=E7=8E=B0=E9=97=AE=E9=A2=98=EF=BC=8C=E5=87=BA=E7=8E=B0=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SystemUpdater/backend/BackendOstreeNext.py | 1 + debian/changelog | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/backend-immutable/SystemUpdater/backend/BackendOstreeNext.py b/backend-immutable/SystemUpdater/backend/BackendOstreeNext.py index 7c0de62..51addfa 100644 --- a/backend-immutable/SystemUpdater/backend/BackendOstreeNext.py +++ b/backend-immutable/SystemUpdater/backend/BackendOstreeNext.py @@ -29,6 +29,7 @@ class BackendBaseOstree(GObject.GObject): def __init__(self,parent,sysroot_path=None,osname=None): GObject.GObject.__init__(self) self._async_progress = None + self.test_mode = False if sysroot_path: sysroot_path = Gio.File.new_for_path(sysroot_path) self.test_mode = True diff --git a/debian/changelog b/debian/changelog index 6949ee0..f90f2f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +kylin-system-updater (3.0.0.0-ok8) nile; urgency=medium + + * BUG: 无 + * 需求号: 无 + * 其他改动说明: 修复自测发现问题,出现部署失败 + * 其他改动影响域:不可变系统更新 + + -- wangsong Mon, 08 Jan 2024 14:56:18 +0800 + kylin-system-updater (3.0.0.0-ok7) nile; urgency=medium * BUG: 无