From c6a139981e32c176b1285aaafb33a3e593e7f778 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sat, 17 Sep 2016 10:02:01 +0200 Subject: [PATCH] More updates Save data to disk after each update Adjust repo names --- kde_unstable_frameworks.csv | 6 +++--- update_unstable.py | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/kde_unstable_frameworks.csv b/kde_unstable_frameworks.csv index e888313..04322ab 100644 --- a/kde_unstable_frameworks.csv +++ b/kde_unstable_frameworks.csv @@ -17,7 +17,7 @@ kapidox kapidox karchive karchive kauth kauth kbookmarks kbookmarks -kcm_sddm kcm_sddm +sddm-kcm kcm_sddm kcmutils kcmutils kcodecs kcodecs kcompletion kcompletion @@ -33,9 +33,9 @@ kde-gtk-config kde-gtk-config5 kdelibs4support kdelibs4support kdesignerplugin kdesignerplugin kdesu kdesu -kde-user-manager kde-user-manager +user-manager kde-user-manager kdewebkit kdewebkit -kdnssd-framework kdnssd-framework +kdnssd kdnssd-framework kdoctools kdoctools kemoticons kemoticons kfilemetadata kfilemetadata5 diff --git a/update_unstable.py b/update_unstable.py index f64e0ea..273b045 100755 --- a/update_unstable.py +++ b/update_unstable.py @@ -91,6 +91,7 @@ def update_package(hash_data, package_name, remote_name, obs_repository, logging.debug("Hash doesn't match, updating") run_osc(obs_repository, package_name) hash_data[remote_name] = remote_hash + hash_data.save() def update_packages(cache_file, obs_repository, repo_mapping_file):