bugfix:删除上传rpm和file前对没有引用artifact和content的清理动作以解决上传时包artifact url not found的错误

This commit is contained in:
fumingwei
2021-09-23 15:23:17 +08:00
parent 06ce49cad8
commit c86d0fda0f
2 changed files with 2 additions and 2 deletions

View File

@@ -258,7 +258,7 @@ def main():
logging.info('FILES: %s', str(package_list))
orphans_cleanup()
#orphans_cleanup()
package_href_collection = []
for package_path in package_list:
package_basename = os.path.basename(package_path)

View File

@@ -257,7 +257,7 @@ def main():
logging.info('RPMS: %s', str(package_list))
orphans_cleanup()
#orphans_cleanup()
package_href_collection = []
for package_path in package_list:
package_basename = os.path.basename(package_path)