Mes divers soucis sur diverses distributions, suite
Dans le précédent billet, je parlais de mes ennuis pour avoir un dépôt perso, privé, le tout automatisé au maximum. Et bien, c'est réglé, c’était tout con.
J'ai donc cherché le truc qui merdait, je suis passé par le fichier de mini-dinstall:
[DEFAULT]
archive_style = flat
dynamic_reindex = 1
incoming_permissions = 0750
archivedir = ~/Paquets/debian/packages
architectures = all, i386, amd64, powerpc
verify_sigs = 0
mail_to = seb95.scou@gmail.com
extra_keyrings = ~/.gnupg/cle-debian.gpg
#release_signscript = ~/binaire/sign-release1.sh
generate_release = 1
release_origin = Sebastien CHAVAUX
release_label = Sebastien CHAVAUX
release_description = Unofficial Debian packages maintained by Sebastien CHAVAUX.
[stable]
[unstable]
puis de devscripts:
DEBSIGN_KEYID="ma-key"
puis de dput:
[DEFAULT]
#default_host_main = mentors
default_host_main = schav
[schav]
method = local
incoming = ~/Paquets/debian/packages/mini-dinstall/incoming
#incoming = ~/Paquets/debian/packages/debarchiver/incoming
#run_dinstall = 0
#post_upload_command = mini-dinstall --batch
[mentors]
fqdn = mentors.debian.net
incoming = /upload
method = https
allow_unsigned_uploads = 0
progress_indicator = 2
# Allow uploads for UNRELEASED packages
allowed_distributions = .*
#[ppa:seb95-scou/ghostwriter]
#fqdn = ppa.launchpad.net
#incoming = ~<lp_name>/ubuntu/<ppa_name>/<an ubuntu suite>
#method = https
puis j'ai remonté au fichier de gpg-conf et c'est là qui a eu un truc qui m'a sauté aux yeux, la default-key ne concordait pas avec celle que j'utilise pour Debian et était resté sur l'ancienne clé.
# File re-created by pEp
# See backup in '/home/sebastien/.gnupg/gpg.conf.1.pep.bkp'
# File re-created by pEp
# See backup in '/home/sebastien/.gnupg/gpg.conf.0.pep.bkp'
# FILE CREATED BY SEAHORSE
keyserver hkp://keys.gnupg.net
cert-digest-algo SHA256
no-emit-version
no-comments
personal-cipher-preferences AES AES256 AES192 CAST5
personal-digest-preferences SHA256 SHA512 SHA384 SHA224
ignore-time-conflict
allow-freeform-uid
#default-key "mon ancienne clé"
default-key "ma-key"
Du coup, ça fonctionne.
ps: j'ai modifié pour ne pas montrer les clés.
Commencer la discussion: Venez écrire un commentaire dans le forum