Skip to content

Commit

Permalink
Removed Trib files and moved local config to config.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxfish committed Sep 17, 2010
1 parent 6c1cabf commit 1896f4c
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 182 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
out
gzip
*.pyc
config.py
Binary file removed ceo_pay_2009_tribune.xls
Binary file not shown.
6 changes: 4 additions & 2 deletions fabfile.py
@@ -1,5 +1,7 @@
from fabric.api import *

import config

"""
Base configuration
"""
Expand All @@ -13,14 +15,14 @@ def production():
Work on production environment
"""
env.settings = 'production'
env.s3_bucket = 'media.apps.chicagotribune.com'
env.s3_bucket = config.S3_PRODUCTION_BUCKET

def staging():
"""
Work on staging environment
"""
env.settings = 'staging'
env.s3_bucket = 'media-beta.tribapps.com'
env.s3_bucket = config.S3_STAGING_BUCKET

"""
Commands - deployment
Expand Down
66 changes: 0 additions & 66 deletions tables/ceopay2009.yml

This file was deleted.

44 changes: 0 additions & 44 deletions tables/cps-scores.yml

This file was deleted.

File renamed without changes.
42 changes: 0 additions & 42 deletions tables/hospital-infections.yml

This file was deleted.

28 changes: 0 additions & 28 deletions tables/skincreams.yml

This file was deleted.

0 comments on commit 1896f4c

Please sign in to comment.