Save to JSON for every change
This commit is contained in:
parent
6cd528d1a7
commit
51676bae0f
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ def update_package(hash_data, package_name, remote_name, obs_repository,
|
|||
run_osc(obs_repository, package_name)
|
||||
hash_data[obs_repository][remote_name] = remote_hash
|
||||
hash_data.save()
|
||||
hash_data.to_json()
|
||||
|
||||
|
||||
def update_packages(cache_file, repo_mapping_file):
|
||||
|
|
Loading…
Add table
Reference in a new issue