Author: leigh123linux
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24410
Modified Files:
.cvsignore nvidia-snapshot.sh sources
Log Message:
make changes to snapshot tool
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel/.cvsignore,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- .cvsignore 31 May 2014 08:07:54 -0000 1.66
+++ .cvsignore 31 May 2014 08:49:43 -0000 1.67
@@ -1,3 +1 @@
-NVIDIA-Linux-armv7l-gnueabihf-337.25.run
-NVIDIA-Linux-x86-337.25.run
NVIDIA-Linux-x86_64-337.25.run
Index: nvidia-snapshot.sh
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel/nvidia-snapshot.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nvidia-snapshot.sh 2 Oct 2013 09:24:59 -0000 1.4
+++ nvidia-snapshot.sh 31 May 2014 08:49:43 -0000 1.5
@@ -16,10 +16,6 @@
version=$(grep ^Version: ${nvspec} | awk '{print $2}')
arches="$(grep ^ExclusiveArch: ${nvspec} | awk '{print $2,$3,$4}')"
-
-#Avoid to re-create an existing tarball
- [ -e ${pwd}/nvidia-kmod-data-${version}.tar.xz ] && exit 0
-
for arch in ${arches} ; do
nvarch=${arch}
[ ${arch} == i686 ] && nvarch=x86
@@ -27,8 +23,5 @@
if [ ! -e NVIDIA-Linux-${nvarch}-${version}.run ] ; then
spectool --gf -S ${nvspec}
fi
- sh NVIDIA-Linux-${nvarch}-${version}.run --extract-only --target nvidiapkg-${arch}
done
-tar Jcf nvidia-kmod-data-${version}.tar.xz nvidiapkg-*/LICENSE nvidiapkg-*/kernel
-
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel/sources,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- sources 31 May 2014 08:07:54 -0000 1.69
+++ sources 31 May 2014 08:49:43 -0000 1.70
@@ -1,3 +1 @@
-37ac863b8cd5fb902f4252704e3b210d NVIDIA-Linux-armv7l-gnueabihf-337.25.run
-2a217632ced8952e21000a51065f85b8 NVIDIA-Linux-x86-337.25.run
25a93e4f9e1888142082f4e1046eaa11 NVIDIA-Linux-x86_64-337.25.run
Show replies by date