From 42c90675a8e1a0ea94fbd1688e910536b31c4d22 Mon Sep 17 00:00:00 2001 From: compudj Date: Thu, 11 Jan 2007 02:05:55 +0000 Subject: [PATCH] update scripts git-svn-id: http://ltt.polymtl.ca/svn@2331 04897980-b3bd-0310-b5e0-8ef037075253 --- scripts/git-diff | 2 +- scripts/lttng-6-split-script.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/git-diff b/scripts/git-diff index 4c8b7540..795cd49e 100755 --- a/scripts/git-diff +++ b/scripts/git-diff @@ -1,3 +1,3 @@ #!/bin/sh -git-diff-tree -p -r v2.6.20-rc1-git7 lttng-$1-for-2.6.20-rc1-git7 > ../patch-2.6.20-rc1-git7-lttng-$1-all.diff +git-diff-tree -p -r v2.6.20-rc4-git3 lttng-$1-for-2.6.20-rc4-git3 > ../patch-2.6.20-rc4-git3-lttng-$1-all.diff diff --git a/scripts/lttng-6-split-script.sh b/scripts/lttng-6-split-script.sh index 1066397a..bce95e56 100755 --- a/scripts/lttng-6-split-script.sh +++ b/scripts/lttng-6-split-script.sh @@ -12,7 +12,7 @@ function wr () { PRENAME=patch -NAME=-2.6.20-rc1-git7-lttng-$1 +NAME=-2.6.20-rc4-git3-lttng-$1 ALL_NAME=${PRENAME}${NAME}-all.diff VALUE=1 printf -v COUNT "%02d" ${VALUE} -- 2.34.1