summaryrefslogtreecommitdiff
path: root/c1/40d36d1dc578a707c6ffb53ccd5588d70db642
blob: 642f2bc9a90b43a4821618dee6b84a93a10df5a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Received: from sog-mx-1.v43.ch3.sourceforge.com ([172.29.43.191]
	helo=mx.sourceforge.net)
	by sfs-ml-4.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from <mark@monetize.io>) id 1SpmgN-0007SU-B3
	for bitcoin-development@lists.sourceforge.net;
	Fri, 13 Jul 2012 20:41:47 +0000
Received: from mail-ob0-f175.google.com ([209.85.214.175])
	by sog-mx-1.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128)
	(Exim 4.76) id 1SpmgM-0004xQ-KW
	for bitcoin-development@lists.sourceforge.net;
	Fri, 13 Jul 2012 20:41:47 +0000
Received: by obcva7 with SMTP id va7so5592784obc.34
	for <bitcoin-development@lists.sourceforge.net>;
	Fri, 13 Jul 2012 13:41:40 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=google.com; s=20120113;
	h=mime-version:x-originating-ip:date:message-id:subject:from:to
	:content-type:x-gm-message-state;
	bh=koekVUMQdCvjyB/GLvZghWpb32K6umH5tE0LS0lyTso=;
	b=A00QUrSwsys6UNGnJ8QPDnZ3J02XJoUJ5H7qsnhQhq5kTNKJB3+fGicY9xduBX4iF9
	kgOZHLIBxSTH7Q22vk4xWG+n4Eiin4CRPhO9e3xQ1440urBEWh/pDL9RTfqy8VRpchn1
	5vuyQJsuxcfIqH0RrrJSIfqbg8VYr4Qt2bNPwNhSkORyiuNgJJCWNbXoyMzcfuQOScHE
	GfeX2TKxpxm3nHIPzeGy3xG7BCK10BksSvxXhhFUD2gi9h9juE/ISlXabxL62k1MSaTG
	+jjf22+vh5Wb3aTCtMhWx12O0JQgFeCjkGe/KdNm8zeQUV0e8ZwjtzUso+vbPf9BWx96
	fvng==
MIME-Version: 1.0
Received: by 10.182.207.39 with SMTP id lt7mr3557853obc.67.1342212100833; Fri,
	13 Jul 2012 13:41:40 -0700 (PDT)
Received: by 10.76.6.196 with HTTP; Fri, 13 Jul 2012 13:41:40 -0700 (PDT)
X-Originating-IP: [128.102.238.135]
Date: Fri, 13 Jul 2012 13:41:40 -0700
Message-ID: <CACh7GpH4MbT7gG-p0OONvi=HfLwE8ud4e3m86Xdqkb-MEjz9XA@mail.gmail.com>
From: Mark Friedenbach <mark@monetize.io>
To: bitcoin-development@lists.sourceforge.net
Content-Type: multipart/alternative; boundary=e89a8f642d947bc16704c4bc1b25
X-Gm-Message-State: ALoCoQnUH/4pbq+N++rf2FufyBswOj3XzdgZlDK4etPgVqUq7RDsZ/yrJyixBvjQ4FXFLPeLUijR
X-Spam-Score: 1.0 (+)
X-Spam-Report: Spam Filtering performed by mx.sourceforge.net.
	See http://spamassassin.org/tag/ for more details.
	1.0 HTML_MESSAGE           BODY: HTML included in message
X-Headers-End: 1SpmgM-0004xQ-KW
Subject: [Bitcoin-development] Gitian builds on all platforms using
	Vagrant/VirtualBox (GH #1597)
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: Fri, 13 Jul 2012 20:41:47 -0000

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

I had some difficulty setting up and maintaining my own gitian build
system. So in the time-honored tradition of scratching my own itch, I
recorded the necessary steps into a makefile so that doing a gitian build
is a simple as "cd contrib/vagrant && make", on any platform provided that
you have the necessary dependencies installed.

I hope that others find this useful. I have submitted these scripts as
pull-request #1597 on github.

Cheers,
Mark Friedenbach

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

I had some difficulty setting up and maintaining my own gitian build system=
. So in the time-honored tradition of scratching my own itch, I recorded th=
e necessary steps into a makefile so that doing a gitian build is a simple =
as &quot;cd contrib/vagrant &amp;&amp; make&quot;, on any platform provided=
 that you have the necessary dependencies installed.<div>
<br></div><div>I hope that others find this useful. I have submitted these =
scripts as pull-request #1597 on github.</div><div><br></div><div>Cheers,</=
div><div>Mark Friedenbach</div>

--e89a8f642d947bc16704c4bc1b25--