Archive

Posts Tagged ‘packages’

Cherry-Picking With Git, For Fun And For Profit

February 23rd, 2012 3 comments

(This is more as a reminder to myself in the future, rather than a full-fledged posting.)

As I learn more about Git and how we use it in Fedora packaging, I keep discovering cool new things about it that I love. One particular aspect that I’m quickly growing to adore is the feature to cherry-pick between commits in related branches. Suppose I’m currently working on the master branch of a package which is kept in sync with f16 and f17 branches.

Now, a new version comes up or I make a patch to fix a bug. After committing the changes to master, I can easily copy those commits to the release branches with a simple cherry-pick operation:

$ fedpkg switch-branch f17
$ git cherry-pick master

This copies the most recent commit from the master branch into the current one. (See the Git documentation for more information on specifying commit IDs.) Compare this to CVS, where we had to manually diff the devel/ branch directory and apply that to each branch by hand…it’s so much nicer with Git. :)

Then it’s a simple matter to push the changes to the Fedora repository and run builds for them through Koji, by running fedpkg push and fedpkg build in each branch. Sweet!

Also, the fullscreen mode of WordPress’ new post editor is fantastic – I owe someone a beverage for that.

Now to get some sleep, so I can finish this Algorithm Analysis project tomorrow. Ta for now!

Categories: Fedora Tags: , , ,

Bugzilla Spam, Ahoy!

August 2nd, 2011 No comments

In an effort to organize my Fedora bug squashing, I’ve been going through all the bugs assigned or CC-ed to me on Fedora’s Bugzilla. The first thing I’ve done is to remove myself from the CC and Assignee of many bugs whose packages I no longer maintain or have interest in. Unfortunately, if you’re on these bugs CC-ed or otherwise, you’re about to get an influx of 200+ automated email notifications from bugzilla about these changes. My apologies! :o

CurvyLooks 0.4 RC1: Almost GNOME 3-ready!

April 10th, 2011 No comments

After over three years, CurvyLooks has an update! Yes, folks – this time it’s for GNOME 3 support….well, almost. It is based heavily on the Adwaita GNOME theme (in fact, simply copied verbatim in many parts). Unfortunately, I’ve not been able to adequately set the menu item and notebook-tag coloring, so those parts still look a little bit ugly. I’ve been trying to tweak the Adwaita theme on a trial-and-error basis to see how to do this, to no avail. Contributions welcomed! ;)
Also, I need to post more often on here…this I have decided.

Silence is NOT Golden!

October 13th, 2010 No comments

It’s been a long long while (6+ months! Eep.); but to quote the great Monty Python and the Holy Grail, “I’m not dead yet!” – and neither is this blog.

So, what has this geek been up to recently? On the one hand, my search for a decent [part-time] job is…well, it’s still ongoing. On the other, I’ve been very busy with classwork, family obligations, and other real life duties.

In the meantime, I’ve been working on updates to several of my packages in addition to new goodies (such as the successor to the GNOME Music Applet, Panflute). I apologize for the rather lengthy delays in these! But, I should be able to get to all of them sometime within the next several days or so. (Git still puzzles me slightly, so please bare with me as I slowly resume my packaging duties.) And lastly, I would like to shout a huge THANK YOU to all those who have helped triage and maintain my packages during my brief hiatus. Now, to finish this Deluge update…