-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #52 from datamade/jfc/remove-la-metro-staging-import
Remove LA Metro staging imports
- Loading branch information
Showing
3 changed files
with
0 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,11 +9,9 @@ cd $APPDIR | |
# windowed bills. | ||
$PUPADIR update lametro --scrape | ||
SHARED_DB=True DATABASE_URL=postgis://[email protected]/lametro $PUPADIR update lametro --import | ||
SHARED_DB=True DATABASE_URL=postgis://[email protected]/lametro_staging $PUPADIR update lametro --import | ||
$PUPADIR update lametro --import | ||
|
||
# Scrape all bills. | ||
$PUPADIR update lametro --scrape bills window=0 | ||
SHARED_DB=True DATABASE_URL=postgis://[email protected]/lametro $PUPADIR update lametro --import | ||
SHARED_DB=True DATABASE_URL=postgis://[email protected]/lametro_staging $PUPADIR update lametro --import | ||
$PUPADIR update lametro --import |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,4 @@ exec 2>&1 | |
cd $APPDIR | ||
$PUPADIR update --datadir=/cache/people/_data/ lametro --scrape people | ||
SHARED_DB=True DATABASE_URL=postgis://[email protected]/lametro $PUPADIR update --datadir=/cache/people/_data/ lametro --import people | ||
SHARED_DB=True DATABASE_URL=postgis://[email protected]/lametro_staging $PUPADIR update --datadir=/cache/people/_data/ lametro --import people | ||
$PUPADIR update --datadir=/cache/people/_data/ lametro --import people |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,4 @@ exec 2>&1 | |
cd $APPDIR | ||
$PUPADIR update --datadir=/cache/events/_data/ lametro --scrape events window=$WINDOW | ||
SHARED_DB=True DATABASE_URL=postgis://[email protected]/lametro $PUPADIR update --datadir=/cache/events/_data/ lametro --import | ||
SHARED_DB=True DATABASE_URL=postgis://[email protected]/lametro_staging $PUPADIR update --datadir=/cache/events/_data/ lametro --import | ||
$PUPADIR update --datadir=/cache/events/_data/ lametro --import |