1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 08:55:25 +02:00

[releng] Fix cleanup of nightlies in 2010

This commit is contained in:
Martin Oberhuber 2010-05-03 22:03:08 +00:00
parent 8db7c43215
commit b436c38fe2

View file

@ -81,5 +81,5 @@ fi
#Cleanup old nightly builds (leave only last 5 in place)
cd $HOME/ws2/publish
ls -d N200* | sort | head -n-5 | xargs rm -rf
ls -d N201* | sort | head -n-5 | xargs rm -rf