flatpak-indexer: update to a newer upstream
* Fix permissions on generated tardiff files * Clean up unused deltas and icons * Update times in config files to be readable (30m) rather than now-deprecated mix of seconds (1800) and days.
This commit is contained in:
parent
18b5afca17
commit
5b4dd3cbf3
3 changed files with 8 additions and 7 deletions
|
@ -17,8 +17,9 @@ data:
|
|||
deltas_uri: https://cdn.registry.fedoraproject.org/deltas/
|
||||
icons_uri: https://cdn.registry.fedoraproject.org/app-icons/
|
||||
{% endif %}
|
||||
clean_files_after: 1d
|
||||
daemon:
|
||||
update_interval: 1800
|
||||
update_interval: 30m
|
||||
registries:
|
||||
fedora:
|
||||
public_url: https://registry.fedoraproject.org/
|
||||
|
@ -31,14 +32,14 @@ data:
|
|||
tag: latest
|
||||
bodhi_status: stable
|
||||
extract_icons: True
|
||||
delta_keep_days: 30
|
||||
delta_keep: 30d
|
||||
latest-annotations:
|
||||
output: ${OUTPUT_DIR}/fedora/flatpak-latest-annotations.json
|
||||
registry: fedora
|
||||
tag: latest
|
||||
bodhi_status: stable
|
||||
extract_icons: True
|
||||
delta_keep_days: 30
|
||||
delta_keep: 30d
|
||||
flatpak_annotations: True
|
||||
{% for architecture in [ 'amd64', 'arm64' ] %}
|
||||
latest-{{ architecture }}:
|
||||
|
@ -48,7 +49,7 @@ data:
|
|||
tag: latest
|
||||
bodhi_status: stable
|
||||
extract_icons: True
|
||||
delta_keep_days: 30
|
||||
delta_keep: 30d
|
||||
latest-{{ architecture }}-annotations:
|
||||
output: ${OUTPUT_DIR}/fedora/flatpak-latest-{{ architecture }}-annotations.json
|
||||
registry: fedora
|
||||
|
@ -56,7 +57,7 @@ data:
|
|||
tag: latest
|
||||
bodhi_status: stable
|
||||
extract_icons: True
|
||||
delta_keep_days: 30
|
||||
delta_keep: 30d
|
||||
flatpak_annotations: True
|
||||
{% endfor %}
|
||||
testing:
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
---
|
||||
flatpak_indexer_git_ref: b239f79e58015ab32ec4069e1fff3f12a3cc16cb
|
||||
flatpak_indexer_git_ref: 999b10dc393a533cc1cd65988a36681f91497d1c
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
---
|
||||
flatpak_indexer_git_ref: b239f79e58015ab32ec4069e1fff3f12a3cc16cb
|
||||
flatpak_indexer_git_ref: 999b10dc393a533cc1cd65988a36681f91497d1c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue