Roy Golan has submitted this change and it was merged.
Change subject: core: adding maven step for upgrade script name validation
......................................................................
core: adding maven step for upgrade script name validation
This patch adds a pom.xml under dbscripts that uses the maven exec
plugin to execute a bash script that checks for upgrade scripts
duplications.
manager pom.xml was modified to include the new dbscripts module and
compile it as first step to throw the error as soon as possible before
other steps are issued.
Change-Id: I26146122acc0b6dfaaea73b232fa3c42a7baff18
Signed-off-by: Eli Mesika <emesika(a)redhat.com>
---
A backend/manager/dbscripts/check_for_duplicate_upgrade_scripts.sh
A backend/manager/dbscripts/pom.xml
M backend/manager/pom.xml
3 files changed, 45 insertions(+), 0 deletions(-)
Approvals:
Roy Golan: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/5272
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I26146122acc0b6dfaaea73b232fa3c42a7baff18
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Roy Golan <rgolan(a)redhat.com>