Skip to content

joenio/sign-remote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

sign-remote - sign files remotely

Script to sign files remotely using GnuPG, the main goal of this script is to sign Release files, this file is part of the structure of Debian Repositories and should be signed to avoid warnings about packages authentication. Example of use:

 $ sign-remote p.deb.org:~/debian/Release

The common way of use is together with dput as a hook, take a look in an example of dput's configuration:

 [p.deb.org]
 fqdn = p.deb.org
 method = scp
 login = *
 incoming = /home/debian/mini-dinstall/incoming
 post_upload_command = ssh p.deb.org "mini-dinstall -b" && sign-remote p.deb.org:~/debian/Release

In the example above dput will run sign-remote to sign the Release file every time that a package is uploaded to the Debian Repository.

AUTHOR

Joenio Costa joenio@colivre.coop.br

ORIGINAL AUTHOR

Stefano Zacchiroli zack@upsilon.cc

About

script to sign the Release file remotely

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages