Handle edge release and testing repository

This commit is contained in:
nemunaire 2023-05-02 13:24:22 +02:00
parent feb3db167d
commit a053dda6a7
1 changed files with 5 additions and 2 deletions

View File

@ -1,2 +1,5 @@
https://dl-cdn.alpinelinux.org/alpine/v{{ alpine_version }}/main
https://dl-cdn.alpinelinux.org/alpine/v{{ alpine_version }}/community
https://dl-cdn.alpinelinux.org/alpine/{% if alpine_version != "edge" %}v{% endif %}{{ alpine_version }}/main
https://dl-cdn.alpinelinux.org/alpine/{% if alpine_version != "edge" %}v{% endif %}{{ alpine_version }}/community
{% if alpine_repository_testing is defined %}
https://dl-cdn.alpinelinux.org/alpine/{% if alpine_repository_testing != "edge" %}v{% endif %}{{ alpine_repository_testing }}/testing
{% endif %}