From 7d6222a71847f5fd99ff671f82ea128a960098f2 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Tue, 23 Sep 2014 10:27:25 +0200 Subject: [PATCH] MT#8773 [CARRIER] fix commit 4352ad9f don't use --no-db-sync with ngcpcfg build Change-Id: I24c8292fb15b48d838556ada3159ac1c21d27cb1 --- deployment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.sh b/deployment.sh index e46bffe..94b5948 100755 --- a/deployment.sh +++ b/deployment.sh @@ -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]'