Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Apr 2016 13:24:14 +0300
From:      Boris Samorodov <bsam@passap.ru>
To:        freebsd-arm@freebsd.org
Subject:   Re: Indication of Successful Build
Message-ID:  <5704E3CE.2090107@passap.ru>
In-Reply-To: <CABx9NuQbQoB=a_rFQ47gATwzuJ2z2Xg7Esn9RUZs6SCR8aStcg@mail.gmail.com>

index | next in thread | previous in thread | raw e-mail

Hi Russel, All!

06.04.16 08:36, Russell Haley пишет:

> 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)?

You may check the return code of the command:
-----
% make buildworld
[...]
% echo $?
0
-----

SH(1) has more info on the case.

> 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.

Hm, Jenkins? Seems that I might not understand your question...

-- 
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5704E3CE.2090107>