Alex Lourie has uploaded a new change for review. Change subject: core: updated taskcleaner to run from external python code ......................................................................
core: updated taskcleaner to run from external python code Change-Id: Ibb894849bc732640719216fb0c308d410aa17a81 Signed-off-by: Alex Lourie <[email protected]> --- M backend/manager/dbscripts/taskcleaner.sh 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/08/11408/1 diff --git a/backend/manager/dbscripts/taskcleaner.sh b/backend/manager/dbscripts/taskcleaner.sh index bad1a7b..14f2752 100755 --- a/backend/manager/dbscripts/taskcleaner.sh +++ b/backend/manager/dbscripts/taskcleaner.sh @@ -1,3 +1,4 @@ +#!/bin/bash ############################################################################################################### # The purpose of this utility is to display and clean asynchronous tasks and corresponding # Job steps/Compensation data. @@ -16,7 +17,6 @@ # should be cleaned as well. ############################################################################################################### -#!/bin/bash pushd $(dirname ${0})>/dev/null #include db general functions -- To view, visit http://gerrit.ovirt.org/11408 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibb894849bc732640719216fb0c308d410aa17a81 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alex Lourie <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
