From 90da8e7205a0eb4f4f570473a68926107a7d192c Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Thu, 26 Oct 2006 20:54:49 +0000 Subject: [PATCH] o create configuration directories for m1 and m2 syncs, and preserve the behavior for m1 syncs. we'll start using this for m2 syncs before the MRSK is complete. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@468130 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/bin/synchronize/syncopate/conf/{ => m1}/apache.conf | 0 .../src/bin/synchronize/syncopate/conf/{ => m1}/codehaus.conf | 0 .../synchronize/syncopate/conf/{ => m1}/maven-plugins-sf.conf | 0 .../src/bin/synchronize/syncopate/conf/{ => m1}/mortbay.conf | 0 .../bin/synchronize/syncopate/conf/{ => m1}/objectweb.conf | 0 .../bin/synchronize/syncopate/conf/{ => m1}/opensymphony.conf | 0 .../src/bin/synchronize/syncopate/conf/{ => m1}/osjava.conf | 0 .../src/bin/synchronize/syncopate/conf/{ => m1}/stage.conf | 0 .../src/bin/synchronize/syncopate/conf/{ => m1}/test.conf | 0 maven-meeper/src/bin/synchronize/syncopate/sync | 4 ++-- 10 files changed, 2 insertions(+), 2 deletions(-) rename maven-meeper/src/bin/synchronize/syncopate/conf/{ => m1}/apache.conf (100%) rename maven-meeper/src/bin/synchronize/syncopate/conf/{ => m1}/codehaus.conf (100%) rename maven-meeper/src/bin/synchronize/syncopate/conf/{ => m1}/maven-plugins-sf.conf (100%) rename maven-meeper/src/bin/synchronize/syncopate/conf/{ => m1}/mortbay.conf (100%) rename maven-meeper/src/bin/synchronize/syncopate/conf/{ => m1}/objectweb.conf (100%) rename maven-meeper/src/bin/synchronize/syncopate/conf/{ => m1}/opensymphony.conf (100%) rename maven-meeper/src/bin/synchronize/syncopate/conf/{ => m1}/osjava.conf (100%) rename maven-meeper/src/bin/synchronize/syncopate/conf/{ => m1}/stage.conf (100%) rename maven-meeper/src/bin/synchronize/syncopate/conf/{ => m1}/test.conf (100%) diff --git a/maven-meeper/src/bin/synchronize/syncopate/conf/apache.conf b/maven-meeper/src/bin/synchronize/syncopate/conf/m1/apache.conf similarity index 100% rename from maven-meeper/src/bin/synchronize/syncopate/conf/apache.conf rename to maven-meeper/src/bin/synchronize/syncopate/conf/m1/apache.conf diff --git a/maven-meeper/src/bin/synchronize/syncopate/conf/codehaus.conf b/maven-meeper/src/bin/synchronize/syncopate/conf/m1/codehaus.conf similarity index 100% rename from maven-meeper/src/bin/synchronize/syncopate/conf/codehaus.conf rename to maven-meeper/src/bin/synchronize/syncopate/conf/m1/codehaus.conf diff --git a/maven-meeper/src/bin/synchronize/syncopate/conf/maven-plugins-sf.conf b/maven-meeper/src/bin/synchronize/syncopate/conf/m1/maven-plugins-sf.conf similarity index 100% rename from maven-meeper/src/bin/synchronize/syncopate/conf/maven-plugins-sf.conf rename to maven-meeper/src/bin/synchronize/syncopate/conf/m1/maven-plugins-sf.conf diff --git a/maven-meeper/src/bin/synchronize/syncopate/conf/mortbay.conf b/maven-meeper/src/bin/synchronize/syncopate/conf/m1/mortbay.conf similarity index 100% rename from maven-meeper/src/bin/synchronize/syncopate/conf/mortbay.conf rename to maven-meeper/src/bin/synchronize/syncopate/conf/m1/mortbay.conf diff --git a/maven-meeper/src/bin/synchronize/syncopate/conf/objectweb.conf b/maven-meeper/src/bin/synchronize/syncopate/conf/m1/objectweb.conf similarity index 100% rename from maven-meeper/src/bin/synchronize/syncopate/conf/objectweb.conf rename to maven-meeper/src/bin/synchronize/syncopate/conf/m1/objectweb.conf diff --git a/maven-meeper/src/bin/synchronize/syncopate/conf/opensymphony.conf b/maven-meeper/src/bin/synchronize/syncopate/conf/m1/opensymphony.conf similarity index 100% rename from maven-meeper/src/bin/synchronize/syncopate/conf/opensymphony.conf rename to maven-meeper/src/bin/synchronize/syncopate/conf/m1/opensymphony.conf diff --git a/maven-meeper/src/bin/synchronize/syncopate/conf/osjava.conf b/maven-meeper/src/bin/synchronize/syncopate/conf/m1/osjava.conf similarity index 100% rename from maven-meeper/src/bin/synchronize/syncopate/conf/osjava.conf rename to maven-meeper/src/bin/synchronize/syncopate/conf/m1/osjava.conf diff --git a/maven-meeper/src/bin/synchronize/syncopate/conf/stage.conf b/maven-meeper/src/bin/synchronize/syncopate/conf/m1/stage.conf similarity index 100% rename from maven-meeper/src/bin/synchronize/syncopate/conf/stage.conf rename to maven-meeper/src/bin/synchronize/syncopate/conf/m1/stage.conf diff --git a/maven-meeper/src/bin/synchronize/syncopate/conf/test.conf b/maven-meeper/src/bin/synchronize/syncopate/conf/m1/test.conf similarity index 100% rename from maven-meeper/src/bin/synchronize/syncopate/conf/test.conf rename to maven-meeper/src/bin/synchronize/syncopate/conf/m1/test.conf diff --git a/maven-meeper/src/bin/synchronize/syncopate/sync b/maven-meeper/src/bin/synchronize/syncopate/sync index e594af446..002d9dc0b 100755 --- a/maven-meeper/src/bin/synchronize/syncopate/sync +++ b/maven-meeper/src/bin/synchronize/syncopate/sync @@ -22,7 +22,7 @@ my $reportUrl = $configuration->val( "syncopate", "reportUrl" ); if ( defined( $ARGV[0] ) ) { - my $sourceConfiguration = new Config::IniFiles( -file => "conf/$ARGV[0]" . ".conf" ); + my $sourceConfiguration = new Config::IniFiles( -file => "conf/m1/$ARGV[0]" . ".conf" ); syncSource( $sourceConfiguration ); } @@ -37,7 +37,7 @@ else # ----------------------------------------------------------------------------- sub syncSources { - my @sources = glob( "conf/*.conf" ); + my @sources = glob( "conf/m1/*.conf" ); for my $source (@sources) {