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 06:14:09 UTC

svn commit: r327954 - in /maven/components/trunk/maven-meeper/src/bin/ibiblio-sync: synchronize-codehaus-to-ibiblio.sh synchronize-ibiblio-to-codehaus.sh

Author: carlos
Date: Sun Oct 23 21:14:04 2005
New Revision: 327954

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

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

Modified: maven/components/trunk/maven-meeper/src/bin/ibiblio-sync/synchronize-codehaus-to-ibiblio.sh
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-meeper/src/bin/ibiblio-sync/synchronize-codehaus-to-ibiblio.sh?rev=327954&r1=327953&r2=327954&view=diff
==============================================================================
--- maven/components/trunk/maven-meeper/src/bin/ibiblio-sync/synchronize-codehaus-to-ibiblio.sh (original)
+++ maven/components/trunk/maven-meeper/src/bin/ibiblio-sync/synchronize-codehaus-to-ibiblio.sh Sun Oct 23 21:14:04 2005
@@ -1,11 +1,11 @@
-#!/bin/bash
-
-dest=/home/projects/maven/repository-staging/to-ibiblio
-
-date > $dest/maven/last-sync.txt
-chmod a+r $dest/maven/last-sync.txt
-rsync -e ssh --delete --max-delete=10 --exclude-from=$dest/exclusions.txt -v -rplt $dest/maven/ login.ibiblio.org:/public/html/maven
-
-date > $dest/maven2/last-sync.txt
-chmod a+r $dest/maven2/last-sync.txt
-rsync -e ssh --delete --max-delete=10 --exclude-from=$dest/exclusions.txt -v -rplt $dest/maven2/ login.ibiblio.org:/public/html/maven2
+#!/bin/bash
+
+dest=/home/projects/maven/repository-staging/to-ibiblio
+
+date > $dest/maven/last-sync.txt
+chmod a+r $dest/maven/last-sync.txt
+rsync -e ssh --delete --max-delete=10 --exclude-from=$dest/exclusions.txt -v -rplt $dest/maven/ login.ibiblio.org:/public/html/maven
+
+date > $dest/maven2/last-sync.txt
+chmod a+r $dest/maven2/last-sync.txt
+rsync -e ssh --delete --max-delete=10 --exclude-from=$dest/exclusions.txt -v -rplt $dest/maven2/ login.ibiblio.org:/public/html/maven2

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

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