clean cleans repodata and headers as well
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 30 Jan 2007 15:56:53 +0000 (15:56 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 30 Jan 2007 15:56:53 +0000 (15:56 +0000)
plc.d/packages

index fd24a06..3392ed1 100755 (executable)
@@ -7,7 +7,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: packages,v 1.4 2006/07/19 14:15:15 mlhuang Exp $
+# $Id: packages,v 1.5 2007/01/30 15:09:22 thierry Exp $
 #
 
 # Source function library and configuration
@@ -19,7 +19,7 @@ set -x
 
 case "$1" in
     start)
-       MESSAGE=$"Signing node packages"
+       MESSAGE=$"Signing and indexing node packages"
        dialog "$MESSAGE"
 
        shopt -s nullglob
@@ -84,6 +84,8 @@ case "$1" in
 
        for repository in $repositories ; do
            rm -rf $repository/signed-stamps
+           rm -rf $repository/repodata
+           rm -rf $repository/headers
        done
        ;;
     *)