1
0
Fork 0

More updates

Save data to disk after each update
Adjust repo names
This commit is contained in:
Luca Beltrame 2016-09-17 10:02:01 +02:00
parent 7a7f96c0ae
commit c6a139981e
2 changed files with 4 additions and 3 deletions

View file

@ -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

1 attica attica-qt5 master
17 karchive karchive
18 kauth kauth
19 kbookmarks kbookmarks
20 kcm_sddm sddm-kcm kcm_sddm
21 kcmutils kcmutils
22 kcodecs kcodecs
23 kcompletion kcompletion
33 kdelibs4support kdelibs4support
34 kdesignerplugin kdesignerplugin
35 kdesu kdesu
36 kde-user-manager user-manager kde-user-manager
37 kdewebkit kdewebkit
38 kdnssd-framework kdnssd kdnssd-framework
39 kdoctools kdoctools
40 kemoticons kemoticons
41 kfilemetadata kfilemetadata5

View file

@ -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):