From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13276 invoked by alias); 18 Apr 2002 19:34:50 -0000 Mailing-List: contact docbook-tools-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: docbook-tools-discuss-owner@sources.redhat.com Received: (qmail 13255 invoked from network); 18 Apr 2002 19:34:49 -0000 Received: from unknown (HELO lacrosse.corp.redhat.com) (66.187.233.200) by sources.redhat.com with SMTP; 18 Apr 2002 19:34:49 -0000 Received: from meme.surrey.redhat.com (meme.surrey.redhat.com [172.16.10.38]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id g3IJYmk01721; Thu, 18 Apr 2002 15:34:48 -0400 Received: (from twaugh@localhost) by meme.surrey.redhat.com (8.11.6/8.11.6) id g3IJYma31558; Thu, 18 Apr 2002 20:34:48 +0100 Date: Fri, 20 Dec 2002 19:23:00 -0000 From: Tim Waugh To: Mark Galassi Cc: docbook-tools-discuss@sources.redhat.com Subject: Re: new release soon Message-ID: <20020418203448.Z11579@redhat.com> References: <20020418171018.W11579@redhat.com> <87ads03nl3.fsf@galassi.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="2+K7TauFN1Oc3ugB" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <87ads03nl3.fsf@galassi.org>; from rosalia@galassi.org on Thu, Apr 18, 2002 at 11:48:08AM -0600 X-SW-Source: 2002/txt/msg00055.txt.bz2 --2+K7TauFN1Oc3ugB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 1112 On Thu, Apr 18, 2002 at 11:48:08AM -0600, Mark Galassi wrote: > What a sec, why do things differently? You should do >=20 > ./autogen.sh > ./configure > make distcheck > # (make sure you do "distcheck") Unfortunately, this doesn't work (and didn't work before I touched CVS). jw.1.in needs to be generated by hand, or else configure fails. (This step seems to be done by Makefile.cvs.) It would be nice to fix this so that we can just do a normal release as you suggest. Patches welcome. > At one point Eric had mistakenly removed docbook-utils.spec from the > EXTRA_DIST and hence made it impossible to do the "rpm -ta > file.tar.gz", but I think I reintroduced it, or in any case it should > be done. Right. It seems to be missing. Thanks for catching that. > Finally, as you feel you are close to being ready, can you point me > to the tarballs so I can see if they work on solaris? It's always a > good shakeout to test these things on a different OS. As I said: check out current CVS, then make -f Makefile.cvs; ./configure; make dist. Perhaps I ought to do a pre-release after all.. Tim. */ --2+K7TauFN1Oc3ugB Content-Type: application/pgp-signature Content-Disposition: inline Content-length: 232 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8vx/YyaXy9qA00+cRAuWsAJ0dnqfnBdHc57kvrDTPkpfDuVM8swCgqzdT af1cc1mJtLmNXeDW7bLbDYk= =pMAj -----END PGP SIGNATURE----- --2+K7TauFN1Oc3ugB-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13276 invoked by alias); 18 Apr 2002 19:34:50 -0000 Mailing-List: contact docbook-tools-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: docbook-tools-discuss-owner@sources.redhat.com Received: (qmail 13255 invoked from network); 18 Apr 2002 19:34:49 -0000 Received: from unknown (HELO lacrosse.corp.redhat.com) (66.187.233.200) by sources.redhat.com with SMTP; 18 Apr 2002 19:34:49 -0000 Received: from meme.surrey.redhat.com (meme.surrey.redhat.com [172.16.10.38]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id g3IJYmk01721; Thu, 18 Apr 2002 15:34:48 -0400 Received: (from twaugh@localhost) by meme.surrey.redhat.com (8.11.6/8.11.6) id g3IJYma31558; Thu, 18 Apr 2002 20:34:48 +0100 Date: Thu, 18 Apr 2002 12:34:00 -0000 From: Tim Waugh To: Mark Galassi Cc: docbook-tools-discuss@sources.redhat.com Subject: Re: new release soon Message-ID: <20020418203448.Z11579@redhat.com> References: <20020418171018.W11579@redhat.com> <87ads03nl3.fsf@galassi.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="2+K7TauFN1Oc3ugB" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <87ads03nl3.fsf@galassi.org>; from rosalia@galassi.org on Thu, Apr 18, 2002 at 11:48:08AM -0600 X-SW-Source: 2002-q2/txt/msg00022.txt.bz2 Message-ID: <20020418123400.Dfj9gZ9pF7U660ws0NS9SP82gu9IsGUm4uSMfpmcyYw@z> --2+K7TauFN1Oc3ugB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 1112 On Thu, Apr 18, 2002 at 11:48:08AM -0600, Mark Galassi wrote: > What a sec, why do things differently? You should do >=20 > ./autogen.sh > ./configure > make distcheck > # (make sure you do "distcheck") Unfortunately, this doesn't work (and didn't work before I touched CVS). jw.1.in needs to be generated by hand, or else configure fails. (This step seems to be done by Makefile.cvs.) It would be nice to fix this so that we can just do a normal release as you suggest. Patches welcome. > At one point Eric had mistakenly removed docbook-utils.spec from the > EXTRA_DIST and hence made it impossible to do the "rpm -ta > file.tar.gz", but I think I reintroduced it, or in any case it should > be done. Right. It seems to be missing. Thanks for catching that. > Finally, as you feel you are close to being ready, can you point me > to the tarballs so I can see if they work on solaris? It's always a > good shakeout to test these things on a different OS. As I said: check out current CVS, then make -f Makefile.cvs; ./configure; make dist. Perhaps I ought to do a pre-release after all.. Tim. */ --2+K7TauFN1Oc3ugB Content-Type: application/pgp-signature Content-Disposition: inline Content-length: 232 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8vx/YyaXy9qA00+cRAuWsAJ0dnqfnBdHc57kvrDTPkpfDuVM8swCgqzdT af1cc1mJtLmNXeDW7bLbDYk= =pMAj -----END PGP SIGNATURE----- --2+K7TauFN1Oc3ugB--