diff feedupdate.sh @ 137:5b131f82057d

allow choosing the backend via commandline option
author Dirk Olmes <dirk@xanthippe.ping.de>
date Tue, 23 Aug 2011 14:36:58 +0200
parents 40163eac0d27
children
line wrap: on
line diff
--- a/feedupdate.sh	Tue Aug 23 04:15:46 2011 +0200
+++ b/feedupdate.sh	Tue Aug 23 14:36:58 2011 +0200
@@ -1,4 +1,4 @@
 #!/bin/bash
 DB_URL="mysql://root:mysql@xanthippe/feedworm?use_unicode=1&charset=utf8"
 
-./feedupdate.py ${DB_URL}
+./feedupdate.py --backend sqlalchemy --dburl ${DB_URL}