Yaniv Bronhaim has uploaded a new change for review.

Change subject: fix path in README.developers
......................................................................

fix path in README.developers

Change-Id: I0b4f9d0666539383ea83a533214fef5221ac841b
Signed-off-by: Yaniv Bronhaim <[email protected]>
---
M README.developer
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/21/16321/1

diff --git a/README.developer b/README.developer
index 79d3505..be4a3fc 100644
--- a/README.developer
+++ b/README.developer
@@ -190,12 +190,12 @@
 Create empty schema (one time):
 
 $ PGPASSWORD=engine \
-    ./backend/manager/dbscripts/create_schema.sh -d engine_dao -u engine
+    ./packaging/dbscripts/create_schema.sh -d engine_dao -u engine
 
 Upgrade schema (when needed):
 
 $ PGPASSWORD=engine \
-    ./backend/manager/dbscripts/upgrade.sh -u engine -d engine_dao
+    ./packaging/dbscripts/upgrade.sh -u engine -d engine_dao
 
 Run build as:
 


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0b4f9d0666539383ea83a533214fef5221ac841b
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Yaniv Bronhaim <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to