Archive | February 2012

You are browsing the site archives by date.

GIT

This week in class we learned GIT! The objective of the lab is to add our public key to a branch and upload it back to the professor to merge it to his master branch. I will use git clone to clone a repository into a newly created directory on my own computer. [root@challahar ~]# […]

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 […]

Mock

When starting to use mock I followed the instructions that was given to add myself to the mock group: [root@challahar ~]# usermod -aG mock challahar This is my mock result for httptunneling: [challahar@challahar SRPMS]$ mock -r fedora-15-x86_64 httptunnel-3.0.5-1.fc15.src.rpm INFO: mock.py version 1.1.18 starting… State Changed: init plugins INFO: selinux enabled State Changed: start INFO: Start(httptunnel-3.0.5-1.fc15.src.rpm) […]

RPM Build

When I first started to create RPM packages, I was and slightly still am a bit lost. I had no clue what I was doing when starting. The first set of commands we’re pretty straight forward and easy enough to understand what it was doing. However when creating the spec file that was mess. After […]