[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnupload and delete
From: |
Ralf Wildenhues |
Subject: |
Re: gnupload and delete |
Date: |
Wed, 12 Nov 2008 21:01:40 +0100 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
Hi Karl,
* Karl Berry wrote on Wed, Nov 12, 2008 at 08:12:10PM CET:
> It is not exactly simple to figure out how to delete (archive) files
> from ftp.gnu.org and alpha.gnu.org with the ftp directives, and anyway
> constructing the directive files and uploading them by hand is always a
> pain.
>
> This patch adds a --delete option so gnupload can do it.
> It worked ok in my tests, FWIW.
Thanks for the patch, and the testing. I've applied it to master and
branch-1-10, and updated $scriptversion, with one little change:
> + directive="filename: `basename -- \"$file\"`"
For portability, this should be
directive="filename: "`basename -- "$file"`
I see that I have one other gnupload issue from you pending.
Will reply soon.
Cheers,
Ralf