added: add IFEM-Darcy to downstream list for jenkins

This commit is contained in:
Arne Morten Kvarving 2016-08-18 12:54:06 +02:00
parent 47f8caa5d8
commit aa06426e23
2 changed files with 5 additions and 2 deletions

View File

@ -105,6 +105,7 @@ function clone_module {
declare -A GH_USER
GH_USER[IFEM-AdvectionDiffusion]=SintefMath
GH_USER[IFEM-BeamEx]=SintefMath
GH_USER[IFEM-Darcy]=SintefMath
GH_USER[IFEM-Elasticity]=OPM
GH_USER[IFEM-FiniteDeformation]=SintefMath
GH_USER[IFEM-NavierStokes]=SintefMath

View File

@ -2,9 +2,10 @@
# Downstream revisions
declare -a downstreams
downstreams=(IFEM-Poisson
downstreams=(IFEM-AdvectionDiffusion
IFEM-Darcy
IFEM-Poisson
IFEM-Stokes
IFEM-AdvectionDiffusion
IFEM-NavierStokes
IFEM-Elasticity
IFEM-BeamEx
@ -18,6 +19,7 @@ declare -A downstreamRev
downstreamRev[IFEM-Poisson]=master
downstreamRev[IFEM-AdvectionDiffusion]=master
downstreamRev[IFEM-BeamEx]=master
downstreamRev[IFEM-Darcy]=master
downstreamRev[IFEM-Elasticity]=master
downstreamRev[IFEM-FiniteDeformation]=master
downstreamRev[IFEM-NavierStokes]=master