summaryrefslogtreecommitdiffstats
path: root/scripts/db-diff.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/db-diff.sh')
-rwxr-xr-xscripts/db-diff.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/scripts/db-diff.sh b/scripts/db-diff.sh
new file mode 100755
index 0000000..33445cb
--- /dev/null
+++ b/scripts/db-diff.sh
@@ -0,0 +1,15 @@
+#!/bin/sh -x
+
+BRANCH=$1
+SUBSYSTEM=$2
+
+cd ../../pki
+
+git diff $BRANCH --follow -- base/$SUBSYSTEM/shared/conf/acl.ldif
+git diff $BRANCH --follow -- base/$SUBSYSTEM/shared/conf/database.ldif
+git diff $BRANCH --follow -- base/$SUBSYSTEM/shared/conf/db.ldif
+git diff $BRANCH --follow -- base/$SUBSYSTEM/shared/conf/index.ldif
+git diff $BRANCH --follow -- base/$SUBSYSTEM/shared/conf/manager.ldif
+git diff $BRANCH --follow -- base/$SUBSYSTEM/shared/conf/schema.ldif
+git diff $BRANCH --follow -- base/$SUBSYSTEM/shared/conf/vlv.ldif
+git diff $BRANCH --follow -- base/$SUBSYSTEM/shared/conf/vlvtasks.ldif