www: libopenraw, moin upgrade, moves gabe->annarchy

Posted by Benjamin Close on June 11, 2009 under FreeDesktop | Be the First to Comment

As part of the continued server cleanup plan, the libopenraw website has moved from gabe to annarchy. In the process it also got upgraded to a later version of moin to enable catpha’s.

user: Pavel Beňak (aries) Joins Portland (xdg-utils)

Posted by Benjamin Close on May 29, 2009 under FreeDesktop | Be the First to Comment

Please welcome  Pavel Beňak (aries)  to the FD.o crew. Pavel will be working on portland and xdg-utils.

user: Joel Bosvend – GSOC Input Redirection

Posted by Benjamin Close on under FreeDesktop | Read the First Comment

Please welcome Joel Bosvend (b0le) to the FD.o ranks. Joel will be working on Input Redirection in the Xserver as part of a Google Summer of Code project. Peter Hutterer is his mentor.

www: spectre & swfdec moin wiki’s upgraded/cleaned up

Posted by Benjamin Close on May 28, 2009 under FreeDesktop | Be the First to Comment

To combat spam both the spectre and swfdec wiki’s have been upgraded to a later version of moin. Capta’s have been put in place and all existing spam has been removed. Sorry, probably a few broken links due to this change but shouldn’t be too hard to clean up.

bugzilla: upgraded to 3.0.8

Posted by Benjamin Close on April 13, 2009 under FreeDesktop | Be the First to Comment

After many requests, bugzilla @ fd.o has been upgraded to 3.0.8 which should fix quite a few bugs that people have been experiencing. I also fixed the main bugzilla page to show the correct front page rather than a zero bug. Short url’s should still work as expected.

As per usual, if you notice anything not working, let me know. – benjsc

cgit: cache updates

Posted by Benjamin Close on March 4, 2009 under FreeDesktop | 2 Comments to Read

Hi Folks, a few changes have now been put in place to try and fix a few issues that people have been experiencing with the caching used by cgit on the freedesktop.org repos.

First off a little background. Git web was replaced by cgit as cgit is both faster and the caching allowed annarchy to have some room to breath. This left a few issues which were only discovered later on. These were:

  • Cgit’s main page idle field only used the ‘master’ branch for timestamp
    Now fixed, though the cache is only updated every 11 minutes (the main page NEEDS caching).
    This was fixed by using: http://hjemli.net/git/cgit/commit/?id=57f6a8bf0de6c112cabc1d8e20ade2698bd886b7&h=wip
  • The summary pages for each repo would often appear locked due to caching bugs
    Temporary Fix in Place – Repo summaries are currently not cached. The real fix is still in progress – fixing cgit bug.

With these to items fixed, things should now be back to normal. If not, let me know.

cgit: Bug fixes & Tag/Branch support in logs

Posted by Benjamin Close on February 10, 2009 under FreeDesktop | 2 Comments to Read

CGit is now the latest stable (0.8.2) which brings in a number of bug fixes, including some caching fixes and also adds tags and branches to log view as shown below:

CGit Tags and Branches now show up in Log view

CGit Tags and Branches now show up in Log view

jhbuild using a git branch

Posted by Benjamin Close on January 29, 2009 under FreeDesktop | 2 Comments to Read

Recently I’ve been playing around with jhbuild. I wanted to jhbuild to use a custom branch from a git repo I’ve setup.  Sadly the documentation on how to do this is a little lacking. Added to the fact that the jhbuild code drops an argument and there’s a lot of fun at work.

The solution, use the revision attribute in your module set file:

 

 <repository type=”git” name=”git.freedesktop.org”   href=”git://anongit.freedesktop.org/”/>
 <branch repo=”git.freedesktop.org”    module=”~benjsc/xorg/proto/compositeproto” checkoutdir=”xorg/proto/compositeproto” revision=”ir” />

 

This checks out the ir branch of the repo: git://anongit.freedesktop.org/~benjsc/xorg/proto/compositeproto
Read more of this article »

www: gstreamer moves from gabe -> annarchy

Posted by Benjamin Close on January 13, 2009 under FreeDesktop | Be the First to Comment

Just a note that the gstreamer website has shifted from gabe -> annarchy. Added to this, moin has been upgraded to 1.7 and text catchpas have been added. DNS is now filtering through. Let me know if you find any issues.

cgit gains new functionality

Posted by Benjamin Close on December 4, 2008 under FreeDesktop | 5 Comments to Read

After a few weeks of the cgit change over happening, I’ve been working with Lars Hjemli (cgit creator) to try and add the remaining functionality that gitweb had, but cgit was missing. Very quickly I added sort by age functionality which left only full log support.

Well Lars has done a great job responding to requests and hence not only has full log support now been implemented, but he’s also cleaned up my hack to allow sort by any column.  Thanks for this Lars and for the other bug fixes!

So now http://cgit.freedesktop.org/ should have all the functionality of gitweb. If not – please let me know!

How to sort by age/owner in cgit

How to sort by age/owner in cgit

How to View A Full Log in CGit

How to View A Full Log in CGit

For those that want to try this pre v 0.8.2 functionality on their own website, just use the wip branch from the git repo.

Was this helpful?


Throw some money in the tip jar