rfpkg: rpmfusion-packager-setup and rpmfusion-cert packages
Sérgio Basto
sergio at serjux.com
Sat Jun 11 04:14:17 CEST 2016
Hi,
Finally though in make rfpkg just fedpkg with new configuration , so
rfpkg could be an alias like this:
alias rfpkg='fedpkg --config /etc/rpkg/rfpkg.conf'
so we got two new files
/etc/rpkg/rfpkg.conf and
/etc/koji.rf.conf (configuration of koji) in attach .
Now, we need the equivalent of fedora-cert [1] and we already
have rpmfusion-packager ( the equivalent of fedora-packager ) which
have the old command /usr/bin/rpmfusion-packager-setup. This rpmfusion-
packager-setup give me clues about where is rpmfusion-upload-ca.cert
and rpmfusion-server-ca.cert, this are the correct certificates ?
Downloading certificates manually, I end up with
pyrpkg.errors.UploadError: (60, "Peer's Certificate issuer is not
recognized.") because
https://fas.rpmfusion.org/accounts/rpmfusion-upload-ca.cert is not a
secure cert ...
Tomorrow I hope to continue devel this tools tomorrow.
[1]
rpm -ql fedora-cert
Best regards,
--
Sérgio M. B.
-------------- next part --------------
[fedpkg]
lookaside = http://pkgs.rpmfusion.org/repo/pkgs
lookasidehash = md5
lookaside_cgi = https://pkgs.rpmfusion.org/repo/pkgs/upload.cgi
gitbaseurl = ssh://%(user)s at pkgs.rpmfusion.org/%(module)s
anongiturl = git://pkgs.rpmfusion.org/%(module)s
tracbaseurl = https://%(user)s:%(password)s at fedorahosted.org/rel-eng/login/xmlrpc
branchre = f\d$|f\d\d$|el\d$|olpc\d$|master$
kojiconfig = /etc/koji.rf.conf
build_client = koji
clone_config =
bz.default-tracker bugzilla.rpmfusion.org
bz.default-product RPMFusion
bz.default-version rawhide
bz.default-component %(module)s
sendemail.to %(module)s-owner at rpmfusion.org
distgit_namespaced = True
-------------- next part --------------
[koji]
;configuration for koji cli tool
;url of XMLRPC server
server = http://koji.rpmfusion.org/kojihub
;url of web interface
weburl = http://koji.rpmfusion.org/koji
;url of package download site
topurl = https://kojipkgs.rpmfusion.org/
;path to the koji top directory
;topdir = /mnt/koji
anon_retry = true
;configuration for SSL authentication
;client certificate
cert = ~/.rpmfusion.cert
;certificate of the CA that issued the HTTP server certificate
serverca = ~/.rpmfusion-server-ca.cert
More information about the rpmfusion-developers
mailing list