瀏覽代碼

qvm-template: update comments to reflect e424c7d

WillyPillow 3 年之前
父節點
當前提交
fc520f8ed4
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      qubesadmin/tools/qvm_template.py

+ 1 - 2
qubesadmin/tools/qvm_template.py

@@ -882,8 +882,7 @@ def install(
     unverified_rpm_list = [] # rpmfile, reponame
     verified_rpm_list = []
     def verify(rpmfile, reponame, package_hdr=None):
-        """Verify package signature and version, remove "unverified"
-        suffix, and parse package header.
+        """Verify package signature and version and parse package header.
 
         If package_hdr is provided, the signature check is skipped and only
         other checks are performed."""