update compat
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 24 Nov 2006 20:07:08 +0000 (20:07 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 24 Nov 2006 20:07:08 +0000 (20:07 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2267 04897980-b3bd-0310-b5e0-8ef037075253

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

index cc8d85a4a09dc7820f53f6696e6ca046100399f2..587cb9acff7271c5ee3c8d838bdaa87ef227cbe8 100755 (executable)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-git-diff-tree -p -r v2.6.17 lttng-$1-core-for-2.6.17 > ../patch-2.6.17-lttng-core-$1-all.diff
+git-diff-tree -p -r v2.6.18 lttng-$1-core-for-2.6.18 > ../patch-2.6.18-lttng-core-$1-all.diff
index a1d0b29e61df18e6c6587e5fb69a7ba399524685..33c54675a62cb298b3aa5282b021b18b283519d2 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# LTTng patch creation 
+# LTTng patch creation core
 # Creates a -all patch, and split it.
 # Mathieu Desnoyers, october 2005
 #$1 is the version
@@ -12,7 +12,7 @@ function wr () {
 
 
 PRENAME=patch
-NAME=-2.6.18-lttng-$1
+NAME=-2.6.18-lttng-core-$1
 ALL_NAME=${PRENAME}${NAME}-all.diff
 VALUE=1
 printf -v COUNT "%02d" ${VALUE}
This page took 0.024465 seconds and 4 git commands to generate.