public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [COMMITTED][glibc-buildbot] Fix typo
@ 2017-04-25 13:50 Siddhesh Poyarekar
  0 siblings, 0 replies; only message in thread
From: Siddhesh Poyarekar @ 2017-04-25 13:50 UTC (permalink / raw)
  To: libc-alpha

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'
     ]),
 }
-- 
2.7.4

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-04-25 13:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-25 13:50 [COMMITTED][glibc-buildbot] Fix typo Siddhesh Poyarekar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).