[opensuse-buildservice] RPM GPG Keys for build.opensuse.org?
Silly question, hopefully easily answered: I'm trying to do a localbuild on my Ubuntu 12.04 laptop, against SL 6: mdrobnak@mdrobnak-pc:~/OBS/home:mdrobnak/python27$ osc build Building python27.spec for ScientificLinux_6/x86_64 Getting buildinfo from server and store to /home/mdrobnak/OBS/home:mdrobnak/python27/.osc/_buildinfo-ScientificLinux_6-x86_64.xml Getting buildconfig from server and store to /home/mdrobnak/OBS/home:mdrobnak/python27/.osc/_buildconfig-ScientificLinux_6-x86_64 Updating cache of required packages The build root needs packages from project 'openSUSE.org:ScientificLinux:6'. Note that malicious packages can compromise the build result or even your system. Would you like to ... 0 - quit (default) 1 - trust packages from 'openSUSE.org:ScientificLinux:6' always 2 - trust them just this time ? 1 adding 'openSUSE.org:ScientificLinux:6' to ~/.oscrc: ['https://obs01.nym1.appnexus.net:444']['trusted_prj'] 28.1% cache miss. 169/235 dependencies cached. Trying openSUSE Build Service server for readline-devel (openSUSE.org:ScientificLinux:6), not found at obs01.nym1.appnexus.net:82. Trying openSUSE Build Service server for openssl-devel (openSUSE.org:ScientificLinux:6), not found at obs01.nym1.appnexus.net:82. Trying openSUSE Build Service server for gmp-devel (openSUSE.org:ScientificLinux:6), not found at obs01.nym1.appnexus.net:82. Trying openSUSE Build Service server for gdbm-devel (openSUSE.org:ScientificLinux:6), not found at obs01.nym1.appnexus.net:82. Trying openSUSE Build Service server for tk (openSUSE.org:ScientificLinux:6), not found at obs01.nym1.appnexus.net:82. Trying openSUSE Build Service server for tix (openSUSE.org:ScientificLinux:6), not found at obs01.nym1.appnexus.net:82. Trying openSUSE Build Service server for gcc-c++ (openSUSE.org:ScientificLinux:6), not found at obs01.nym1.appnexus.net:82. Trying openSUSE Build Service server for libX11-devel (openSUSE.org:ScientificLinux:6), not found at obs01.nym1.appnexus.net:82. Trying openSUSE Build Service server for tcl-devel (openSUSE.org:ScientificLinux:6), not found at obs01.nym1.appnexus.net:82. Trying openSUSE Build Service server for tk-devel (openSUSE.org:ScientificLinux:6), not found at obs01.nym1.appnexus.net:82. Trying openSUSE Build Service server for tix-devel (openSUSE.org:ScientificLinux:6), not found at obs01.nym1.appnexus.net:82. Trying openSUSE Build Service server for sqlite-devel (openSUSE.org:ScientificLinux:6), not found at obs01.nym1.appnexus.net:82. Trying openSUSE Build Service server for db4-devel (openSUSE.org:ScientificLinux:6), not found at obs01.nym1.appnexus.net:82. Trying openSUSE Build Service server for libffi-devel (openSUSE.org:ScientificLinux:6), not found at obs01.nym1.appnexus.net:82. ... etc... Then RPM complains about a missing key.. Where do I download this key? Thanks. -Matt -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Apologies. I ran it with osc -v build and saw: mdrobnak@mdrobnak-pc:~/OBS/home:mdrobnak/python27$ osc -vv build makeurl: https://obs01.nym1.appnexus.net:444 ['source', 'home:mdrobnak', '_meta'] [] makeurl: https://obs01.nym1.appnexus.net:444 ['source', 'home:mdrobnak', 'python27'] cmd=getprojectservices Building python27.spec for ScientificLinux_6/x86_64 Getting buildinfo from server and store to /home/mdrobnak/OBS/home:mdrobnak/python27/.osc/_buildinfo-ScientificLinux_6-x86_64.xml makeurl: https://obs01.nym1.appnexus.net:444 ['build', 'home:mdrobnak', 'ScientificLinux_6', 'x86_64', 'python27', '_buildinfo'] [] Getting buildconfig from server and store to /home/mdrobnak/OBS/home:mdrobnak/python27/.osc/_buildconfig-ScientificLinux_6-x86_64 makeurl: https://obs01.nym1.appnexus.net:444 ['build', 'home:mdrobnak', 'ScientificLinux_6', '_buildconfig'] [] Updating cache of required packages 0.0% cache miss. 235/235 dependencies cached. makeurl: https://obs01.nym1.appnexus.net:444 ['source', 'openSUSE.org:ScientificLinux:6', '_pubkey'] [] Verifying integrity of cached packages using keys from openSUSE.org:ScientificLinux:6 warning: rpmts_HdrFromFdno: Header V4 DSA/SHA1 Signature, key ID 192a7d7d: NOKEY /var/tmp/osbuild-packagecache/openSUSE.org:ScientificLinux:6/standard/x86_64/acl-2.2.49-4.el6.x86_64.rpm : public key not available That _pubkey url works. But, which version of RPM should import it? -Matt On 10/23/2012 04:05 PM, Matthew Drobnak wrote:
Silly question, hopefully easily answered:
I'm trying to do a localbuild on my Ubuntu 12.04 laptop, against SL 6:
mdrobnak@mdrobnak-pc:~/OBS/home:mdrobnak/python27$ osc build Building python27.spec for ScientificLinux_6/x86_64 Getting buildinfo from server and store to /home/mdrobnak/OBS/home:mdrobnak/python27/.osc/_buildinfo-ScientificLinux_6-x86_64.xml Getting buildconfig from server and store to /home/mdrobnak/OBS/home:mdrobnak/python27/.osc/_buildconfig-ScientificLinux_6-x86_64 Updating cache of required packages
The build root needs packages from project 'openSUSE.org:ScientificLinux:6'. Note that malicious packages can compromise the build result or even your system. Would you like to ... 0 - quit (default) 1 - trust packages from 'openSUSE.org:ScientificLinux:6' always 2 - trust them just this time ? 1 adding 'openSUSE.org:ScientificLinux:6' to ~/.oscrc: ['https://obs01.nym1.appnexus.net:444']['trusted_prj'] 28.1% cache miss. 169/235 dependencies cached.
Trying openSUSE Build Service server for readline-devel (openSUSE.org:ScientificLinux:6), not found at obs01.nym1.appnexus.net:82. Trying openSUSE Build Service server for openssl-devel (openSUSE.org:ScientificLinux:6), not found at obs01.nym1.appnexus.net:82. Trying openSUSE Build Service server for gmp-devel (openSUSE.org:ScientificLinux:6), not found at obs01.nym1.appnexus.net:82. Trying openSUSE Build Service server for gdbm-devel (openSUSE.org:ScientificLinux:6), not found at obs01.nym1.appnexus.net:82. Trying openSUSE Build Service server for tk (openSUSE.org:ScientificLinux:6), not found at obs01.nym1.appnexus.net:82. Trying openSUSE Build Service server for tix (openSUSE.org:ScientificLinux:6), not found at obs01.nym1.appnexus.net:82. Trying openSUSE Build Service server for gcc-c++ (openSUSE.org:ScientificLinux:6), not found at obs01.nym1.appnexus.net:82. Trying openSUSE Build Service server for libX11-devel (openSUSE.org:ScientificLinux:6), not found at obs01.nym1.appnexus.net:82. Trying openSUSE Build Service server for tcl-devel (openSUSE.org:ScientificLinux:6), not found at obs01.nym1.appnexus.net:82. Trying openSUSE Build Service server for tk-devel (openSUSE.org:ScientificLinux:6), not found at obs01.nym1.appnexus.net:82. Trying openSUSE Build Service server for tix-devel (openSUSE.org:ScientificLinux:6), not found at obs01.nym1.appnexus.net:82. Trying openSUSE Build Service server for sqlite-devel (openSUSE.org:ScientificLinux:6), not found at obs01.nym1.appnexus.net:82. Trying openSUSE Build Service server for db4-devel (openSUSE.org:ScientificLinux:6), not found at obs01.nym1.appnexus.net:82. Trying openSUSE Build Service server for libffi-devel (openSUSE.org:ScientificLinux:6), not found at obs01.nym1.appnexus.net:82.
... etc... Then RPM complains about a missing key..
Where do I download this key?
Thanks. -Matt
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (1)
-
Matthew Drobnak