author | Wander Lairson Costa <wcosta@mozilla.com> |
Thu, 01 Oct 2015 16:10:16 -0300 | |
changeset 265658 | e843ef367f3535bdb675f6afd501ac8b8d0220d8 |
parent 265657 | 051906f42649489490d50f26cb890dc87ffbb20c |
child 265659 | 27576be038eac52e109a8d241e723778e0dd42ee |
push id | 66003 |
push user | cbook@mozilla.com |
push date | Fri, 02 Oct 2015 11:37:40 +0000 |
treeherder | mozilla-inbound@3fd732d24f46 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
milestone | 44.0a1 |
backs out | 19db5133d27c559a3fd9977dff10a989d1a35bcf |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
testing/taskcluster/scripts/phone-builder/pre-build.sh | file | annotate | diff | comparison | revisions |
--- a/testing/taskcluster/scripts/phone-builder/pre-build.sh +++ b/testing/taskcluster/scripts/phone-builder/pre-build.sh @@ -26,21 +26,16 @@ tc-vcs repo-checkout $WORKSPACE/B2G http rm -f $WORKSPACE/B2G/gecko ln -s $WORKSPACE/gecko $WORKSPACE/B2G/gecko debug_flag="" if [ 0$B2G_DEBUG -ne 0 ]; then debug_flag='--debug' fi -if ! aws --output=text s3 ls s3://b2g-phone-backups/$TARGET/; then - echo "The backup file is either invalid or missing! Are the AWS credentials ok?" - exit 1 -fi - backup_file=$(aws --output=text s3 ls s3://b2g-phone-backups/$TARGET/ | tail -1 | awk '{print $NF}') if echo $backup_file | grep '\.tar\.bz2'; then aws s3 cp s3://b2g-phone-backups/$TARGET/$backup_file . tar -xjf $backup_file -C $WORKSPACE/B2G rm -f $backup_file fi