mirror of
https://github.com/kennethreitz/bob-builder-1.git
synced 2026-06-05 23:10:17 +00:00
fix setting bucket for upstream
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ s3 = boto.connect_s3()
|
||||
bucket = s3.get_bucket(S3_BUCKET)
|
||||
upstream = None
|
||||
if UPSTREAM_S3_BUCKET:
|
||||
upstream = s3.get_bucket(S3_BUCKET)
|
||||
upstream = s3.get_bucket(UPSTREAM_S3_BUCKET)
|
||||
|
||||
# Make stdin/out as unbuffered as possible via file descriptor modes.
|
||||
sys.stdout = os.fdopen(sys.stdout.fileno(), 'w', 0)
|
||||
|
||||
Reference in New Issue
Block a user