From 9b4f212b092ebb6e58967efc49a6593a6fbb00b8 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 29 Mar 2019 04:24:35 +0000 Subject: [PATCH] scripts/generate-scst-patch: Remove this script because it is no longer used git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8110 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/generate-scst-patch | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100755 scripts/generate-scst-patch diff --git a/scripts/generate-scst-patch b/scripts/generate-scst-patch deleted file mode 100755 index ddcb6d68d..000000000 --- a/scripts/generate-scst-patch +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/bash -# -# A script to prepare a patch for posting on scst-devel@sourceforge.net. -# -# Copyright (C) 2012 Chetan Loke -# Copyright (C) 2012 Bart Van Assche -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation, version 2 -# of the License. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -echo "Patch description:" -echo "Your description goes here..." -echo -echo "Signed-off-by: Write your name here " -echo --- -/usr/bin/svn diff "$@" | /usr/bin/diffstat -echo -/usr/bin/svn diff -x -p "$@" -echo