luqmaan/Instabus

Remove Fabric

Closed this issue · 1 comments

Remove Fabric since we only use the fabfile to populate the GTFS data.

instead of calling a subprocess (via fabric) to load the gtfs data, we should just import the lib:

https://code.google.com/p/gtfsdb/source/browse/gtfsdb/scripts.py
https://code.google.com/p/gtfsdb/source/browse/gtfsdb/api.py

from gtfsdb.api import database_load
database_load(...)