[jbosstools-commits] JBoss Tools SVN: r43710 - trunk/build/util/cleanup.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Fri Sep 14 15:23:57 EDT 2012
Author: nickboldt
Date: 2012-09-14 15:23:57 -0400 (Fri, 14 Sep 2012)
New Revision: 43710
Modified:
trunk/build/util/cleanup/jbosstools-cleanup.sh
Log:
wrap in quotes\?
Modified: trunk/build/util/cleanup/jbosstools-cleanup.sh
===================================================================
--- trunk/build/util/cleanup/jbosstools-cleanup.sh 2012-09-14 19:15:46 UTC (rev 43709)
+++ trunk/build/util/cleanup/jbosstools-cleanup.sh 2012-09-14 19:23:57 UTC (rev 43710)
@@ -90,8 +90,8 @@
getSubDirs $sd 1; #return #getSubDirsReturn
getSubDirsCount $getSubDirsReturn; #return $getSubDirsCountReturn
mkdir -p /tmp/cleanup-fresh-metadata/
- regenCompositeMetadata $getSubDirsReturn $getSubDirsCountReturn org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository /tmp/cleanup-fresh-metadata/compositeContent.xml
- regenCompositeMetadata $getSubDirsReturn $getSubDirsCountReturn org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository /tmp/cleanup-fresh-metadata/compositeArtifacts.xml
+ regenCompositeMetadata "$getSubDirsReturn" "$getSubDirsCountReturn" "org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository" "/tmp/cleanup-fresh-metadata/compositeContent.xml"
+ regenCompositeMetadata "$getSubDirsReturn" "$getSubDirsCountReturn" "org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository" "/tmp/cleanup-fresh-metadata/compositeArtifacts.xml"
rsync --rsh=ssh --protocol=28 -q /tmp/cleanup-fresh-metadata/composite*.xml tools at filemgmt.jboss.org:$sd/
rm -fr /tmp/cleanup-fresh-metadata/
done
@@ -122,8 +122,7 @@
for ssd in $subsubdirs; do
echo "<child location='${ssd}/all/repo/'/>" >> ${fileName}
done
-echo "
-</children>
+ echo "</children>
</repository>
" >> ${fileName}
}
More information about the jbosstools-commits
mailing list