Skip to content

Commit 4db770e

Browse files
Merge pull request #6 from yiiyama/production
commenting out delta updates
2 parents 1e3507a + e87c1bd commit 4db770e

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

bin/dynamod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,13 @@ do
9090
then
9191
echo "Performing the full update of inventory"
9292
$DYNAMO_BASE/bin/execlib common/inventory.py updatefull --site @disk
93-
$DYNAMO_BASE/bin/execlib common/inventory.py updatefull --site T1_DE_KIT_MSS T1_ES_PIC_MSS T1_FR_CCIN2P3_MSS
94-
$DYNAMO_BASE/bin/execlib common/inventory.py updatefull --site T1_IT_CNAF_MSS T1_RU_JINR_MSS T1_UK_RAL_MSS
95-
$DYNAMO_BASE/bin/execlib common/inventory.py updatefull --site T1_US_FNAL_MSS
96-
$DYNAMO_BASE/bin/execlib common/inventory.py updatefull --site T0_CH_CERN_MSS
97-
else
98-
echo "Updating the inventory"
99-
$DYNAMO_BASE/bin/execlib common/inventory.py update
93+
# $DYNAMO_BASE/bin/execlib common/inventory.py updatefull --site T1_DE_KIT_MSS T1_ES_PIC_MSS T1_FR_CCIN2P3_MSS
94+
# $DYNAMO_BASE/bin/execlib common/inventory.py updatefull --site T1_IT_CNAF_MSS T1_RU_JINR_MSS T1_UK_RAL_MSS
95+
# $DYNAMO_BASE/bin/execlib common/inventory.py updatefull --site T1_US_FNAL_MSS
96+
# $DYNAMO_BASE/bin/execlib common/inventory.py updatefull --site T0_CH_CERN_MSS
97+
# else
98+
# echo "Updating the inventory"
99+
# $DYNAMO_BASE/bin/execlib common/inventory.py update
100100
fi
101101

102102
IHOUR=$(($IHOUR+1))

0 commit comments

Comments
 (0)