You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Carlos Sanchez <ca...@gmail.com> on 2009/01/29 19:33:57 UTC

Re: svn commit: r737976 - in /maven/repository-tools/trunk/src/bin: crontab.txt synchronize-inbound.sh

I changed the crontab, the sync was not having place

cd $HOME/bin/synchronize/synchronize-inbound


On Mon, Jan 26, 2009 at 6:25 PM,  <br...@apache.org> wrote:
> Author: brianf
> Date: Tue Jan 27 02:25:34 2009
> New Revision: 737976
>
> URL: http://svn.apache.org/viewvc?rev=737976&view=rev
> Log:
> pull inbound sync into a separate script
>
> Added:
>    maven/repository-tools/trunk/src/bin/synchronize-inbound.sh
> Modified:
>    maven/repository-tools/trunk/src/bin/crontab.txt
>
> Modified: maven/repository-tools/trunk/src/bin/crontab.txt
> URL: http://svn.apache.org/viewvc/maven/repository-tools/trunk/src/bin/crontab.txt?rev=737976&r1=737975&r2=737976&view=diff
> ==============================================================================
> --- maven/repository-tools/trunk/src/bin/crontab.txt (original)
> +++ maven/repository-tools/trunk/src/bin/crontab.txt Tue Jan 27 02:25:34 2009
> @@ -7,7 +7,7 @@
>  # sync rewrite rules to m1 repo at ibiblio
>  51 19 * * * cd $HOME/bin; ./synchronize-rewrite-rules-to-ibiblio.sh $HOME/bin/synchronize.properties
>  # sync m2 repos
> -16 17 * * * cd $HOME/bin/synchronize/m2-sync; svn up sync.csv; /opt/java/sdk/current/bin/java -jar maven-meeper-1-SNAPSHOT-jar-with-dependencies.jar sync.properties sync.csv; date > /home/maven/repository-staging/to-ibiblio/maven2/last_updated.txt
> +16 17 * * * cd $HOME/bin/synchronize/synchronize-inbound
>  # sync central to cica.es mirror
>  30 21 * * * cd $HOME/bin; ./synchronize-central-to-cica.sh $HOME/bin/synchronize.properties
>  # sync central to repo.exist.com mirror
>
> Added: maven/repository-tools/trunk/src/bin/synchronize-inbound.sh
> URL: http://svn.apache.org/viewvc/maven/repository-tools/trunk/src/bin/synchronize-inbound.sh?rev=737976&view=auto
> ==============================================================================
> --- maven/repository-tools/trunk/src/bin/synchronize-inbound.sh (added)
> +++ maven/repository-tools/trunk/src/bin/synchronize-inbound.sh Tue Jan 27 02:25:34 2009
> @@ -0,0 +1,5 @@
> +#!/bin/sh
> +cd $HOME/bin/synchronize/m2-sync
> +svn up sync.csv
> +/opt/java/sdk/current/bin/java -jar maven-meeper-1-SNAPSHOT-jar-with-dependencies.jar sync.properties sync.csv
> +date > /home/maven/repository-staging/to-ibiblio/maven2/last_updated.txt
> \ No newline at end of file
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org