comparison scripts/updates-pull.sh @ 195:26bb64873bbe production v1.3.0

flow: Merged <release> 'v1.3.0' to <master> ('production').
author smith@nwoca.org
date Thu, 21 Sep 2017 17:14:46 +0100
parents fea886ba7279
children 9afc8cb478f6
comparison
equal deleted inserted replaced
184:26892906f365 195:26bb64873bbe
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]}