Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2022-06-20 18:52:08 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2023-10-15 16:03:47 +0300
commit17dc61e9f95c74366465d0a56121cef84b88d415 (patch)
treea47e476074c9353500c6e54b4b6bf95e207c07f0 /calm/calm.py
parent72608dc7f48988a3509538d0a01411c2586a513f (diff)
Persist missing_obsolete
Persist the missing obsolete: data generated from old-style obsoletion packages, so it is remembered, even if after the obsoleted package is removed.
Diffstat (limited to 'calm/calm.py')
-rwxr-xr-xcalm/calm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/calm/calm.py b/calm/calm.py
index 22b0a7a..73b0e05 100755
--- a/calm/calm.py
+++ b/calm/calm.py
@@ -111,7 +111,7 @@ def process_relarea(args, state):
state.valid_provides = db.update_package_names(args, packages)
for arch in common_constants.ARCHES:
- state.missing_obsolete[arch] = package.upgrade_oldstyle_obsoletes(packages[arch])
+ state.missing_obsolete[arch] = db.update_missing_obsolete(args, packages, arch)
# validate the package set for each arch
for arch in common_constants.ARCHES: