bugfix:删除上传rpm和file前对没有引用artifact和content的清理动作以解决上传时包artifact url not found的错误
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user