Grayupload README
See the end of file for copying conditions.

* Introduction

Grayupload uploads software tarballs to ftp.gnu.org, alpha.gnu.org,
download.gnu.org.ua, or any other site that uses the automatic ftp
upload protocol, as specified in:

http://www.gnu.org/prep/maintain/html_node/Automated-Upload-Procedure.html

Its main audience are GNU developers and developers hosting their
software on gnu.org.ua.

* Installation

To compile grayupload you will need the following:

 libssh   version 0.8.4 or newer
 gpgme    version 1.12.0 or newer

On a debian system, these can be installed by the following command:
apt-get install libssh-dev libgpgme-dev.

Once these are available, configure and make the package by running

 ./configure
 make

For a detailed discussion of generic configure options, refer to:
<https://www.gnu.org/software/autoconf/manual/html_node/Running-configure-Scripts.html>.

Install the package by running

 make install

as root.

* Documentation

Manpage and user manual in texinfo format are shipped in the
subdirectory doc.  If the Texinfo software is properly installed on
your system, you can access the docs after installation by running

  info grayupload

The manual is available online from <https://www.gnu.org.ua/software/grayupload/>.

* Bug reporting.

Report bugs and suggestions to <gray@gnu.org>.


* Copyright information:

Copyright (C) 2023 Sergey Poznyakoff

   Permission is granted to anyone to make or distribute verbatim copies
   of this document as received, in any medium, provided that the
   copyright notice and this permission notice are preserved,
   thus giving the recipient permission to redistribute in turn.

   Permission is granted to distribute modified versions
   of this document, or of portions of it,
   under the above conditions, provided also that they
   carry prominent notices stating who last changed them.


Local Variables:
mode: outline
paragraph-separate: "[	]*$"
version-control: never
End:
