Re: GIT repo move

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: GIT repo move
Date: 2010-07-27 08:33:37
Message-ID: 4C4E99E1.5050501@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Le 19/07/2010 21:12, Dave Page a écrit :
> On Mon, Jul 19, 2010 at 8:05 PM, Guillaume Lelarge
> <guillaume(at)lelarge(dot)info> wrote:
>> Did you give me the rights to commit there? it seems I can't push anything.
>
> Oops, sorry - I only gave you read permission. Fixed now - don't know
> how long it'll take to take effect though.
>
>> The script that pull the .po files from the repo, to make them available
>> to translators via the website. I suppose it is the same script that
>> computes the percentage of translated messages.
>
> No, it's just a cron job, which I updated this morning:
>
> ################################################
> # www.pgadmin.org
> ################################################
>
> # Update the GIT repositories:
> 02 * * * * cd /usr/local/www/www.pgadmin.org/svnrepo/pgadmin3;
> /usr/local/bin/git pull 1> /dev/null 2> /dev/null
> 07 * * * * cd /usr/local/www/www.pgadmin.org/svnrepo/pgadmin3-1.4;
> /usr/local/bin/git pull 1> /dev/null 2> /dev/null
> 12 * * * * cd /usr/local/www/www.pgadmin.org/svnrepo/pgadmin3-1.6;
> /usr/local/bin/git pull 1> /dev/null 2> /dev/null
> 17 * * * * cd /usr/local/www/www.pgadmin.org/svnrepo/pgadmin3-1.8;
> /usr/local/bin/git pull 1> /dev/null 2> /dev/null
> 22 * * * * cd /usr/local/www/www.pgadmin.org/svnrepo/pgadmin3-1.10;
> /usr/local/bin/git pull 1> /dev/null 2> /dev/null
>
> # Update the website content/source code:
> 22 * * * * cd /usr/local/www/www.pgadmin.org; /usr/local/bin/git pull
> 1> /dev/null 2> /dev/null
>
> # Run the translation cache update script:
> 27 * * * * /usr/local/bin/wget -q -O /tmp/update.txt
> http://www.pgadmin.org/translation/update.php 1> /dev/null 2>
> /dev/null
>
> # Update the snapshots tree:
> 32 * * * * /usr/local/bin/rsync -avz --delete
> developer.pgadmin.org::pgadmin-snapshots
> /usr/local/www/www.pgadmin.org/snapshots/ 1> /dev/null 2> /dev/null
>

http://www.pgadmin.org/translation/status.php doesn't seem too good :-/
There's maybe an issue with the cron scripts.

--
Guillaume
http://www.postgresql.fr
http://dalibo.com

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2010-07-27 08:58:31 pgAdmin website commit: Make the translation status code recognise a GI
Previous Message Guillaume Lelarge 2010-07-26 19:42:36 Ticket 214: Add support for --quote-all-identifiers