[Openchrome-devel] Fix autoconf DRI detection (for Ubuntu Oneiric)

Natanael Copa ncopa
Fri Mar 2 08:03:00 PST 2012


On Fri, 2 Mar 2012 00:31:19 +0000 (GMT)
James Simmons <jsimmons at infradead.org> wrote:

> 
> > Hi James,
> > 
> > your commit f0018c1e5a94afe7d47ade9b73d0e4926d0c8fba fixed most of
> > the issues that my last patch was for. Only the detection of the
> > xf86Modes.h is not working, but that should be fixed by the
> > attached patch.
> 
> Excellent. I just tested your patch and applied it to the kms branch.
> I posted a new kms snapshot.
> 
> http://www.infradead.org/~jsimmons/release_0_3_0-Mar1.tar.bz2

nice!

May I suggest something like this:

#!bin/sh

# grab last commit date
date=$(git log --format=format:%ai HEAD^.. \
	| sed -e 's/ .*//' -e 's/-//g')

version=0.3.0-pre${date}
format=tar.gz
name=xf86-video-openchrome
output=$name-$version.$format
prefix=$name-$version

treeish=HEAD
# treeish=origin/kms_branch

git archive --prefix=$prefix/ --format=$format --output=$output $treeish

# scp $ouput ...






More information about the Openchrome-devel mailing list