diff options
author | Roy Osherove <roy@osherove.com> | 2015-09-23 10:13:14 -0700 |
---|---|---|
committer | bitcoindev <bitcoindev@gnusha.org> | 2015-09-23 17:13:35 +0000 |
commit | ff040d15c75e2b4717793a585a33ff6d2115bac3 (patch) | |
tree | de2ca9a5b569e7f405db6c9d37c17df186406449 | |
parent | 9cbaaa65c70c15683bffc0303e85c8221956bcd5 (diff) | |
download | pi-bitcoindev-ff040d15c75e2b4717793a585a33ff6d2115bac3.tar.gz pi-bitcoindev-ff040d15c75e2b4717793a585a33ff6d2115bac3.zip |
[bitcoin-dev] CI Build for Bitcoin - Some Basic Questions about Gitian and other stuff
-rw-r--r-- | 5c/95e60bcf3210ccae33acda45137240dab6a779 | 132 |
1 files changed, 132 insertions, 0 deletions
diff --git a/5c/95e60bcf3210ccae33acda45137240dab6a779 b/5c/95e60bcf3210ccae33acda45137240dab6a779 new file mode 100644 index 000000000..921a62b9d --- /dev/null +++ b/5c/95e60bcf3210ccae33acda45137240dab6a779 @@ -0,0 +1,132 @@ +Return-Path: <roy@osherove.com> +Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org + [172.17.192.35]) + by mail.linuxfoundation.org (Postfix) with ESMTPS id 05FC91C48 + for <bitcoin-dev@lists.linuxfoundation.org>; + Wed, 23 Sep 2015 17:13:35 +0000 (UTC) +X-Greylist: whitelisted by SQLgrey-1.7.6 +Received: from mail-io0-f179.google.com (mail-io0-f179.google.com + [209.85.223.179]) + by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 6D480186 + for <bitcoin-dev@lists.linuxfoundation.org>; + Wed, 23 Sep 2015 17:13:34 +0000 (UTC) +Received: by iofh134 with SMTP id h134so49970860iof.0 + for <bitcoin-dev@lists.linuxfoundation.org>; + Wed, 23 Sep 2015 10:13: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:from:date:message-id:subject:to + :content-type; + bh=GYYy0+I6dPFkxYPccIJY3YXiZiwddQ/i9wtyTcjbvP8=; + b=HPXQ/SvI41LXjTbXS1oDHUxk/Zztfy7HkhcxloF684/VaLhakcdDDgulBRSRypiioc + n9pYqqjP22PHCzT1yorBmrMjFgAf34g0hcDbfIh1AEwNHYtEdFCK+DYSos5iadG6oYK7 + aKTjxiCm/tGCPY85w83cpj0wMTsfS9W1yuBEhvVSgPPfCB9rqv3LepGUBq7l3oj6W9yy + 0/8jBqq2SYKlINKZVyblqA05RP9vMqqbowwTdbKSt+++bylOKY1cteXru828+G7hxJ6n + v40KyOZZ7+COET0Q/K2yvt3xwKA43kNY9QjfbB5aZFGNtmfoIJIKxSgIGi8GXFthrrpn + G4Aw== +X-Gm-Message-State: ALoCoQnC7je55N+AcwPHrOfLCoUhptb5VUYA9cahdUq8oKExtor4nNH6ZPdOl8//Yda/ZO5WKDgV +X-Received: by 10.107.46.158 with SMTP id u30mr45369484iou.56.1443028413622; + Wed, 23 Sep 2015 10:13:33 -0700 (PDT) +MIME-Version: 1.0 +Received: by 10.107.25.75 with HTTP; Wed, 23 Sep 2015 10:13:14 -0700 (PDT) +From: Roy Osherove <roy@osherove.com> +Date: Wed, 23 Sep 2015 10:13:14 -0700 +Message-ID: <CAAMhxnzWTNMQVcziTx9f4AYE0rvi8y2JKbYRF5t_ds4esx=Jkw@mail.gmail.com> +To: bitcoin-dev@lists.linuxfoundation.org +Content-Type: multipart/alternative; boundary=001a113ac342fef7e405206d3b33 +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 +Subject: [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:13:35 -0000 + +--001a113ac342fef7e405206d3b33 +Content-Type: text/plain; charset=UTF-8 + +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 + +--001a113ac342fef7e405206d3b33 +Content-Type: text/html; charset=UTF-8 +Content-Transfer-Encoding: quoted-printable + +<div dir=3D"ltr">Hi Folks.<div>I'm trying my hand at creating a reprodu= +cible build of my own for bitcoin and bitcoin-XT, using TeamCity.</div><div= +>I believe it is the best way to learn something: To try to build it yourse= +lf.</div><div>Here is what I think I know so far, and I would love correcti= +ons, plus questions:</div><div><ol><li>Bitcoin is built continuously on tra= +vis-CI at=C2=A0<a href=3D"https://travis-ci.org/bitcoin/bitcoin/">https://t= +ravis-ci.org/bitcoin/bitcoin/</a><br></li><li>=C2=A0there are many flavors = +that are built, but I'm not sure if all of them are actually used/neces= +sary. are they all needed, or just to "just in case"?<br></li><li= +>=C2=A0There is a gitian build file for bitcoin, but is anyone actually usi= +ng it? are the bin files on <a href=3D"http://bitcoin.org">bitcoin.org</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 ex= +ist 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/">http://btcdev.= +osherove.com:8111/</a></div></div><div>It does not do the matrix build yet,= + but it's coming. I'm just wondering if all the platforms need to b= +e supported,and if gitian is truly required to be used, or used in parallel= +, or at all..</div><div><br></div><div>Feedback appreciated.</div><div><br>= +</div><div>-- <br><div class=3D"gmail_signature"><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"htt= +p://TeamLeadSkills.com" target=3D"_blank">Notes to a Software Team Leader</= +a></b><div><div>=C2=A0 =C2=A0- Or <a href=3D"http://courses.osherove.com" t= +arget=3D"_blank"><b>my new course</b> about Beautiful Builds</a> and Contin= +uous Delivery<br>=C2=A0 =C2=A0- +1-201-256-5575 =C2=A0</div><div><br><br></= +div></div></div></div></div></div></div></div> +</div></div> + +--001a113ac342fef7e405206d3b33-- + |