From owner-freebsd-testing@freebsd.org Wed Jul 22 19:10:33 2015 Return-Path: Delivered-To: freebsd-testing@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73B389A84BC; Wed, 22 Jul 2015 19:10:33 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-yk0-x232.google.com (mail-yk0-x232.google.com [IPv6:2607:f8b0:4002:c07::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 324B61D14; Wed, 22 Jul 2015 19:10:33 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: by ykay190 with SMTP id y190so200795672yka.3; Wed, 22 Jul 2015 12:10:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=aNgIy8zhwh89Ni+jeciDUk19sLVEXPBBakbTqNYDzRM=; b=YRcUkol8yLRPfJtam45U2KbmK4boeC17gAhu5bVEisc25pvLuJvqKWMwC7PzAdXayg F0kvuPytl7rOR12M2fDbxvCHqXI2r/i05vRl6aisC4rasAmxZD2NtRbAeMuISDO1R6og 7IGMrma0BVE3oq2fW1wmSi9g5VN3mInd30wD/Js/uP4oetMhSGEAw5wfFV0kTX5GpaZe OJIOsw4a/IlYw1fBYp7XXlsGtAvITxUh5akbyolJDaWgra2SgWamqfncGunCzZ+e23d4 oLfTLjukf/o5lvbMEXpJ7Bx4a8/00xFOUJW84ZE2rRhZrZZ5jcepVJ4sXqfAaVQRi+aj s35A== MIME-Version: 1.0 X-Received: by 10.129.129.3 with SMTP id r3mr4113725ywf.167.1437592232404; Wed, 22 Jul 2015 12:10:32 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.37.65.193 with HTTP; Wed, 22 Jul 2015 12:10:32 -0700 (PDT) In-Reply-To: <1435614385.5387.0@smtp.gmail.com> References: <8CA148D7-81AF-41F8-AA41-9D7700B27242@neville-neil.com> <558C62B6.6030004@FreeBSD.org> <559173E7.30603@FreeBSD.org> <1435614385.5387.0@smtp.gmail.com> Date: Wed, 22 Jul 2015 15:10:32 -0400 X-Google-Sender-Auth: i9LUHvtle-h2L99edJMg9aAlltc Message-ID: Subject: Re: Requests for Help: add FreeBSD procstat support to akuma library for Jenkins From: Craig Rodrigues To: Michael Zhilin Cc: "freebsd-testing@freebsd.org" , "freebsd-java@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jul 2015 19:10:33 -0000 On Mon, Jun 29, 2015 at 5:46 PM, Michael Zhilin wrote: > Hi, > > Here is possible fix (at least works for me @FBSD10-stable): > https://github.com/kohsuke/akuma/pull/9 > > Your change was merged. Kohsuke Kawaguchi (lead Jenkins developer) built a new version of akuma with this change. Kohsuke then merged this change which I submitted to the Jenkins core to use the new akuma: https://github.com/jenkinsci/jenkins/pull/1770 So one of the next Jenkins releases will have your change which improves Jenkins restarting under FreeBSD after updating plugins. Thanks again for your submission!! -- Craig