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 2006/01/31 01:27:32 UTC

svn commit: r373647 - /maven/components/trunk/maven-meeper/src/bin/ibiblio-sync/sync-maven-taglib-m2.sh

Author: carlos
Date: Mon Jan 30 16:27:31 2006
New Revision: 373647

URL: http://svn.apache.org/viewcvs?rev=373647&view=rev
Log:
Added sync to maven-taglib

Added:
    maven/components/trunk/maven-meeper/src/bin/ibiblio-sync/sync-maven-taglib-m2.sh   (with props)

Added: maven/components/trunk/maven-meeper/src/bin/ibiblio-sync/sync-maven-taglib-m2.sh
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-meeper/src/bin/ibiblio-sync/sync-maven-taglib-m2.sh?rev=373647&view=auto
==============================================================================
--- maven/components/trunk/maven-meeper/src/bin/ibiblio-sync/sync-maven-taglib-m2.sh (added)
+++ maven/components/trunk/maven-meeper/src/bin/ibiblio-sync/sync-maven-taglib-m2.sh Mon Jan 30 16:27:31 2006
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+echo This script is very temporary. Please validate all input files in the repository before blindly copying them in.
+echo Ensure all artifacts have a valid POM.
+echo This will be removed when the repository manager is in place.
+
+OPTS=-n
+if [ "$1" == "go" ]; then
+  echo Doing sync for real
+  OPTS=
+fi
+
+cd $HOME/repository-staging/to-ibiblio/maven2
+echo rsync --exclude="README.txt" -e ssh $OPTS -avz carlossg@shell.sourceforge.net:/home/groups/m/ma/maven-taglib/htdocs/m2repo/net/sourceforge/maven-taglib/* .
+rsync --exclude="README.txt" -e ssh $OPTS -avz carlossg@shell.sourceforge.net:/home/groups/m/ma/maven-taglib/htdocs/m2repo/net/sourceforge/maven-taglib/* .

Propchange: maven/components/trunk/maven-meeper/src/bin/ibiblio-sync/sync-maven-taglib-m2.sh
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/components/trunk/maven-meeper/src/bin/ibiblio-sync/sync-maven-taglib-m2.sh
------------------------------------------------------------------------------
    svn:executable = *

Propchange: maven/components/trunk/maven-meeper/src/bin/ibiblio-sync/sync-maven-taglib-m2.sh
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"