annotate feedupdate.sh @ 149:92194216f70d

ignore .sqlite files
author Dirk Olmes <dirk@xanthippe.ping.de>
date Fri, 26 Aug 2011 06:14:42 +0200
parents 5b131f82057d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
65
e24777e346e7 add a runner script for Xanthippe
dirk@xanthippe.ping.de
parents:
diff changeset
1 #!/bin/bash
e24777e346e7 add a runner script for Xanthippe
dirk@xanthippe.ping.de
parents:
diff changeset
2 DB_URL="mysql://root:mysql@xanthippe/feedworm?use_unicode=1&charset=utf8"
e24777e346e7 add a runner script for Xanthippe
dirk@xanthippe.ping.de
parents:
diff changeset
3
137
5b131f82057d allow choosing the backend via commandline option
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 134
diff changeset
4 ./feedupdate.py --backend sqlalchemy --dburl ${DB_URL}