wok diff linux/receipt @ rev 8085

Up: linux to 2.6.37. Up: aufs to 20110122.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Jan 22 01:56:16 2011 +0000 (2011-01-22)
parents a361eb1b091e
children 5fcf64731bf5
line diff
     1.1 --- a/linux/receipt	Fri Dec 17 23:53:39 2010 +0000
     1.2 +++ b/linux/receipt	Sat Jan 22 01:56:16 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="linux"
     1.7 -VERSION="2.6.36"
     1.8 +VERSION="2.6.37"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="The Linux kernel and modules."
    1.11  DEPENDS="depmod"
    1.12 @@ -23,16 +23,16 @@
    1.13  	#done
    1.14  	local _AUFSVER=`grep  ^VERSION= $WOK/aufs/receipt | cut -d "=" -f2 | sed -e 's/"//g'`
    1.15  	local AUFSDIR="aufs-${_AUFSVER}"
    1.16 -	TARBALL=$SOURCES_REPOSITORY/$AUFSDIR.tar.gz
    1.17 +	TARBALL=$SOURCES_REPOSITORY/$AUFSDIR.tar.lzma
    1.18  	if [ -f $TARBALL ]; then
    1.19 -		tar xzf $TARBALL
    1.20 -		cd $AUFSDIR && git checkout origin/aufs2.1-36
    1.21 +		tar -x -f $TARBALL
    1.22 +		cd $AUFSDIR && git checkout origin/aufs2.1-37
    1.23  		cd $WOK/$PACKAGE
    1.24  	else
    1.25  		# Aufs2 from git repository
    1.26 -		git clone http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-standalone.git $AUFSDIR
    1.27 -		tar czf $TARBALL $AUFSDIR
    1.28 -		cd $AUFSDIR && git checkout origin/aufs2.1-36
    1.29 +		git clone git://aufs.git.sourceforge.net/gitroot/aufs/aufs2-standalone.git $AUFSDIR
    1.30 +		tar -c --lzma -f $TARBALL $AUFSDIR
    1.31 +		cd $AUFSDIR && git checkout origin/aufs2.1-37
    1.32  		cd $WOK/$PACKAGE
    1.33  	fi
    1.34  	cp -a $AUFSDIR/Documentation $AUFSDIR/fs $AUFSDIR/include $src