Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Bug 1063408 - release-runner failures should not notify release-drive…
Browse files Browse the repository at this point in the history
…rs. r=nthomas
  • Loading branch information
Rail Aliiev committed Jan 21, 2015
1 parent 22896d1 commit 72c6a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildfarm/release/release-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export PATH=/usr/local/bin:$PATH

# Sleep time after a failure, in seconds.
SLEEP_TIME=60
NOTIFY_TO=$(grep "notify_to:" $CONFIG|sed -e "s|.*<\(.*\)>|\1|g")
NOTIFY_TO=$(grep "notify_to:" $CONFIG|perl -pe 's/.*?<(.*?)>/$1 /g')
if [ -z "$NOTIFY_TO" ]; then
NOTIFY_TO="release@mozilla.com"
fi
Expand Down

0 comments on commit 72c6a9c

Please sign in to comment.