another update for ftp-upload script documentation

View: New views
5 Messages — Rating Filter:   Alert me  

another update for ftp-upload script documentation

by Ward Vandewege-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Currently,

  http://www.gnu.org/prep/maintain/html_node/FTP-Upload-Directive-File-_002d-v1_002e1.html

has a number of examples at the bottom, one of which is:

====================

Archive an old file, taking it offline:

     version: 1.1
     directory: bar/v1
     archive: foo-1.1.tar.gz
     comment: archive an old file - it will not be available through FTP anymore

====================

Right after that, I'd like to see another example added:

====================

Archive an old directory (with all contents), taking it offline:

     version: 1.1
     directory: bar/v1
     archive: foo
     comment: archive an old directory - it will not be available through FTP anymore

====================

Can you make that change?

Thanks,
Ward.

--
Ward Vandewege <ward@...>
Free Software Foundation - Senior System Administrator



Re: another update for ftp-upload script documentation

by Ralf Wildenhues :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Karl, Ward,

* Ward Vandewege wrote on Tue, Nov 13, 2007 at 07:12:25PM CET:
> Currently,
>
>   http://www.gnu.org/prep/maintain/html_node/FTP-Upload-Directive-File-_002d-v1_002e1.html
>
> has a number of examples at the bottom, one of which is:
[...]
>
> Right after that, I'd like to see another example added:
[...]
> Can you make that change?

I'm not the person to ask here, but to make Karl's life easier, here's
the request as a patch against current git gnulib sources.

Cheers,
Ralf

2007-11-14  Ward Vandewege  <ward@...>

        * doc/maintain.texi (FTP Upload Directive File - v1.1):
        Add example how to archive a directory.

diff --git a/doc/maintain.texi b/doc/maintain.texi
index 6619d68..3ab22ab 100644
--- a/doc/maintain.texi
+++ b/doc/maintain.texi
@@ -1321,6 +1321,16 @@ comment: archive an old file - it will not be available through FTP anymore
 @end example
 
 @noindent
+Archive an old directory (with all contents), taking it offline:
+
+@example
+version: 1.1
+directory: bar/v1
+archive: foo
+comment: archive an old directory - it will not be available through FTP anymore
+@end example
+
+@noindent
 Create a new symlink:
 
 @example



Re: another update for ftp-upload script documentation

by Karl Berry :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

    > Right after that, I'd like to see another example added:

Good, thanks Ward.

    the request as a patch against current git gnulib sources.

Thanks for doing that, Ralf.  I appreciate it.

I updated the master sources and http://gnu.org/prep/maintain.

I'll update gnulib as soon as I have a chance, although realistically,
it'll be a few days at best.  Ralf, if you feel like pushing it there,
please go ahead.  (But if you don't, that's fine too :)

karl



Re: another update for ftp-upload script documentation

by Ralf Wildenhues :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Karl,

* Karl Berry wrote on Sun, Nov 18, 2007 at 01:46:24AM CET:
>
> I updated the master sources and http://gnu.org/prep/maintain.
>
> I'll update gnulib as soon as I have a chance, although realistically,
> it'll be a few days at best.  Ralf, if you feel like pushing it there,
> please go ahead.  (But if you don't, that's fine too :)

Hmm, does <http://savannah.gnu.org/cvs/?group=gnustandards> not point to
the master sources?  Because the change isn't in there, and I'd like to
avoid things getting out of sync unnecessarily.

Cheers,
Ralf



Re: another update for ftp-upload script documentation

by Karl Berry :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

    Hmm, does <http://savannah.gnu.org/cvs/?group=gnustandards> not point to

It does.

    Because the change isn't in there,

I just forgot to do the cvs commit.  Done now.
Thanks for catching it so quickly.

karl