aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Copeland <ben.copeland@linaro.org>2018-02-20 12:32:02 +0000
committerFathi Boudra <fathi.boudra@linaro.org>2018-02-20 12:50:29 +0000
commitcf6d368bae3059f9e6ba93c7294e15f456f91167 (patch)
treebaeca14436134fa6819fd75e6f5d1d8b62e1226f
parent8432c18ba09d20ce9b6f7c6719caa715ce7a9db7 (diff)
s3_sanity: Update master bucket
We no longer use the us bucket, this causes our sanity script to break. Change-Id: I2689208ce13fba6a87f3bed4e1dad349cad0b78b Reviewed-on: https://review.linaro.org/23945 Reviewed-by: Fathi Boudra <fathi.boudra@linaro.org>
-rw-r--r--license_protected_downloads/management/commands/s3_sanity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/license_protected_downloads/management/commands/s3_sanity.py b/license_protected_downloads/management/commands/s3_sanity.py
index 25b6fc6..3de68e4 100644
--- a/license_protected_downloads/management/commands/s3_sanity.py
+++ b/license_protected_downloads/management/commands/s3_sanity.py
@@ -21,7 +21,7 @@ class Command(BaseCommand):
return slave_keys
def handle(self, *args, **options):
- master_bucket_name = 'publishing-linaro-org'
+ master_bucket_name = 'publishing-ie-linaro-org'
slave_bucket_name = ['publishing-ap-linaro-org']
master_bucket = self.conn.get_bucket(master_bucket_name,