Leave a comment

Koji

For this lab my first problem was that I kept saying “Kioji” and not “Koji” like it was an anime character or something. Other than my friends correcting me and laughing, it wasn’t bad working with “Koji” *yeah I said it correctly*

I only had a little problem with koji because I liked to skip ahead and not read everything clearly which resulted in the error I got:

[challahar@challahar SRPMS]$ koji build d15 –scratch httptunnel-3.0.5-1.fc15.src.rpm
Unable to log in, no authentication methods available

I forgot to run the command to get authentication.

[challahar@challahar SRPMS]$ /usr/bin/fedora-packager-setup
Setting up Fedora packager environment
You need a client certificate from the Fedora Account System, lets get one now
FAS Username: challahar
FAS Password:
Saved: /home/challahar/.fedora-server-ca.cert
Linking: ~/.fedora-server-ca.cert to ~/.fedora-upload-ca.cert
Wrote sparc koji config file
Wrote arm koji config file
Wrote alpha koji config file
Wrote s390 koji config file
Wrote hppa koji config file
Wrote ppc koji config file
Wrote mips koji config file
Setting up Browser Certificates
Enter Export Password:
Verifying – Enter Export Password:

Browser certificate exported to ~/fedora-browser-cert.p12
To import the certificate into Firefox:

Edit -> Preferences -> Advanced
Click “View Certificates”
On “Your Certificates” tab, click “Import”
Select ~/fedora-browser-cert.p12
Type the export passphrase you chose earlier

Once imported, you should see a certificate named “Fedora Project”.
Your username should appear underneath this.

You should now be able to click the “login” link at http://koji.fedoraproject.org/koji/ successfully.

After following those steps to import my certificates, I had a problem with logging into Koji. When I click login it would lag there for a long time and nothing would load. It would continue to say connecting. However I spoke to Chris and he said, thats fine. So I was happy to hear that.

[challahar@challahar SRPMS]$ koji build dist-f15 –scratch httptunnel-3.0.5-1.fc15.src.rpm
Uploading srpm: httptunnel-3.0.5-1.fc15.src.rpm
[====================================] 100% 00:00:01 256.93 KiB 140.32 KiB/sec
Created task: 3757647
Task info: http://koji.fedoraproject.org/koji/taskinfo?taskID=3757647
Watching tasks (this may be safely interrupted)…
3757647 build (dist-f15, httptunnel-3.0.5-1.fc15.src.rpm): free
3757647 build (dist-f15, httptunnel-3.0.5-1.fc15.src.rpm): free -> open (x86-14.phx2.fedoraproject.org)
3757648 buildArch (httptunnel-3.0.5-1.fc15.src.rpm, x86_64): free
3757649 buildArch (httptunnel-3.0.5-1.fc15.src.rpm, i686): free
3757648 buildArch (httptunnel-3.0.5-1.fc15.src.rpm, x86_64): free -> open (x86-12.phx2.fedoraproject.org)
3757649 buildArch (httptunnel-3.0.5-1.fc15.src.rpm, i686): free -> open (x86-09.phx2.fedoraproject.org)
3757648 buildArch (httptunnel-3.0.5-1.fc15.src.rpm, x86_64): open (x86-12.phx2.fedoraproject.org) -> closed
0 free 2 open 1 done 0 failed
3757649 buildArch (httptunnel-3.0.5-1.fc15.src.rpm, i686): open (x86-09.phx2.fedoraproject.org) -> closed
0 free 1 open 2 done 0 failed
3757647 build (dist-f15, httptunnel-3.0.5-1.fc15.src.rpm): open (x86-14.phx2.fedoraproject.org) -> closed
0 free 0 open 3 done 0 failed

3757647 build (dist-f15, httptunnel-3.0.5-1.fc15.src.rpm) completed successfully
[challahar@challahar SRPMS]$

Leave a comment