onos-push-update-bundle: echo back what's pushed
Change-Id: Ic4867bd08bbafab5b7751ea9fb04f425ae5c89ee
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -13,6 +13,8 @@ jar=$(find org/onlab -type f -name '*.jar' | grep -e $1 | grep -v -e -tests | he | ... | @@ -13,6 +13,8 @@ jar=$(find org/onlab -type f -name '*.jar' | grep -e $1 | grep -v -e -tests | he |
13 | 13 | ||
14 | bundle=$(echo $(basename $jar .jar) | sed 's/-[0-9].*//g') | 14 | bundle=$(echo $(basename $jar .jar) | sed 's/-[0-9].*//g') |
15 | 15 | ||
16 | +echo "pushing bundle: $bundle" | ||
17 | + | ||
16 | nodes=$(env | sort | egrep "OC[0-9]+" | cut -d= -f2) | 18 | nodes=$(env | sort | egrep "OC[0-9]+" | cut -d= -f2) |
17 | for node in $nodes; do | 19 | for node in $nodes; do |
18 | scp -q $jar $ONOS_USER@$node:.m2/repository/$jar | 20 | scp -q $jar $ONOS_USER@$node:.m2/repository/$jar | ... | ... |
-
Please register or login to post a comment