From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2843 invoked by alias); 28 May 2013 09:28:03 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 2771 invoked by uid 89); 28 May 2013 09:28:02 -0000 X-Spam-SWARE-Status: No, score=-4.9 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,TW_YG autolearn=ham version=3.3.1 Received: from qmta10.westchester.pa.mail.comcast.net (HELO qmta10.westchester.pa.mail.comcast.net) (76.96.62.17) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 28 May 2013 09:28:01 +0000 Received: from omta22.westchester.pa.mail.comcast.net ([76.96.62.73]) by qmta10.westchester.pa.mail.comcast.net with comcast id hMPL1l0011ap0As5AMTzla; Tue, 28 May 2013 09:27:59 +0000 Received: from helium.5200-glenwood.net ([69.140.37.22]) by omta22.westchester.pa.mail.comcast.net with comcast id hMTz1l00G0UgAyD3iMTzkv; Tue, 28 May 2013 09:27:59 +0000 Received: from [192.168.1.2] (helo=helium.5200-glenwood.net) by helium.5200-glenwood.net with smtp (Exim 4.76) (envelope-from ) id 1UhGCF-0004lz-4G for cygwin-apps@cygwin.com; Tue, 28 May 2013 05:27:59 -0400 From: Andrew Schulman To: cygwin-apps@cygwin.com Subject: Re: [RFU] lftp Date: Tue, 28 May 2013 09:28:00 -0000 Message-ID: References: <7gh7q8ts46j2qla9d8k6pdc0hhpfra4pmj@4ax.com> <7gh7q8ts46j2qla9d8k6pdc0hhpfra4pmj-e09XROE/p8c@public.gmane.org> <51A4490A.2010500@users.sourceforge.net> In-Reply-To: <51A4490A.2010500@users.sourceforge.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Archive: encrypt X-SW-Source: 2013-05/txt/msg00117.txt.bz2 > On 2013-05-27 15:46, Andrew Schulman wrote: > > wget \ > > http://home.comcast.net/~andrex2/cygwin/lftp/lftp-4.4.7-1.tar.bz2 \ > > http://home.comcast.net/~andrex2/cygwin/lftp/lftp-4.4.7-1-src.tar.bz2= \ > > http://home.comcast.net/~andrex2/cygwin/lftp/lftp-debuginfo-4.4.7-1.t= ar.bz2 >=20 > Uploaded, and removed 4.4.0-1. >=20 > But in the future, please use the cygport-generated structure for your=20 > uploads and add the necessary flags to wget (e.g. -r -nH --cut-dirs=3D2),= =20 > so that lftp-debuginfo is a subdirectory of lftp as it should be. That=20 > will make it much easier to upload in the future. I'm happy to oblige, and I see that lftp-debuginfo is in its own directory = in the mirrors. But what you see above is how cygport is creating the files -= all together in the same directory as my .cygport file. So this is the first I= 've heard of it. If cygport is supposed to be putting lftp-debuginfo into its own directory,= I'm not sure why it isn't. Configuration setting? Or maybe it wants the direc= tory already to exist? I'll see what I can figure out when I get back to that machine.