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


Reply via email to