commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r7490 - trunk/gnue-packages/scripts


From: kilo
Subject: [gnue] r7490 - trunk/gnue-packages/scripts
Date: Tue, 26 Apr 2005 15:04:08 -0500 (CDT)

Author: kilo
Date: 2005-04-26 15:04:07 -0500 (Tue, 26 Apr 2005)
New Revision: 7490

Modified:
   trunk/gnue-packages/scripts/setup-packages-cvs.sh
   trunk/gnue-packages/scripts/setup-packages.bat
   trunk/gnue-packages/scripts/setup-packages.sh
Log:
Packages.
Enhanced setup scripts.

Modified: trunk/gnue-packages/scripts/setup-packages-cvs.sh
===================================================================
--- trunk/gnue-packages/scripts/setup-packages-cvs.sh   2005-04-26 19:58:05 UTC 
(rev 7489)
+++ trunk/gnue-packages/scripts/setup-packages-cvs.sh   2005-04-26 20:04:07 UTC 
(rev 7490)
@@ -2,20 +2,21 @@
 
 DATADIR=`echo -e "import gnue.paths\nprint gnue.paths.data" | python`
 FILE="$DATADIR/share/gnue/appserver/gnue.gsd"
-gsscvs --connection=gnue --createdb "$FILE"
+gsscvs --connection=gnue --createdb --yes "$FILE"
 
-gcdcvs --connection=gnue ../base/typedef/core.gcd
-gcdcvs --connection=gnue ../base/location/loc.gcd
-gcdcvs --connection=gnue ../base/comm/comm.gcd
-gcdcvs --connection=gnue ../base/person/person.gcd
-gcdcvs --connection=gnue ../base/org/org.gcd
-gcdcvs --connection=gnue ../finance/tax/tax.gcd
-gcdcvs --connection=gnue ../base/item/item.gcd
-gldcvs --connection=gnue ../base/item/item-C.gld
-gcdcvs --connection=gnue ../finance/tax/item-vat.gcd
+gcdcvs --connection=gnue    ../base/typedef/core.gcd \
+                            ../base/location/loc.gcd \
+                            ../base/comm/comm.gcd \
+                            ../base/person/person.gcd \
+                            ../base/org/org.gcd \
+                            ../finance/tax/tax.gcd \
+                            ../base/item/item.gcd
 
-gcdcvs --connection=gnue ../supply-chain/inventory/inventory.gcd
+# gldcvs --connection=gnue ../base/item/item-C.gld \
+
+gcdcvs --connection=gnue ../supply-chain/inventory/invent.gcd
 gcdcvs --connection=gnue ../supply-chain/billing/billing.gcd
+gcdcvs --connection=gnue ../supply-chain/order/order.gcd
 
 gcdcvs --connection=gnue ../sales/sales.gcd
 

Modified: trunk/gnue-packages/scripts/setup-packages.bat
===================================================================
--- trunk/gnue-packages/scripts/setup-packages.bat      2005-04-26 19:58:05 UTC 
(rev 7489)
+++ trunk/gnue-packages/scripts/setup-packages.bat      2005-04-26 20:04:07 UTC 
(rev 7490)
@@ -1,18 +1,20 @@
-set GNUE_GSD=c:/python23/share/gnue/appserver/gnue.gsd
-
-python c:/python23/scripts/gnue-schema --connection=gnue --createdb %GNUE_GSD%
-
-python c:/python23/scripts/gnue-readgcd --connection=gnue 
../base/typedef/core.gcd
-python c:/python23/scripts/gnue-readgcd --connection=gnue 
../base/location/loc.gcd
-python c:/python23/scripts/gnue-readgcd --connection=gnue ../base/comm/comm.gcd
-python c:/python23/scripts/gnue-readgcd --connection=gnue 
../base/person/person.gcd
-python c:/python23/scripts/gnue-readgcd --connection=gnue ../base/org/org.gcd
-python c:/python23/scripts/gnue-readgcd --connection=gnue 
../finance/tax/tax.gcd
-python c:/python23/scripts/gnue-readgcd --connection=gnue ../base/item/item.gcd
-python c:/python23/scripts/gnue-readgld --connection=gnue 
../base/item/item-C.gld
-
-#python c:/python23/scripts/gnue-readgcd --connection=gnue 
../supply-chain/inventory/inventory.gcd
-python c:/python23/scripts/gnue-readgcd --connection=gnue 
../supply-chain/billing/billing.gcd
-python c:/python23/scripts/gnue-readgcd --connection=gnue ../sales/sales.gcd
-
-python c:/python23/scripts/gnue-schema --connection=gnue 
../base/typedef/insert-en-currency.gsd
+set GNUE_GSD=c:/python23/share/gnue/appserver/gnue.gsd
+
+python c:/python23/scripts/gnue-schema --connection=gnue --createdb --yes 
%GNUE_GSD%
+
+python c:/python23/scripts/gnue-readgcd --connection=gnue 
../base/typedef/core.gcd
+python c:/python23/scripts/gnue-readgcd --connection=gnue 
../base/location/loc.gcd
+python c:/python23/scripts/gnue-readgcd --connection=gnue ../base/comm/comm.gcd
+python c:/python23/scripts/gnue-readgcd --connection=gnue 
../base/person/person.gcd
+python c:/python23/scripts/gnue-readgcd --connection=gnue ../base/org/org.gcd
+python c:/python23/scripts/gnue-readgcd --connection=gnue 
../finance/tax/tax.gcd
+python c:/python23/scripts/gnue-readgcd --connection=gnue ../base/item/item.gcd
+#python c:/python23/scripts/gnue-readgld --connection=gnue 
../base/item/item-C.gld
+
+python c:/python23/scripts/gnue-readgcd --connection=gnue 
../supply-chain/inventory/invent.gcd
+python c:/python23/scripts/gnue-readgcd --connection=gnue 
../supply-chain/billing/billing.gcd
+python c:/python23/scripts/gnue-readgcd --connection=gnue 
../supply-chain/order/order.gcd
+
+python c:/python23/scripts/gnue-readgcd --connection=gnue ../sales/sales.gcd
+
+python c:/python23/scripts/gnue-schema --connection=gnue 
../base/typedef/insert-en-currency.gsd

Modified: trunk/gnue-packages/scripts/setup-packages.sh
===================================================================
--- trunk/gnue-packages/scripts/setup-packages.sh       2005-04-26 19:58:05 UTC 
(rev 7489)
+++ trunk/gnue-packages/scripts/setup-packages.sh       2005-04-26 20:04:07 UTC 
(rev 7490)
@@ -2,22 +2,21 @@
 
 DATADIR=`echo -e "import gnue.paths\nprint gnue.paths.data" | python`
 FILE="$DATADIR/share/gnue/appserver/gnue.gsd"
-gnue-schema --connection=gnue --createdb "$FILE"
+gnue-schema --connection=gnue --createdb --yes "$FILE"
 
-gnue-readgcd --connection=gnue ../base/typedef/core.gcd
-gnue-readgcd --connection=gnue ../base/location/loc.gcd
-gnue-readgcd --connection=gnue ../base/comm/comm.gcd
-gnue-readgcd --connection=gnue ../base/person/person.gcd
-gnue-readgcd --connection=gnue ../base/org/org.gcd
-gnue-readgcd --connection=gnue ../finance/tax/tax.gcd
-gnue-readgcd --connection=gnue ../base/item/item.gcd
-gnue-readgld --connection=gnue ../base/item/item-C.gld
-gnue-readgcd --connection=gnue ../finance/tax/item-vat.gcd
+gnue-readgcd --connection=gnue  ../base/typedef/core.gcd \
+                                ../base/location/loc.gcd \
+                                ../base/comm/comm.gcd \
+                                ../base/person/person.gcd \
+                                ../base/org/org.gcd \
+                                ../finance/tax/tax.gcd \
+                                ../base/item/item.gcd \
+#gnue-readgld --connection=gnue ../base/item/item-C.gld
 
 gnue-readgcd --connection=gnue ../supply-chain/inventory/inventory.gcd
 gnue-readgcd --connection=gnue ../supply-chain/billing/billing.gcd
+gnue-readgcd --connection=gnue ../supply-chain/order/order.gcd
 
 gnue-readgcd --connection=gnue ../sales/sales.gcd
 
-
 gnue-schema --connection=gnue ../base/typedef/insert-en-currency.gsd





reply via email to

[Prev in Thread] Current Thread [Next in Thread]