From owner-freebsd-java@freebsd.org Wed Jul 22 22:44:20 2015 Return-Path: Delivered-To: freebsd-java@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 CCB459A8C47; Wed, 22 Jul 2015 22:44:20 +0000 (UTC) (envelope-from mizhka@gmail.com) Received: from mail-la0-x22a.google.com (mail-la0-x22a.google.com [IPv6:2a00:1450:4010:c03::22a]) (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 512A11576; Wed, 22 Jul 2015 22:44:20 +0000 (UTC) (envelope-from mizhka@gmail.com) Received: by lagw2 with SMTP id w2so146618375lag.3; Wed, 22 Jul 2015 15:44:17 -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=3bVtP7HVUUX1Rte9hjmHAwHnbBERNkHfGbxcNzCMPjM=; b=NPeh5SUK0NVK0V42PjBl/lprnP5EzOhkoAGgyrKc2spF4zYAK9tQWlBR9rETz9rNCY E2KVz5TLZB8xvQUyEFes6PKuZqMOR7awXU1t1lwUXtlpgcwK0G0GYyXZvKuFmtk4TN0m XalcJimmBp/aK6m50y+4D+nr1q5FhojfZoJl7xrwJOmvlKjsgGwuuLQv/H3a6P9Y7/Hp EjoHMQD/YwLWLqIFtCmYyxE2cRwKq1jGxOiqH0fbgkKNtFTcjZJbWDigpxhq8pxt3pTt ygpWqQbRW1W/ljiNHxTc4g8QQK43NrqqxnBx2489bC5sHtOrmm2eRofp21iYRRYYh8B8 n9OA== MIME-Version: 1.0 X-Received: by 10.152.179.131 with SMTP id dg3mr4466887lac.22.1437605057033; Wed, 22 Jul 2015 15:44:17 -0700 (PDT) Received: by 10.112.93.33 with HTTP; Wed, 22 Jul 2015 15:44:16 -0700 (PDT) In-Reply-To: References: <8CA148D7-81AF-41F8-AA41-9D7700B27242@neville-neil.com> <558C62B6.6030004@FreeBSD.org> <559173E7.30603@FreeBSD.org> <1435614385.5387.0@smtp.gmail.com> Date: Thu, 23 Jul 2015 01:44:16 +0300 Message-ID: Subject: Re: Requests for Help: add FreeBSD procstat support to akuma library for Jenkins From: Michael Zhilin To: Craig Rodrigues 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-java@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jul 2015 22:44:21 -0000 Excellent news! Thank you!!! On Wed, Jul 22, 2015 at 10:10 PM, Craig Rodrigues wrote: > > > 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 >