From owner-freebsd-testing@FreeBSD.ORG Thu Jul 31 22:19:27 2014 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 00146C9E; Thu, 31 Jul 2014 22:19:26 +0000 (UTC) Received: from mail-ig0-x22b.google.com (mail-ig0-x22b.google.com [IPv6:2607:f8b0:4001:c05::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BBD0520B3; Thu, 31 Jul 2014 22:19:26 +0000 (UTC) Received: by mail-ig0-f171.google.com with SMTP id l13so430026iga.10 for ; Thu, 31 Jul 2014 15:19:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=rOZaq0/DXce4KC1g92JQCclYFyOi0Iw5QNUrJn6ir1U=; b=Xb/7vwEDE1YYocJwK03SDZ+UpaAchl6D9snC+J+exjd5Vl9O5K4SgZYOL8IX5SEK3d AA+6+LrjO+44dsgwvTVRhGHoUUi3Ec0mVMpSJhEogj/nCva3wDY9kgDwbKYQBCxKj8Rg Y58BIoGGYMZHs0zztludv9NQG8WqxZir1ztxcDh4Kn0gxX1/0VoNA4eCzlSCXmVufpom /+Ij/ClOFlWDnEWGCox3PBEiJQNaBQIaq3kX13A3lREvo9r2vWZzG4kxiSpCWqPjIt5F Vlo5U2FlPw3OM4rGF6Ft22aCsEJ2Pwh+doblzm8HHypDHy2X+UCSkyGG0i0LySv5yBhG TAfg== MIME-Version: 1.0 X-Received: by 10.50.176.202 with SMTP id ck10mr1210128igc.2.1406845166150; Thu, 31 Jul 2014 15:19:26 -0700 (PDT) Received: by 10.50.213.102 with HTTP; Thu, 31 Jul 2014 15:19:26 -0700 (PDT) In-Reply-To: References: Date: Thu, 31 Jul 2014 15:19:26 -0700 Message-ID: Subject: Re: Need new release of Kyua From: Garrett Cooper To: Craig Rodrigues Content-Type: text/plain; charset=UTF-8 Cc: Julio Merino , "freebsd-testing@freebsd.org" , kyua-discuss@googlegroups.com X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2014 22:19:27 -0000 Hi Craig! On Thu, Jul 31, 2014 at 3:01 PM, Craig Rodrigues wrote: > Julio, > > Can you do a new release of kyua, which has the "kyua report-junit" support > and Garrett's TAP fixes, and update the FreeBSD port and Ubuntu packages? I just wanted to comment on this really quickly. My group (EMC / Isilon) is working on a CCLA with Google so we can contribute back to the Kyua project. > I want to use kyua for a bunch of new tests for something I am working on, > and having > the junit support is a big must-have. Also, being able to install from > packages > on FreeBSD and Linux systems will make things easier for setting up a lot > of test > nodes. > > I can "configure; make; make intall; create package" myself, but that is a > pain in the ass. :) You could download the port for FreeBSD I created from my GitHub fork: https://github.com/yaneurabeya/freebsd-ports/tree/kyua-testers-tap-fixes/devel/kyua-testers . The sources these patches are based off of are still available in my kyua fork too: https://github.com/yaneurabeya/kyua/tree/parse-all-the-tap-things . This definitely isn't ideal, but until the legal stuff has been cleared between EMC and Google, it's the best route forward. Thanks :), -Garrett