From patchwork Tue Apr 25 13:50:08 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Siddhesh Poyarekar X-Patchwork-Id: 20136 Received: (qmail 25150 invoked by alias); 25 Apr 2017 13:50:20 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 24654 invoked by uid 89); 25 Apr 2017 13:50:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.4 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, RCVD_IN_SORBS_SPAM autolearn=ham version=3.3.2 spammy=Hx-languages-length:701 X-HELO: homiemail-a118.g.dreamhost.com From: Siddhesh Poyarekar To: libc-alpha@sourceware.org Subject: [COMMITTED][glibc-buildbot] Fix typo Date: Tue, 25 Apr 2017 19:20:08 +0530 Message-Id: <1493128208-17563-1-git-send-email-siddhesh@gotplt.org> Sorry, I broke all of the builders with my last commit because I missed a comma. This is what I pushed to fix it. Siddhesh --- scripts/slave/buildbot_selector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/slave/buildbot_selector.py b/scripts/slave/buildbot_selector.py index 8e6ab42..bd336a1 100755 --- a/scripts/slave/buildbot_selector.py +++ b/scripts/slave/buildbot_selector.py @@ -22,7 +22,7 @@ BOT_ASSIGNMENT = { '--enable-lock-elision', ]), 'glibc-s390x-linux': bash('glibc-native.sh'), - 'glibc-aarch64-linux': bash('glibc-native.sh' [ + 'glibc-aarch64-linux': bash('glibc-native.sh', [ '--enable-tunables' ]), }