X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=gPSbRHzKYkW10AX1c2+HmQpXI4JTAYmt9JWWL+WIE7M=; b=qYctPTXkg9/CxrxpIxjVryxfZSpY7Rv55gJgu9fs523jAfsf5xT6kqHk8pey1OfId1 Dsty9VjviJCl9VDLUMOA0PX+oIHVkgU7cOIyuzwXDl3aml/PQJxcZtRZS2jwo1XhXGlY zHXDlWJPOBWXCAI6H0TVliel4ss5DU8SPY454p3GRvByhvscxnQSagdXH23OYqg2nRkJ h5PdHiiw00cDowyCu0eSY2Kva0pfb3O802QXya59+Mk373f+ApWHyrV/r2u29PvWxF9H G62ZSlsqKBhfDPfd48KQ8LisSONtM/ga7bZdogXffGVnuYBhbxzZm3sAyf+xadls2CLk 9SOQ== X-Received: by 10.152.219.133 with SMTP id po5mr731095lac.34.1384958875241; Wed, 20 Nov 2013 06:47:55 -0800 (PST) Date: Wed, 20 Nov 2013 18:54:59 +0400 From: Antony Pavlov To: geda-user AT delorie DOT com Cc: Charles Lepple Subject: Re: [geda-user] generating geda-gaf tarball from git repo Message-Id: <20131120185459.9af800390dcc7019f3e17d31@gmail.com> In-Reply-To: <86493DDA-B845-42A6-B52C-F7FC1DA061A6@gmail.com> References: <86493DDA-B845-42A6-B52C-F7FC1DA061A6 AT gmail DOT com> X-Mailer: Sylpheed 3.4.0beta6 (GTK+ 2.24.22; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id rAKElxQJ007134 Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 20 Nov 2013 09:06:40 -0500 Charles Lepple wrote: > On Nov 19, 2013, at 9:50 AM, Antony Pavlov wrote: > > > What is the standard geda way for generating source tarball from git repo? > > E.g. how was generated official 1.9.0 tarball? > > I can't speak for the developers who have done the official gEDA releases, but the standard auto* way would be to run './autogen.sh', './configure' (if not already done in autogen.sh) and 'make dist'. It works! Thanks a lot! --  Best regards,   Antony Pavlov