aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorspop <>2007-12-16 01:01:23 +0000
committerspop <>2007-12-16 01:01:23 +0000
commit8ffff758e3990e0ae17d1587b4f02806e5c6b133 (patch)
tree5033c12a4b442d087fa4b3cb5a5f357df53e36a7 /contrib
parent20a1a76c007560d5fb46b954989bf22737ea057c (diff)
2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
* patch_tester.sh: Don't save the script anymore.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ChangeLog4
-rwxr-xr-xcontrib/patch_tester.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 197221d67b1..e2ec78634f2 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,5 +1,9 @@
2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
+ * patch_tester.sh: Don't save the script anymore.
+
+2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
+
* patch_tester.sh: New.
* prepare_patch.sh: New.
diff --git a/contrib/patch_tester.sh b/contrib/patch_tester.sh
index 9866b3d0d3e..55a86757b3e 100755
--- a/contrib/patch_tester.sh
+++ b/contrib/patch_tester.sh
@@ -178,11 +178,7 @@ freport () {
cleanup () {
cd $SOURCE
-
- # FORNOW: Until this script is not committed to trunk, save and restore it.
- mv $SOURCE/contrib/patch_tester.sh $STATE
svn cleanup && svn revert -R . && svn st | cut -d' ' -f5- | xargs rm -v
- mv $STATE/patch_tester.sh $SOURCE/contrib/
}
selfexec () {