Doron Fediuck has submitted this change and it was merged. Change subject: database: do not use git when building ......................................................................
database: do not use git when building If we are not building on development machine, for example we use rpmbuild -tb <tarball>, we probably do not have git or we do not have git checkout to query. There is no actual need to use git, as we can use relative directories. Cleanup the check_for_duplicate_upgrade_scripts.sh script. Change-Id: If06ea52efb4da7c51dad8fc2b32043082ce13263 Signed-off-by: Alon Bar-Lev <[email protected]> --- M backend/manager/dbscripts/check_for_duplicate_upgrade_scripts.sh 1 file changed, 8 insertions(+), 6 deletions(-) Approvals: Doron Fediuck: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/6255 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: If06ea52efb4da7c51dad8fc2b32043082ce13263 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Doron Fediuck <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Moran Goldboim <[email protected]> Gerrit-Reviewer: Ofer Schreiber <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
