mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
purge-stale-projects.sh: Old->purged wasn't completely done
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
36c148ba34
commit
5ddb4fd136
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ for p in $local_cvs_proj; do
|
|||
[ -L $p ] && continue
|
||||
[ -d $p ] || continue
|
||||
echo $remote_cvs_proj | grep -q "\(^\| \)$p\($\| \)" && continue
|
||||
n=old/cvs/$date/$p
|
||||
n=purged/cvs/$date/$p
|
||||
mkdir -p `dirname $n`
|
||||
echo moving stale cvs project $p to $n
|
||||
mv $p $n
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue