Author: nunofsantos
Date: 2008-06-04 13:05:06 -0400 (Wed, 04 Jun 2008)
New Revision: 2126
Modified:
mgmt/mint/Makefile
Log:
echo store schema parsing command line
Modified: mgmt/mint/Makefile
===================================================================
--- mgmt/mint/Makefile 2008-06-04 15:48:32 UTC (rev 2125)
+++ mgmt/mint/Makefile 2008-06-04 17:05:06 UTC (rev 2126)
@@ -31,7 +31,7 @@
schema-python:
@if [ -z "$$MINT_SCHEMA_XML" ]; then echo "MINT_SCHEMA_XML is not
set"; exit 1; fi
python python/mint/schemaparser.py ${MINT_SCHEMA_XML} python/mint/schema.py ${dsn}
- @if [ -z "$$STORE_SCHEMA_XML" ]; then echo "Warning: STORE_SCHEMA_XML is
not set, skipping store schema generation"; else python python/mint/schemaparser.py
${STORE_SCHEMA_XML} python/mint/schema.py ${dsn} append; fi
+ @if [ -z "$$STORE_SCHEMA_XML" ]; then echo "Warning: STORE_SCHEMA_XML is
not set, skipping store schema generation"; else echo "python
python/mint/schemaparser.py ${STORE_SCHEMA_XML} python/mint/schema.py ${dsn} append";
python python/mint/schemaparser.py ${STORE_SCHEMA_XML} python/mint/schema.py ${dsn}
append; fi
schema-sql:
sqlobject-admin sql -m mint -m mint.schema -c ${dsn} | sed -e '1,2d' >
sql/schema.sql
Show replies by date