Message from discussion
CEAN 2.0 almost ready
Received: by 10.236.182.42 with SMTP id n30mr1838317yhm.13.1311194473632;
Wed, 20 Jul 2011 13:41:13 -0700 (PDT)
X-BeenThere: erlang-packages@googlegroups.com
Received: by 10.91.26.2 with SMTP id d2ls413086agj.4.gmail; Wed, 20 Jul 2011
13:41:13 -0700 (PDT)
Received: by 10.236.173.165 with SMTP id v25mr1107019yhl.170.1311194473020;
Wed, 20 Jul 2011 13:41:13 -0700 (PDT)
Received: by 10.236.173.165 with SMTP id v25mr1107018yhl.170.1311194473002;
Wed, 20 Jul 2011 13:41:13 -0700 (PDT)
Return-Path: <ericbmerr...@gmail.com>
Received: from mail-gx0-f172.google.com (mail-gx0-f172.google.com [209.85.161.172])
by gmr-mx.google.com with ESMTPS id i65si273684yhf.5.2011.07.20.13.41.12
(version=TLSv1/SSLv3 cipher=OTHER);
Wed, 20 Jul 2011 13:41:13 -0700 (PDT)
Received-SPF: pass (google.com: domain of ericbmerr...@gmail.com designates 209.85.161.172 as permitted sender) client-ip=209.85.161.172;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of ericbmerr...@gmail.com designates 209.85.161.172 as permitted sender) smtp.mail=ericbmerr...@gmail.com; dkim=pass (test mode) header...@gmail.com
Received: by mail-gx0-f172.google.com with SMTP id 19so417294gxk.17
for <erlang-packages@googlegroups.com>; Wed, 20 Jul 2011 13:41:12 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=gamma;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to
:content-type;
bh=31gHP3KMWcg/hpHaJ6kcGX0hcL26DWbP4bqXmdXvGTg=;
b=NcIdiHlYiIUp9JxEiGUuQSZfAWUzv/VqKcHXB0w9LH6c1syW7/PD75IACwXU3ZhlxK
ErgqsxaQ/9k9yepepVTQ4tmm9G2OPSV8q54DcCxCgeIpmk3e3J/UCIdyKubt3x0L4k0M
NyjqGfc235Jm0KRafkAcnk2UXAksKCbaz8jZI=
MIME-Version: 1.0
Received: by 10.236.195.105 with SMTP id o69mr8452413yhn.160.1311194472915;
Wed, 20 Jul 2011 13:41:12 -0700 (PDT)
Received: by 10.147.38.8 with HTTP; Wed, 20 Jul 2011 13:41:12 -0700 (PDT)
In-Reply-To: <20110720044958.GU570@localhost>
References: <20110712214316.GI1753@localhost>
<CACGM6H-ntxLDtoxmNYKjgm54E=TCN5NFw0YZQZDrFaybgni...@mail.gmail.com>
<20110719212636.GS570@localhost>
<CACGM6H8gRtZWRJP80fxnJFqQfLq3fxPSwfiCTYR=1OHZrJ+...@mail.gmail.com>
<20110720044958.GU570@localhost>
Date: Wed, 20 Jul 2011 15:41:12 -0500
Message-ID: <CACGM6H8SW3SpoZuxk7h6A0Zp9Uguavo-S-3izyNt1=5oc_c...@mail.gmail.com>
Subject: Re: CEAN 2.0 almost ready
From: Eric Merritt <ericbmerr...@gmail.com>
To: erlang-packages@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1
I am working on a multi-platform build farm for continuous
integration, supporting at least the platforms you already support
(its my next big project). If you are interested I can open it up to
you and maybe we can both benefit.
On Tue, Jul 19, 2011 at 11:49 PM, Christophe Romain
<christophe.rom...@process-one.net> wrote:
> i'll rename amd64 to x86_64
>
>>> to build binaries, i build on differnte boxes (linux-x86 linux-amd64
>>> osx and some xen vm) windows is generated from binary tarball.
>>> cross compilation script is in progress for linux, i used it to
>>> crosscompile ejabberd installers for windows and linux.
>>> i'm also working on an cean package to .deb script converter, that way
>>> we could have benefits of debian's compilation farm.
>>>
>>
>> Do you do all this by hand?
>
> the entire build is one command, and then i rsync the generated
> repository on the public one. this is a manual or cron action.
> the aim of the crosscompilation script is to include it automatically
> when building everything from one instance of the framework. (this will
> not be ready for CEAN 2.0 release anyway)
>