summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir <laanwj@gmail.com>2014-04-02 14:27:06 +0200
committerbitcoindev <bitcoindev@gnusha.org>2014-04-02 12:27:12 +0000
commitd55865887b416302dca15fce7604647527d53bcf (patch)
treedf4903728e3e4a4ede33dad958914ecd4a51c191
parent642b3b0b05421ef152f497457eab5a349b242fa7 (diff)
downloadpi-bitcoindev-d55865887b416302dca15fce7604647527d53bcf.tar.gz
pi-bitcoindev-d55865887b416302dca15fce7604647527d53bcf.zip
[Bitcoin-development] Detailed gitian build guide
-rw-r--r--1e/35897d0d957049aee7bc2c66b2b3c04c61268098
1 files changed, 98 insertions, 0 deletions
diff --git a/1e/35897d0d957049aee7bc2c66b2b3c04c612680 b/1e/35897d0d957049aee7bc2c66b2b3c04c612680
new file mode 100644
index 000000000..75093df76
--- /dev/null
+++ b/1e/35897d0d957049aee7bc2c66b2b3c04c612680
@@ -0,0 +1,98 @@
+Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194]
+ helo=mx.sourceforge.net)
+ by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
+ (envelope-from <laanwj@gmail.com>) id 1WVKG8-000519-Gv
+ for bitcoin-development@lists.sourceforge.net;
+ Wed, 02 Apr 2014 12:27:12 +0000
+Received-SPF: pass (sog-mx-4.v43.ch3.sourceforge.com: domain of gmail.com
+ designates 209.85.213.178 as permitted sender)
+ client-ip=209.85.213.178; envelope-from=laanwj@gmail.com;
+ helo=mail-ig0-f178.google.com;
+Received: from mail-ig0-f178.google.com ([209.85.213.178])
+ by sog-mx-4.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128)
+ (Exim 4.76) id 1WVKG7-0003O6-Nb
+ for bitcoin-development@lists.sourceforge.net;
+ Wed, 02 Apr 2014 12:27:12 +0000
+Received: by mail-ig0-f178.google.com with SMTP id hn18so207964igb.17
+ for <bitcoin-development@lists.sourceforge.net>;
+ Wed, 02 Apr 2014 05:27:06 -0700 (PDT)
+MIME-Version: 1.0
+X-Received: by 10.50.55.40 with SMTP id o8mr1110717igp.42.1396441626439; Wed,
+ 02 Apr 2014 05:27:06 -0700 (PDT)
+Received: by 10.64.70.131 with HTTP; Wed, 2 Apr 2014 05:27:06 -0700 (PDT)
+Date: Wed, 2 Apr 2014 14:27:06 +0200
+Message-ID: <CA+s+GJDJRW-ydQ-93dHLShZoWtCox=J47TGO=wwSq7Ahn0LwMw@mail.gmail.com>
+From: Wladimir <laanwj@gmail.com>
+To: Bitcoin Dev <bitcoin-development@lists.sourceforge.net>
+Content-Type: multipart/alternative; boundary=047d7b10caa917f99104f60e678c
+X-Spam-Score: -0.6 (/)
+X-Spam-Report: Spam Filtering performed by mx.sourceforge.net.
+ See http://spamassassin.org/tag/ for more details.
+ -1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for
+ sender-domain
+ 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider
+ (laanwj[at]gmail.com)
+ -0.0 SPF_PASS SPF: sender matches SPF record
+ 1.0 HTML_MESSAGE BODY: HTML included in message
+ -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from
+ author's domain
+ 0.1 DKIM_SIGNED Message has a DKIM or DK signature,
+ not necessarily valid
+ -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature
+X-Headers-End: 1WVKG7-0003O6-Nb
+Subject: [Bitcoin-development] Detailed gitian build guide
+X-BeenThere: bitcoin-development@lists.sourceforge.net
+X-Mailman-Version: 2.1.9
+Precedence: list
+List-Id: <bitcoin-development.lists.sourceforge.net>
+List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
+ <mailto:bitcoin-development-request@lists.sourceforge.net?subject=unsubscribe>
+List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development>
+List-Post: <mailto:bitcoin-development@lists.sourceforge.net>
+List-Help: <mailto:bitcoin-development-request@lists.sourceforge.net?subject=help>
+List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
+ <mailto:bitcoin-development-request@lists.sourceforge.net?subject=subscribe>
+X-List-Received-Date: Wed, 02 Apr 2014 12:27:12 -0000
+
+--047d7b10caa917f99104f60e678c
+Content-Type: text/plain; charset=UTF-8
+
+Hello all,
+
+I'm working on a detailed guide on how to install and set up a Debian VM
+for gitian building. As this guide can be used on any operating system that
+has VirtualBox, hopefully this will make it easier for people to get
+started with gitian builds.
+
+See https://github.com/bitcoin/bitcoin/pull/3994
+
+Rendered version is here:
+https://github.com/laanwj/bitcoin/blob/2014_04_debian_gitian_build_doc/doc/gitian-building.md
+
+Comments and patches are welcome.
+If you bump into problems while following the guide please let me know.
+
+Wladimir
+
+--047d7b10caa917f99104f60e678c
+Content-Type: text/html; charset=UTF-8
+Content-Transfer-Encoding: quoted-printable
+
+<div dir=3D"ltr"><div>Hello all,<br><br></div><div>I&#39;m working on a det=
+ailed guide on how to install and set up a Debian VM for gitian building. A=
+s this guide can be used on any operating system that has VirtualBox, hopef=
+ully this will make it easier for people to get started with gitian builds.=
+<br>
+</div><div><br>See <a href=3D"https://github.com/bitcoin/bitcoin/pull/3994"=
+>https://github.com/bitcoin/bitcoin/pull/3994</a><br><br></div><div>Rendere=
+d version is here: <a href=3D"https://github.com/laanwj/bitcoin/blob/2014_0=
+4_debian_gitian_build_doc/doc/gitian-building.md">https://github.com/laanwj=
+/bitcoin/blob/2014_04_debian_gitian_build_doc/doc/gitian-building.md</a><br=
+>
+</div><div><br></div><div>Comments and patches are welcome.<br></div><div>I=
+f you bump into problems while following the guide please let me know.<br><=
+/div><div><br></div>Wladimir<br><br></div>
+
+--047d7b10caa917f99104f60e678c--
+
+