[Collab-qa-commits] r1239 - in udd: scripts web

lucas at alioth.debian.org lucas at alioth.debian.org
Mon Sep 8 07:07:45 UTC 2008


Author: lucas
Date: 2008-09-08 07:07:44 +0000 (Mon, 08 Sep 2008)
New Revision: 1239

Added:
   udd/scripts/generate-schema.sh
   udd/web/schema/
Log:
script to generate schema using postgresql_autodoc

Added: udd/scripts/generate-schema.sh
===================================================================
--- udd/scripts/generate-schema.sh	                        (rev 0)
+++ udd/scripts/generate-schema.sh	2008-09-08 07:07:44 UTC (rev 1239)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -e
+set -x
+mkdir -p /org/udd.debian.net/udd/web/schema
+cd /org/udd.debian.net/udd/web/schema
+postgresql_autodoc -d udd -t html
+postgresql_autodoc -d udd -t dot
+dot -Tpng udd.dot > udd.png


Property changes on: udd/scripts/generate-schema.sh
___________________________________________________________________
Name: svn:executable
   + *




More information about the Collab-qa-commits mailing list