Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 5655719F1 for ; 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 ; Wed, 23 Sep 2015 17:18:34 +0000 (UTC) Received: by iofb144 with SMTP id b144so50316980iof.1 for ; 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: References: From: Mark Friedenbach Date: Wed, 23 Sep 2015 10:18:14 -0700 Message-ID: To: Roy Osherove 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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* > - Read my new book *Notes to a Software Team Leader > * > - Or *my new course* about Beautiful Builds > 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
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.

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 bit= coin 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=C2=A0https://travis-ci.or= g/bitcoin/bitcoin/
  2. =C2=A0there are many flavors that are bu= ilt, but I'm not sure if all of them are actually used/necessary. are t= hey all needed, or just to "just in case"?
  3. =C2=A0Ther= e is a gitian build file for bitcoin, but is anyone actually using it? are = the bin files on bitcoin.o= rg taken from that? or the travis ci builds? or some other place?
  4. <= 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?
Here is= what I have now:=C2=A0http://btcdev.osherove.com:8111/
It does no= t do the matrix build yet, but it's coming. I'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..

Feedback a= ppreciated.

--
Thanks,

Roy Osherove

=C2=A0=C2=A0 - @RoyOsherove
= =C2=A0 =C2=A0- Read my new book Notes to a Software Team Leader
=C2=A0 =C2= =A0- Or my new= course about Beautiful Builds and Continuous Delivery
=C2=A0 = =C2=A0- +1-201-256-5575 =C2=A0



_______________________________________________
bitcoin-dev mailing list
bitcoin-dev@lists.= linuxfoundation.org
https://lists.linuxfoundation.org/mail= man/listinfo/bitcoin-dev


--001a113f7e7ce5b21405206d4dca--