CT ddns: Fixes for latest alpine update
-ddns moved to From edge-Testing to edge-comunity
This commit is contained in:
@@ -418,8 +418,8 @@ packages:
|
||||
|
||||
#PKGS for Ddns
|
||||
- packages:
|
||||
- ddclient@TestingEdge
|
||||
- perl-data-validate-ip@TestingEdge
|
||||
- ddclient@CommunityEdge
|
||||
#- perl-data-validate-ip@TestingEdge
|
||||
action: install
|
||||
variants:
|
||||
- ddns
|
||||
@@ -646,8 +646,8 @@ packages:
|
||||
http://dl-4.alpinelinux.org/alpine/v{{ image.release }}/main
|
||||
http://dl-4.alpinelinux.org/alpine/v{{ image.release }}/community
|
||||
#EndREPOS
|
||||
{% if image.variant == "ddns" %}@TestingEdge http://dl-4.alpinelinux.org/alpine/edge/testing{% endif %}
|
||||
{% if image.variant == "NoExist" %}@CommunityEdge http://dl-4.alpinelinux.org/alpine/edge/community{% endif %}
|
||||
{% if image.variant == "NoExist" %}@TestingEdge http://dl-4.alpinelinux.org/alpine/edge/testing{% endif %}
|
||||
{% if image.variant == "ddns" %}@CommunityEdge http://dl-4.alpinelinux.org/alpine/edge/community{% endif %}
|
||||
{% if image.variant == "elkarbackupALP" %}@CommunityOldStable http://dl-4.alpinelinux.org/alpine/v3.15/community{% endif %}
|
||||
|
||||
actions:
|
||||
|
||||
Reference in New Issue
Block a user