Hello Lev Veyde,

I'd like you to do a code review.  Please visit

    http://gerrit.ovirt.org/28794

to review the following change.

Change subject: Fix win-guest-agent-build-exe.bat
......................................................................

Fix win-guest-agent-build-exe.bat

File paths must use backslashes.

Change-Id: I24609f3afccd364ba2717e57cf241711f2461c91
Signed-off-by: Lev Veyde <[email protected]>
---
M ovirt-guest-agent/win-guest-agent-build-exe.bat
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-guest-agent 
refs/changes/94/28794/1

diff --git a/ovirt-guest-agent/win-guest-agent-build-exe.bat 
b/ovirt-guest-agent/win-guest-agent-build-exe.bat
index 402fe90..0325735 100644
--- a/ovirt-guest-agent/win-guest-agent-build-exe.bat
+++ b/ovirt-guest-agent/win-guest-agent-build-exe.bat
@@ -1,6 +1,6 @@
 @echo off
 echo "Building the executable"
 python setup.py py2exe -b 1
-copy ../configurations/default.ini default.ini
-copy ../configurations/default-logger.ini default-logger.ini
-copy ../configurations/ovirt-guest-agent.ini ovirt-guest-agent.ini
+copy ..\configurations\default.ini default.ini
+copy ..\configurations\default-logger.ini default-logger.ini
+copy ..\configurations\ovirt-guest-agent.ini ovirt-guest-agent.ini


-- 
To view, visit http://gerrit.ovirt.org/28794
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I24609f3afccd364ba2717e57cf241711f2461c91
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-guest-agent
Gerrit-Branch: ovirt-3.4
Gerrit-Owner: Vinzenz Feenstra <[email protected]>
Gerrit-Reviewer: Lev Veyde <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to