Juan Hernandez has uploaded a new change for review. Change subject: packaging: Fix the location of -Djboss.modules.write-indexes ......................................................................
packaging: Fix the location of -Djboss.modules.write-indexes The definition of the system property jboss.modules.write-indexes has to go before the -jar option. Change-Id: I196bc57aca55794ec2e17125cc32c2512916b73d Signed-off-by: Juan Hernandez <juan.hernan...@redhat.com> --- M backend/manager/tools/src/main/shell/engine-encrypt-passwd.sh 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/19/13219/1 diff --git a/backend/manager/tools/src/main/shell/engine-encrypt-passwd.sh b/backend/manager/tools/src/main/shell/engine-encrypt-passwd.sh index 1c2ea35..6397126 100755 --- a/backend/manager/tools/src/main/shell/engine-encrypt-passwd.sh +++ b/backend/manager/tools/src/main/shell/engine-encrypt-passwd.sh @@ -28,8 +28,8 @@ fi exec "${JAVA_HOME}/bin/java" \ - -jar "${JBOSS_HOME}/jboss-modules.jar" \ -Djboss.modules.write-indexes=false \ + -jar "${JBOSS_HOME}/jboss-modules.jar" \ -dependencies org.picketbox \ -class org.picketbox.datasource.security.SecureIdentityLoginModule \ "$@" -- To view, visit http://gerrit.ovirt.org/13219 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I196bc57aca55794ec2e17125cc32c2512916b73d Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernan...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches