diff --git a/debexpo/templates/index/intro-maintainers.mako b/debexpo/templates/index/intro-maintainers.mako index 66f6837e7cac130ef6e23124a4161de33ee133a1..d6ac13e357f1dc5a234352a109a5e29290e0f0b4 100644 --- a/debexpo/templates/index/intro-maintainers.mako +++ b/debexpo/templates/index/intro-maintainers.mako @@ -49,49 +49,9 @@

How to upload packages to ${ config['debexpo.sitename'] }?

-

You need to use dput to upload packages. We accept your uploads through HTTPS or FTP. All packages must be signed with the GnuPG key you configured in your control panel.

+

You need to use dput to upload packages. We accept your uploads through FTP by default dput configuration. All packages must be signed with the GnuPG key you configured in your control panel.

- - - - - - - - - -
HTTPS uploadsFTP uploads
-

To use HTTPS put the following content to your ~/.dput.cf file:

- -
-[mentors]
-fqdn = ${ config['debexpo.sitename'] }
-incoming = /upload
-method = https
-allow_unsigned_uploads = 0
-progress_indicator = 2
-# Allow uploads for UNRELEASED packages
-allowed_distributions = .*
-
- -
-

You can use FTP to upload packages to ${ c.config['debexpo.sitetitle'] }. If you prefer that method make sure you sign your uploads with your GPG key! This is the corresponding ~/.dput.cf file:

- -
-[mentors-ftp]
-fqdn = ${ config['debexpo.sitename'] }
-login = anonymous
-progress_indicator = 2
-passive_ftp = 1
-incoming = /pub/UploadQueue/
-method = ftp
-allow_unsigned_uploads = 0
-# Allow uploads for UNRELEASED packages
-allowed_distributions = .*
-
-
- -

Once you have it set up, you can run it from your shell like this:

+

Once you have installed dput, you can run it from your shell like this:

 $ dput mentors your_sourcepackage_1.0.changes