Author: alessio.soldano(a)jboss.com
Date: 2011-03-25 12:17:45 -0400 (Fri, 25 Mar 2011)
New Revision: 13945
Modified:
hudson/trunk/hudson-home/jobs/MAVEN-REPOSITORY-CLEAN/config.xml
Log:
Just delete contents of the repo, not the repo folder itself
Modified: hudson/trunk/hudson-home/jobs/MAVEN-REPOSITORY-CLEAN/config.xml
===================================================================
--- hudson/trunk/hudson-home/jobs/MAVEN-REPOSITORY-CLEAN/config.xml 2011-03-25 16:15:14
UTC (rev 13944)
+++ hudson/trunk/hudson-home/jobs/MAVEN-REPOSITORY-CLEAN/config.xml 2011-03-25 16:17:45
UTC (rev 13945)
@@ -14,7 +14,7 @@
rm -rf /home/$USER/.m2/repository/*
fi
if [ -d /data/maven-repos/hudson/repository ]; then
- rm -rf /data/maven-repos/hudson/repository
+ rm -rf /data/maven-repos/hudson/repository/*
fi
</command>
</hudson.tasks.Shell>
Show replies by date