Main menu:

Site search

Categories

December 2007
M T W T F S S
« Nov   Feb »
 12
3456789
10111213141516
17181920212223
24252627282930
31  

Archive

Archive for December, 2007

PackageKit 0.1.5

PacakgeKit 0.1.5 was released today. This release includes several fixes to the Conary backend:

Better error handling - The backend reports errors to PackageKit rather than just silently failing. Now when you try to update your system if there is an error you should get a nice message in your notification area that details the error. [...]

GNOME Developer Kit: much easier than building from SVN

Arstechnica recently published an article on the GNOME Developer Kit that Ken put together. It is based on Foresight Linux and automatically built from a fresh SVN snapshot every night using rMake. The project can be downloaded from gnome.rpath.org for anyone to use.
read more | digg story

managing sources with hg convert

One of the things I do at rPath is hack on Anaconda. We have decided to mostly standardize on Mercurial for our SCM. Since Anaconda, at the time, was managed in CVS, this meant that I needed to find a tool to convert a publically accessible CVS repository to a Mercurial repository. The only tool [...]