Return-Path: <mark@friedenbach.org>
Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org
	[172.17.192.35])
	by mail.linuxfoundation.org (Postfix) with ESMTPS id 5655719F1
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Wed, 23 Sep 2015 17:18:35 +0000 (UTC)
X-Greylist: whitelisted by SQLgrey-1.7.6
Received: from mail-io0-f174.google.com (mail-io0-f174.google.com
	[209.85.223.174])
	by smtp1.linuxfoundation.org (Postfix) with ESMTPS id A1FCF1B2
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Wed, 23 Sep 2015 17:18:34 +0000 (UTC)
Received: by iofb144 with SMTP id b144so50316980iof.1
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Wed, 23 Sep 2015 10:18:34 -0700 (PDT)
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:from:date
	:message-id:subject:to:cc:content-type;
	bh=vzI0z+/CrWBa4NubaWDbjwnh5sKNWa068wmNPkj3D2s=;
	b=h63L1XUVIz9tbfR2dxddTEmL9RSnGTHcI/mQSc8DAoiNf6RuA7v5o2Y16A8H0kw8GX
	7gnBqAdtGnYDPiUi2jkavnGaop8VaNQOYSC9PJhVxpN5QMdQL46GvsBIwLn+DEVyCJZw
	9ZenP1xVEgSj0+O5xu5tFbTD+xtc7bPY13T2NzeQRt8Fu2wCZmkmzoAAsprWyqQvG2Rj
	vLPytUj5oOcbE3lqBMGogkBOx3N9Vthyf0o3rIx3MvEUjMgj2KUMPagXm5Jmpkd7veLD
	iX1i+ERcQp7EwI3KCAFwcJ/JbLDuFbJnl71DVZDfLkChZ6ucvi2cHWGxnxZj9909F+Td
	KInw==
X-Gm-Message-State: ALoCoQmDTdQ/iX/qFU5y+5K3hc0yBDpN1MhlX6eelwTjBEf0qyRxlWAOrJavSlxjiLcGUlhvY40G
X-Received: by 10.107.11.154 with SMTP id 26mr43744174iol.105.1443028713969;
	Wed, 23 Sep 2015 10:18:33 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.107.135.104 with HTTP; Wed, 23 Sep 2015 10:18:14 -0700 (PDT)
X-Originating-IP: [173.228.107.141]
In-Reply-To: <CAAMhxnzWTNMQVcziTx9f4AYE0rvi8y2JKbYRF5t_ds4esx=Jkw@mail.gmail.com>
References: <CAAMhxnzWTNMQVcziTx9f4AYE0rvi8y2JKbYRF5t_ds4esx=Jkw@mail.gmail.com>
From: Mark Friedenbach <mark@friedenbach.org>
Date: Wed, 23 Sep 2015 10:18:14 -0700
Message-ID: <CAOG=w-uzmC3-2vYbSYDwvDhhP0FyC72G2dBVuj83zBMhqrvGOA@mail.gmail.com>
To: Roy Osherove <roy@osherove.com>
Content-Type: multipart/alternative; boundary=001a113f7e7ce5b21405206d4dca
X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,HTML_MESSAGE,
	RCVD_IN_DNSWL_LOW,WEIRD_PORT autolearn=ham version=3.3.1
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on
	smtp1.linux-foundation.org
Cc: Bitcoin Dev <bitcoin-dev@lists.linuxfoundation.org>
Subject: Re: [bitcoin-dev] CI Build for Bitcoin - Some Basic Questions about
 Gitian and other stuff
X-BeenThere: bitcoin-dev@lists.linuxfoundation.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Bitcoin Development Discussion <bitcoin-dev.lists.linuxfoundation.org>
List-Unsubscribe: <https://lists.linuxfoundation.org/mailman/options/bitcoin-dev>,
	<mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=unsubscribe>
List-Archive: <http://lists.linuxfoundation.org/pipermail/bitcoin-dev/>
List-Post: <mailto:bitcoin-dev@lists.linuxfoundation.org>
List-Help: <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=help>
List-Subscribe: <https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev>,
	<mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Sep 2015 17:18:35 -0000

--001a113f7e7ce5b21405206d4dca
Content-Type: text/plain; charset=UTF-8

The builds made by Travis are for the purpose of making sure that the
source code compiles and tests run successfully on all supported platforms.
The binaries are not used anywhere else because Travis is not a trusted
platform.

The binaries on bitcoin.org are built using the gitian process and signed
by a quorum of developers.

On Wed, Sep 23, 2015 at 10:13 AM, Roy Osherove via bitcoin-dev <
bitcoin-dev@lists.linuxfoundation.org> wrote:

> Hi Folks.
> I'm trying my hand at creating a reproducible build of my own for bitcoin
> and bitcoin-XT, using TeamCity.
> I believe it is the best way to learn something: To try to build it
> yourself.
> Here is what I think I know so far, and I would love corrections, plus
> questions:
>
>    1. Bitcoin is built continuously on travis-CI at
>    https://travis-ci.org/bitcoin/bitcoin/
>    2.  there are many flavors that are built, but I'm not sure if all of
>    them are actually used/necessary. are they all needed, or just to "just in
>    case"?
>    3.  There is a gitian build file for bitcoin, but is anyone actually
>    using it? are the bin files on bitcoin.org taken from that? or the
>    travis ci builds? or some other place?
>    4. Are there any things that people would love to have in the build
>    that do not exist there today? perhaps I can help with that?
>
> Here is what I have now: http://btcdev.osherove.com:8111/
> It does not do the matrix build yet, but it's coming. I'm just wondering
> if all the platforms need to be supported,and if gitian is truly required
> to be used, or used in parallel, or at all..
>
> Feedback appreciated.
>
> --
> Thanks,
>
> Roy Osherove
>
>    - *@RoyOsherove* <https://twitter.com/RoyOsherove>
>    - Read my new book *Notes to a Software Team Leader
> <http://TeamLeadSkills.com>*
>    - Or *my new course* about Beautiful Builds
> <http://courses.osherove.com> and Continuous Delivery
>    - +1-201-256-5575
>
>
>
> _______________________________________________
> bitcoin-dev mailing list
> bitcoin-dev@lists.linuxfoundation.org
> https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev
>
>

--001a113f7e7ce5b21405206d4dca
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div>The builds made by Travis are for the purpose of maki=
ng sure that the source code compiles and tests run successfully on all sup=
ported platforms. The binaries are not used anywhere else because Travis is=
 not a trusted platform.<br><br></div>The binaries on <a href=3D"http://bit=
coin.org">bitcoin.org</a> are built using the gitian process and signed by =
a quorum of developers.<br></div><div class=3D"gmail_extra"><br><div class=
=3D"gmail_quote">On Wed, Sep 23, 2015 at 10:13 AM, Roy Osherove via bitcoin=
-dev <span dir=3D"ltr">&lt;<a href=3D"mailto:bitcoin-dev@lists.linuxfoundat=
ion.org" target=3D"_blank">bitcoin-dev@lists.linuxfoundation.org</a>&gt;</s=
pan> wrote:<br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex=
;border-left:1px #ccc solid;padding-left:1ex"><div dir=3D"ltr">Hi Folks.<di=
v>I&#39;m trying my hand at creating a reproducible build of my own for bit=
coin and bitcoin-XT, using TeamCity.</div><div>I believe it is the best way=
 to learn something: To try to build it yourself.</div><div>Here is what I =
think I know so far, and I would love corrections, plus questions:</div><di=
v><ol><li>Bitcoin is built continuously on travis-CI at=C2=A0<a href=3D"htt=
ps://travis-ci.org/bitcoin/bitcoin/" target=3D"_blank">https://travis-ci.or=
g/bitcoin/bitcoin/</a><br></li><li>=C2=A0there are many flavors that are bu=
ilt, but I&#39;m not sure if all of them are actually used/necessary. are t=
hey all needed, or just to &quot;just in case&quot;?<br></li><li>=C2=A0Ther=
e is a gitian build file for bitcoin, but is anyone actually using it? are =
the bin files on <a href=3D"http://bitcoin.org" target=3D"_blank">bitcoin.o=
rg</a> taken from that? or the travis ci builds? or some other place?</li><=
li>Are there any things that people would love to have in the build that do=
 not exist there today? perhaps I can help with that?</li></ol><div>Here is=
 what I have now:=C2=A0<a href=3D"http://btcdev.osherove.com:8111/" target=
=3D"_blank">http://btcdev.osherove.com:8111/</a></div></div><div>It does no=
t do the matrix build yet, but it&#39;s coming. I&#39;m just wondering if a=
ll the platforms need to be supported,and if gitian is truly required to be=
 used, or used in parallel, or at all..</div><div><br></div><div>Feedback a=
ppreciated.</div><span class=3D"HOEnZb"><font color=3D"#888888"><div><br></=
div><div>-- <br><div><div dir=3D"ltr"><div><div dir=3D"ltr"><div><div dir=
=3D"ltr">Thanks,<br><br>Roy Osherove<br><br>=C2=A0=C2=A0 - <a href=3D"https=
://twitter.com/RoyOsherove" target=3D"_blank"><b>@RoyOsherove</b></a><br>=
=C2=A0 =C2=A0- Read my new book <b><a href=3D"http://TeamLeadSkills.com" ta=
rget=3D"_blank">Notes to a Software Team Leader</a></b><div><div>=C2=A0 =C2=
=A0- Or <a href=3D"http://courses.osherove.com" target=3D"_blank"><b>my new=
 course</b> about Beautiful Builds</a> and Continuous Delivery<br>=C2=A0 =
=C2=A0- <a href=3D"tel:%2B1-201-256-5575" value=3D"+12012565575" target=3D"=
_blank">+1-201-256-5575</a> =C2=A0</div><div><br><br></div></div></div></di=
v></div></div></div></div>
</div></font></span></div>
<br>_______________________________________________<br>
bitcoin-dev mailing list<br>
<a href=3D"mailto:bitcoin-dev@lists.linuxfoundation.org">bitcoin-dev@lists.=
linuxfoundation.org</a><br>
<a href=3D"https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev" =
rel=3D"noreferrer" target=3D"_blank">https://lists.linuxfoundation.org/mail=
man/listinfo/bitcoin-dev</a><br>
<br></blockquote></div><br></div>

--001a113f7e7ce5b21405206d4dca--