From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24147 invoked by alias); 16 Oct 2013 16:52:50 -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 24135 invoked by uid 89); 16 Oct 2013 16:52:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: mho-01-ewr.mailhop.org Received: from mho-03-ewr.mailhop.org (HELO mho-01-ewr.mailhop.org) (204.13.248.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 16 Oct 2013 16:52:48 +0000 Received: from pool-98-110-183-69.bstnma.fios.verizon.net ([98.110.183.69] helo=cgf.cx) by mho-01-ewr.mailhop.org with esmtpa (Exim 4.72) (envelope-from ) id 1VWUL0-000DWV-Mq for cygwin-apps@cygwin.com; Wed, 16 Oct 2013 16:52:46 +0000 Received: from cgf.cx (ednor.casa.cgf.cx [192.168.187.5]) by cgf.cx (Postfix) with ESMTP id A235460117 for ; Wed, 16 Oct 2013 12:52:45 -0400 (EDT) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/Wk2gzRiuL+h7au0wShvbO Date: Wed, 16 Oct 2013 16:52:00 -0000 From: Christopher Faylor To: cygwin-apps@cygwin.com Subject: The upload system is live (Re: Major changes coming to procedure for uploading to sourceware) Message-ID: <20131016165245.GA4989@ednor.casa.cgf.cx> Reply-To: cygwin-apps@cygwin.com Mail-Followup-To: cygwin-apps@cygwin.com References: <20131012202237.GA6588@ednor.casa.cgf.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131012202237.GA6588@ednor.casa.cgf.cx> User-Agent: Mutt/1.5.20 (2009-06-14) X-SW-Source: 2013-10/txt/msg00142.txt.bz2 On Sat, Oct 12, 2013 at 04:22:37PM -0400, Christopher Faylor wrote: >I think I now have a system set up which will allow maintainers to >upload their own packages to sourceware. This system means that package >maintainers won't have to find a public web server to make their >packages available for the cygwin release. Every package maintainer >will be able to upload their own stuff. General login access to >sourceware will no longer be required to update the cygwin release. This system is now live. Anyone who sent in their ssh key should be able to access sourceware via lftp/sftp. Make sure that you use the user "cygwin" with no password and that you are using the same ssh key as the one that you specified previously. Also, please create a !mail file at the top level of your area with the email address where any upset errors should be sent. Remember also that you need to create a !ready file somewhere above the directory holding the packages that you want to end up in the release. So, if you have uploaded x86 and x86_64 packages put the !ready at the "root" level. If you have uploaded x86 and are working on x86_64 you can put the !ready in the x86 directory and then put another !ready in the x86_64 directory when you're done. Putting the !ready directly in the package directory should work too. Packages won't be moved unless upset thinks everything is ok. If there is something broken and your have an email address in the !email file then you should get email telling you what's wrong. You'll get the email even if the problem isn't your fault so don't panic. Refer to: http://cygwin.com/ml/cygwin-apps/2013-10/msg00117.html for more detail about what's going on. Note that the sftp command used there should be something like: lftp -u cygwin, sftp://cygwin.com/ I dropped the .com in the original example. Please send any problem reports here. cgf