Site menu:

Site search

Categories

Archives

Links:

Archive for 'rPath'

Wordpress Appliance updated to 2.8

I have updated the Wordpress Appliance to version 2.8 of Wordpress. You can read the release announcement here. Everyone should be able to update via the rPath Platform Agent or by running the following command:
conary migrate group-dist –interactive

rPath Projects now on BitBucket.org

rPath’s open source projects are now available on BitBucket.org under the rpathsync user. This should bring more visibility into our open source software and make it easier for anyone looking to contribute.
I would like to eventually do the same thing for GitHub now that the hg-git plugin is available.
The following projects are now available on [...]

Naming a Distro Importer/Maintainer Thingy

Over the past several months I have been working on importing SLES, CentOS, and Ubuntu into Conary repositories so that they can be made available in rBuilder. You can try out CentOS and Ubuntu on rBuilder Online.
One of my goals in doing the import was to have an automated way of maintaining and adding to [...]

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