Mercurial > public > ssdt-docker
comparison scripts/updates-pull.sh @ 191:fea886ba7279
DEP-12: add source for .functions.sh to all scripts using compose
author | smith@nwoca.org |
---|---|
date | Wed, 20 Sep 2017 17:56:23 +0100 |
parents | 018f62da1931 |
children | 9afc8cb478f6 |
comparison
equal
deleted
inserted
replaced
190:c3587159637f | 191:fea886ba7279 |
---|---|
10 # application=all applications | 10 # application=all applications |
11 # filter=label=io.ssdt.app[=application] | 11 # filter=label=io.ssdt.app[=application] |
12 # | 12 # |
13 # Note: if filter is provided, the first argument is ignored. A complete filter must be supplied. | 13 # Note: if filter is provided, the first argument is ignored. A complete filter must be supplied. |
14 # | 14 # |
15 source "${SSDT_SCRIPTS:-$(dirname "${BASH_SOURCE[0]}")}/.functions.sh" | |
16 | |
15 APP=${1:+=$1} | 17 APP=${1:+=$1} |
16 FILTER=${2:-label=io.ssdt.app$APP} | 18 FILTER=${2:-label=io.ssdt.app$APP} |
17 while read -a line | 19 while read -a line |
18 do | 20 do |
19 repo=${line[0]} | 21 repo=${line[0]} |