Skip to content

Commit

Permalink
workaround bug 1144865 until b2g symbol upload is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer committed Mar 20, 2015
1 parent 50458ba commit fac893d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ function quick_sync_s3 {
dirs=$1
bucket=$2
for dir in $dirs; do
# XXX workaround for bug 1144865
if [ "$dir" == "symbols_b2g" ]; then
aws s3 sync libxul.so/ s3://$bucket/
fi
echo "Syncing $dir to $bucket"
./sync_symbols_s3.py -p $TOP_DIR/$dir -b $bucket -f $dir.p &
done
Expand Down

0 comments on commit fac893d

Please sign in to comment.