You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2005/10/24 23:31:30 UTC

svn commit: r328155 - /maven/components/trunk/maven-meeper/src/bin/synchronize.sh

Author: carlos
Date: Mon Oct 24 14:31:28 2005
New Revision: 328155

URL: http://svn.apache.org/viewcvs?rev=328155&view=rev
Log:
Set svn:eol-style native

Modified:
    maven/components/trunk/maven-meeper/src/bin/synchronize.sh   (contents, props changed)

Modified: maven/components/trunk/maven-meeper/src/bin/synchronize.sh
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-meeper/src/bin/synchronize.sh?rev=328155&r1=328154&r2=328155&view=diff
==============================================================================
--- maven/components/trunk/maven-meeper/src/bin/synchronize.sh (original)
+++ maven/components/trunk/maven-meeper/src/bin/synchronize.sh Mon Oct 24 14:31:28 2005
@@ -1,42 +1,42 @@
-#!/bin/sh
-
-PID=$$
-RUNNING=`ps -ef | grep synchronize.sh | grep -v 'sh -c' | grep -v grep | grep -v $PID`
-if [ ! -z "$RUNNING" ]; then
-  echo Sync already running... exiting
-  echo $RUNNING
-  exit 1
-fi
-
-
-TOOLS_BASE=/home/projects/maven/repository-tools
-(
-  cd $TOOLS_BASE/syncopate
-  ./sync
-  retval=$?; if [ $retval != 0 ]; then exit $retval; fi
-)
-retval=$?; if [ $retval != 0 ]; then exit $retval; fi
-
-(
-  cd $TOOLS_BASE/repoclean
-  ./repoclean.sh synchronize.properties
-  retval=$?; if [ $retval != 0 ]; then exit $retval; fi
-)
-retval=$?; if [ $retval != 0 ]; then exit $retval; fi
-
-
-(
-  cd /home/projects/maven/repository-staging/to-ibiblio/maven2
-  svn export --force svn://svn.codehaus.org/maven/scm/repository/ .
-  retval=$?; if [ $retval != 0 ]; then exit $retval; fi
-)
-retval=$?; if [ $retval != 0 ]; then exit $retval; fi
-
-
-(
-  cd $TOOLS_BASE/ibiblio-sync
-  ./synchronize-codehaus-to-ibiblio.sh
-  retval=$?; if [ $retval != 0 ]; then exit $retval; fi
-)
-retval=$?; if [ $retval != 0 ]; then exit $retval; fi
-
+#!/bin/sh
+
+PID=$$
+RUNNING=`ps -ef | grep synchronize.sh | grep -v 'sh -c' | grep -v grep | grep -v $PID`
+if [ ! -z "$RUNNING" ]; then
+  echo Sync already running... exiting
+  echo $RUNNING
+  exit 1
+fi
+
+
+TOOLS_BASE=/home/projects/maven/repository-tools
+(
+  cd $TOOLS_BASE/syncopate
+  ./sync
+  retval=$?; if [ $retval != 0 ]; then exit $retval; fi
+)
+retval=$?; if [ $retval != 0 ]; then exit $retval; fi
+
+(
+  cd $TOOLS_BASE/repoclean
+  ./repoclean.sh synchronize.properties
+  retval=$?; if [ $retval != 0 ]; then exit $retval; fi
+)
+retval=$?; if [ $retval != 0 ]; then exit $retval; fi
+
+
+(
+  cd /home/projects/maven/repository-staging/to-ibiblio/maven2
+  svn export --force svn://svn.codehaus.org/maven/scm/repository/ .
+  retval=$?; if [ $retval != 0 ]; then exit $retval; fi
+)
+retval=$?; if [ $retval != 0 ]; then exit $retval; fi
+
+
+(
+  cd $TOOLS_BASE/ibiblio-sync
+  ./synchronize-codehaus-to-ibiblio.sh
+  retval=$?; if [ $retval != 0 ]; then exit $retval; fi
+)
+retval=$?; if [ $retval != 0 ]; then exit $retval; fi
+

Propchange: maven/components/trunk/maven-meeper/src/bin/synchronize.sh
------------------------------------------------------------------------------
    svn:eol-style = native