MT#8773 [CARRIER] fix commit 4352ad9f don't use --no-db-sync with ngcpcfg build

Change-Id: I24c8292fb15b48d838556ada3159ac1c21d27cb1
changes/11/211/1
Victor Seva 11 years ago
parent 90354e9e7f
commit 7d6222a718

@ -1558,7 +1558,7 @@ EOT
# use --no-db-sync only if supported by ngcp[cfg] version
if chroot $TARGET grep -q -- --no-db-sync /usr/sbin/ngcpcfg ; then
chroot $TARGET ngcpcfg --no-db-sync commit 'get network|config|constants yaml [via deployment process]'
chroot $TARGET ngcpcfg build --no-db-sync
chroot $TARGET ngcpcfg build
chroot $TARGET ngcpcfg push --shared-only
else
chroot $TARGET ngcpcfg commit 'get network|config|constants yaml [via deployment process]'

Loading…
Cancel
Save