From dd6b9b591f7a64922651720402952316dcc7bb6a Mon Sep 17 00:00:00 2001 From: chrfranke <chrfranke@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Sat, 18 Jul 2009 13:25:18 +0000 Subject: [PATCH] Invalidate 'do_release' script, it needs some rework for SVN. git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2845 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- smartmontools/CHANGELOG | 2 ++ smartmontools/TODO | 4 +++- smartmontools/do_release | 5 ++++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/smartmontools/CHANGELOG b/smartmontools/CHANGELOG index a94c18779..6903314ae 100644 --- a/smartmontools/CHANGELOG +++ b/smartmontools/CHANGELOG @@ -42,6 +42,8 @@ NOTES FOR FUTURE RELEASES: see TODO file. <DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE> + [CF] Invalidate 'do_release' script, it needs some rework for SVN. + [CF] Update documentation files for SVN. [CF] Rename trunk/sm5 to trunk/smartmontools. diff --git a/smartmontools/TODO b/smartmontools/TODO index 30ae52d8f..e63565014 100644 --- a/smartmontools/TODO +++ b/smartmontools/TODO @@ -1,6 +1,6 @@ TODO list for smartmontools: -$Id: TODO,v 1.71 2009/07/10 20:14:40 chrfranke Exp $ +$Id$ USB devices under Linux ----------------------- @@ -50,6 +50,8 @@ that can be monitored. Packaging --------- +Rework 'do_release' script for SVN. + Under freebsd and solaris, the following are wrong: smartd.conf: has linux device paths smart*.in : man pages have (mostly) linux device paths diff --git a/smartmontools/do_release b/smartmontools/do_release index efd9f2b26..1c39aafa7 100755 --- a/smartmontools/do_release +++ b/smartmontools/do_release @@ -3,7 +3,10 @@ # do a smartmontools release # (C) 2003-6 Bruce Allen <ballen4705@users.sourceforge.net>, # Guido Guenther <agx@sigxcpu.org> -# $Id: do_release,v 1.41 2008/03/17 17:02:26 ballen4705 Exp $ +# $Id$ + +echo 'TODO: Rework this script for SVN.' +exit 1 # Notes on generating releases: # (1) update NEWS -- GitLab