forked from ungleich-public/cdist
Merge branch 'b/alpine-package-update-index' into 'master'
[PACKAGE-UPDATE-INDEX]: Bugfix of the alpine part of the __package_update_index type See merge request ungleich-public/cdist!818
This commit is contained in:
commit
05221e2159
1 changed files with 2 additions and 2 deletions
|
@ -47,9 +47,9 @@ case "$type" in
|
|||
echo "pacman --noprogressbar --sync --refresh"
|
||||
echo "pacman package database synced (age was: $currage)" >> "$__messages_out"
|
||||
;;
|
||||
alpine)
|
||||
apk)
|
||||
echo "apk update"
|
||||
echo "apk package database updated."
|
||||
echo "apk package database updated." >>"$__messages_out"
|
||||
;;
|
||||
*)
|
||||
echo "Don't know how to manage packages for type: $type" >&2
|
||||
|
|
Loading…
Reference in a new issue