update scripts
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 19 Jun 2006 15:20:57 +0000 (15:20 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 19 Jun 2006 15:20:57 +0000 (15:20 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1938 04897980-b3bd-0310-b5e0-8ef037075253

scripts/git-diff
scripts/lttng-split-script.sh

index 2ae4d8c01da1f3b9f1241c7b635e02b92681c892..87de6019014faf8249f7e5b4d4d53a0942260f29 100755 (executable)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-git-diff-tree -p -r v2.6.16 lttng-$1-for-2.6.16 > ../patch-2.6.16-lttng-$1-all.diff
+git-diff-tree -p -r v2.6.17 lttng-$1-for-2.6.17 > ../patch-2.6.17-lttng-$1-all.diff
index 06cd5500be6ef08c4058810bfc8a14d1f0265fc4..2dc08bb26200535da1b14ac58bf091af9c3a52d8 100755 (executable)
@@ -11,7 +11,7 @@ function wr () {
 }
 
 
-NAME=patch-2.6.16-lttng-$1
+NAME=patch-2.6.17-lttng-$1
 ALL_NAME=$NAME-all.diff
 
 rm -fr tmppatch
@@ -248,9 +248,12 @@ for a in $IN; do wr $a $FILE; done
 FILE=../$NAME-relayfs.diff
 
 IN="?_Documentation_ioctl-number.txt
-?_include_linux_relayfs_fs.h
+?_include_linux_relay.h
 ?_fs_relayfs_inode.c
-?_fs_relayfs_relay.c"
+?_fs_relayfs_relay.c
+?_fs_relayfs_buffers.c
+?_fs_relayfs_buffers.h
+?_fs_relayfs_relay.h"
 
 for a in $IN; do wr $a $FILE; done
 
This page took 0.024398 seconds and 4 git commands to generate.