Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1F9DF9FF4 for ; Sun, 22 Apr 2012 14:31:07 +0000 (UTC) Received: (qmail 81284 invoked by uid 500); 22 Apr 2012 14:31:07 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 81264 invoked by uid 500); 22 Apr 2012 14:31:07 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 81254 invoked by uid 99); 22 Apr 2012 14:31:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Apr 2012 14:31:06 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.210.47] (HELO mail-pz0-f47.google.com) (209.85.210.47) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Apr 2012 14:31:02 +0000 Received: by daev18 with SMTP id v18so2687839dae.6 for ; Sun, 22 Apr 2012 07:30:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding:x-gm-message-state; bh=uLQ6ZE2Q5ZhKLeigwZZc6jX/F5f12R+cKVAH9W9G9aU=; b=TTNJn+xuiNUDMAjusL9Dhw737hziXiEfVYEw1m4pSioZvZ/OtffYU/lZGQWpTyLr1Y xhpE7QZLfebCy32R/+kku7Cc5KuuXvimpXwZDsJ2hmduxcJTajNpOZ2pRanP75DpccWS yyM5RdmEf8ySXAXwzjuMao9axMsJMSYwlsdATZVp38r7STUO3okH6hkIMLohZ1q78e8C C80csOlmLaCynggIFvCZOMTwa8t7HxTjqzyw01ycdUq1FJP+jOpsWYUIzNKGnS99nJPx oQUQrNyFitC4pyHwIe2jzXCTpOtomqhy5Oxv4i32NeFHy1+ftGYQssh8RRpsmRgBmrRe covg== Received: by 10.68.224.39 with SMTP id qz7mr16136454pbc.68.1335105040878; Sun, 22 Apr 2012 07:30:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.33.8 with HTTP; Sun, 22 Apr 2012 07:30:20 -0700 (PDT) In-Reply-To: <4F94008C.40800@suse.com> References: <4F94008C.40800@suse.com> From: David Nalley Date: Sun, 22 Apr 2012 10:30:20 -0400 Message-ID: Subject: Re: packages for.... To: cloudstack-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQmNt//eBIEzR/iztXDrgqLLmkZbpOBKtdK49D++fiR9wOGVkHrgGRRitAg8gG0lCC/P9MIm X-Virus-Checked: Checked by ClamAV on apache.org On Sun, Apr 22, 2012 at 8:58 AM, Robert Schweikert wrot= e: > Hi, > > I am trying to build packages for openSUSE and SLE. It lookks like the sp= ec > file checked into github will mostly work. My problem with getting starte= d > is the "missing" release tarball. > > Is there such a beast as a release tarball? > =A0- If yes, where would I find it? > =A0- If no, is there a script in the source tree to create one? > =A0 =A0 =A0 =A0 =A0 -- If no, what do I need to put in the tarball? > Hi Robert, There is a script to generate it, but it's part of the waf rpm build script. Essentially you run that within a working source directory and builds a tarball and runs rpmbuild -bb cloud.spec against it. So the easiest way is to just tar up the source contents, or you can grab any of the tarballs from any of the tags here: https://github.com/CloudStack/CloudStack/tags My goal is to get rid of waf (which is currently how RPMs/DEBs are built) and end up using ant for build and install. Right now waf does a considerable amount of the install piece. I have a working spec to build with ant - but haven't gotten all of the waf specific stuff back into the any deploy target yet, so the spec while it works looks like a mass of cp -a statements. --David