[rhmessaging-commits] rhmessaging commits: r1398 - mgmt/bin.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Thu Nov 29 14:18:28 EST 2007


Author: justi9
Date: 2007-11-29 14:18:28 -0500 (Thu, 29 Nov 2007)
New Revision: 1398

Modified:
   mgmt/bin/devel-reload-database
Log:
Also load some demo data.



Modified: mgmt/bin/devel-reload-database
===================================================================
--- mgmt/bin/devel-reload-database	2007-11-29 17:20:49 UTC (rev 1397)
+++ mgmt/bin/devel-reload-database	2007-11-29 19:18:28 UTC (rev 1398)
@@ -7,3 +7,5 @@
 
 psql -d "$1" -c "drop schema public cascade; create schema public"
 psql -d "$1" -f "$DEVEL_HOME"/mint/python/mint/schema.sql
+
+python "$DEVEL_HOME"/cumin/python/cumin/demo.py postgresql://localhost/"$1"




More information about the rhmessaging-commits mailing list