Re: The upload system is live (Re: Major changes coming to procedure for uploading to sourceware)

2013-10-23 Thread Reini Urban
On Wed, Oct 16, 2013 at 11:52 AM, Christopher Faylor wrote: 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

Re: The upload system is live (Re: Major changes coming to procedure for uploading to sourceware)

2013-10-23 Thread Christopher Faylor
On Wed, Oct 23, 2013 at 11:51:39AM -0500, Reini Urban wrote: On Wed, Oct 16, 2013 at 11:52 AM, Christopher Faylor wrote: 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

Re: The upload system is live (Re: Major changes coming to procedure for uploading to sourceware)

2013-10-22 Thread Chris Sutcliffe
I just used the new process to upload cppcheck and it worked like a charm! Thanks for pulling this all together cgf! Chris -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d

Re: The upload system is live (Re: Major changes coming to procedure for uploading to sourceware)

2013-10-22 Thread Andrew Schulman
I just used this command line to upload the time packages: cd wherever lftp -c 'connect sftp://cygwin:@cygwin.com/; cd x86/release; mirror -eR time; put /dev/null -o !ready' I'm sorry there's still no lftp for 64-bit - I'm having trouble compiling it - a configure problem. I'll post about

Re: The upload system is live (Re: Major changes coming to procedure for uploading to sourceware)

2013-10-22 Thread Christopher Faylor
On Tue, Oct 22, 2013 at 12:40:39PM -0400, Chris Sutcliffe wrote: I just used the new process to upload cppcheck and it worked like a charm! Thanks for pulling this all together cgf! You're welcome. I'm very glad that you like it and that it is working for you. I've been using it myself (my own

Re: The upload system is live (Re: Major changes coming to procedure for uploading to sourceware)

2013-10-22 Thread Achim Gratz
Christopher Faylor writes: You're welcome. I'm very glad that you like it and that it is working for you. Let me add that I like it also, it works well and it is very useful. Btw, if I added the capability to send the email to cygwin-announce automatically (maybe via a !announce file) would

Re: The upload system is live (Re: Major changes coming to procedure for uploading to sourceware)

2013-10-22 Thread Christopher Faylor
On Tue, Oct 22, 2013 at 09:38:29PM +0200, Achim Gratz wrote: Christopher Faylor writes: You're welcome. I'm very glad that you like it and that it is working for you. Let me add that I like it also, it works well and it is very useful. Good to hear. Btw, if I added the capability to send

Re: The upload system is live (Re: Major changes coming to procedure for uploading to sourceware)

2013-10-22 Thread Achim Gratz
Christopher Faylor writes: I don't see any reason for a delete file since only files referenced by setup.hint should exist in the release directory. There are currently a handful of packages where an earlier version than previous is kept (ostensibly so that this version can be installed by hand

Re: The upload system is live (Re: Major changes coming to procedure for uploading to sourceware)

2013-10-22 Thread Christopher Faylor
On Tue, Oct 22, 2013 at 10:18:45PM +0200, Achim Gratz wrote: Christopher Faylor writes: I don't see any reason for a delete file since only files referenced by setup.hint should exist in the release directory. There are currently a handful of packages where an earlier version than previous is

Re: The upload system is live (Re: Major changes coming to procedure for uploading to sourceware)

2013-10-22 Thread Yaakov (Cygwin/X)
On 2013-10-22 12:59, Andrew Schulman wrote: I'm sorry there's still no lftp for 64-bit - I'm having trouble compiling it - a configure problem. I'll post about this soon to see if someone can help me to solve it. This builds and seems to be working: