From owner-freebsd-arm@freebsd.org Wed Apr 6 16:21:46 2016 Return-Path: Delivered-To: freebsd-arm@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 259A7B06BCD for ; Wed, 6 Apr 2016 16:21:46 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-vk0-x22d.google.com (mail-vk0-x22d.google.com [IPv6:2607:f8b0:400c:c05::22d]) (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 CFF3A1647 for ; Wed, 6 Apr 2016 16:21:45 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by mail-vk0-x22d.google.com with SMTP id k1so65079834vkb.0 for ; Wed, 06 Apr 2016 09:21:45 -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; bh=amzaMLzrB9lnWi/rdBQNijFl0WiPn5MSEQWgja6Zxmc=; b=pyhaU6hiPG7lwS5wQzMLAG7AUmQ9orjems34c0Szf/at+YuKDVH4DKApUGL5E4NIwz Z1fUwWivkXu1AeNv5nmKY4yJVsXOKbBdHUrtNuCMNmA5+Mnk1QqCHmfRGYUTYgSyBnje lVQiAPEwshd4z/JaLGKCHWCm+LGZQHf3NKdv7D0n+lQLQaxZGUN7x2thUvFaScB8e5hS 6oMQfbx1Ob0sTavFervhq+Z21gG3ozQAQT7itnG72ViYwUe5Mw2mfOqI7lDpU5hGrpvz YKmUX0ZAkGt3zARxGX7LmhBvUgsluBO9Sf9t6Q/b4kjX3IYAODZIziN3NG8xua239xsb s41g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to; bh=amzaMLzrB9lnWi/rdBQNijFl0WiPn5MSEQWgja6Zxmc=; b=VjNzjNVsNb3Lvu3oUSAXQGyn4iC/81YY/L+FRkBHE/WO0UPbKzO395crdHybJXO91x 0aMGIF7le6/JAQOt/SrmLrnJLNxAPM2T7b3efWBYRu3CB1OSURjHLhjb+zBj1Eo4KOsP mEDqXq9zEkj8lGZt3B14p4e7ZzezDYYXAiwoe4+Zfknh1UkU3imHAqS0KEtJaA5cCius RLdbXgyK7rYQ8bu/7L69Syqbc4erTB1RyTYEIQndtHjwV0qZbNf2/GcQYVwBKYhT25vy 7M9y/kYO1H4aWkt92aQGrUMwEmYgYUt5kENBFF0rS4pmt0CquvvkKGgLOxnF6ryLOma1 4pIg== X-Gm-Message-State: AD7BkJJHD2f+ZN3trxgDBFU6rYP80uJ2+lQesIOm1w+mj+XL9DQBM4pZrFhkiJGxXav5Ttc3IkBLlcmCewOTCQ== MIME-Version: 1.0 X-Received: by 10.159.34.50 with SMTP id 47mr11912748uad.75.1459959704841; Wed, 06 Apr 2016 09:21:44 -0700 (PDT) Received: by 10.31.54.13 with HTTP; Wed, 6 Apr 2016 09:21:44 -0700 (PDT) In-Reply-To: <20160406153531.GE71221@www.zefox.net> References: <20160406153531.GE71221@www.zefox.net> Date: Wed, 6 Apr 2016 09:21:44 -0700 Message-ID: Subject: Re: Indication of Successful Build From: Russell Haley To: bob prohaska , freebsd-arm , bsam@passap.ru Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2016 16:21:46 -0000 Hi Bob/Boris, You both understand the question correctly. Return codes and time stamps are all great but don't tell me anything two weeks later when I can't remember if my last buildworld worked or not.The answers so far are what I expected; what I am wondering is if there was a nifty trick I didn't know. The answer seems to be RYO or Jenkins. :) Thanks, Russ On Wed, Apr 6, 2016 at 8:35 AM, bob prohaska wrote: > Hi Russell, > > The buildworld and buildkernel targets output completion timestamps, such as > >>>> Kernel build for RPI2 completed on Mon Apr 4 16:27:49 PDT 2016 > > which makes success or failure reasonably clear. > > Installworld and installkernel just "fizzle out" with no explicit > declaration, but at least when self-hosting on an RPI2 have a fairly > unique tagline, such as > > --- afterinstall --- > kldxref /boot/kernel > > for installkernel, or > > makewhatis /usr/share/man > makewhatis /usr/share/openssl/man > > for installworld. > > Do I possibly misunderstand the question? > > bob prohaska > > On Tue, Apr 05, 2016 at 10:36:21PM -0700, Russell Haley wrote: >> Is there any way to tell if your last build was successful (it's a >> general question so I mean in whole or any of the parts like >> buildworld, man pages, installkernel)? It would sure be helpful if >> there was a flag or something preferably short of setting up Jenkins. >> That said, I'm not opposed to setting up Jenkins. >> >> Thanks, >> >> Russell >> _______________________________________________ >> freebsd-arm@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-arm >> To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"