Bug#785092: [Debian-l10n-devel] Bug#785092: ftp.debian.org: Regular arf, arf, arf mails sent from franck.debian.org

2015-05-14 Thread Martijn van Oosterhout
I've tracked down the root cause of the problem. It lies in the recent
commit to dak which switches stable to jessie. (I can't find a gitweb
for dak so can't provide a link). The repo is here:
https://ftp-master.debian.org/git/dak.git/

commit 19ffc1de995fd165d9438a8b7769cd7c45bbce60
Author: Ansgar Burchardt ans...@debian.org
Date:   Sat Apr 25 10:49:14 2015 +0200

Switch to jessie as stable.


In some places jessie was replaced with stretch and in some places
stretch was added, inconsistantly.

To fix this, dak needs to be patched to either apply the rest of the
changes to the ddtp_i18n_check.sh script in this commit:

https://anonscm.debian.org/cgit/debian-l10n/ddtp.git/commit/?id=ffd41dc00a0d3e10cbb0d455a4d3ca0236fb64a3

Or revert the change to dak that would allow updated translations to
stable. That would be the following patch I beleive (though I don't
really understand what the code is doing here):

(cd $base/ftp/
-for dist in sid jessie stretch; do
*for dist in sid stretch; do
find ./dists/$dist/main/i18n/ \! -type d | sort -u | gzip 
-9  $base/ftp/indices/files/components/translation-$dist.list.gz
done
)

Personally I would like it if we could provide updated translations for
stable, but in the past this has been rejected.

Hope this helps,
-- 
Martijn van Oosterhout   klep...@svana.org   http://svana.org/kleptog/
 He who writes carelessly confesses thereby at the very outset that he does
 not attach much importance to his own thoughts.
   -- Arthur Schopenhauer


signature.asc
Description: Digital signature


Bug#785092: [Debian-l10n-devel] Bug#785092: ftp.debian.org: Regular arf, arf, arf mails sent from franck.debian.org

2015-05-13 Thread Martijn van Oosterhout
On Tue, May 12, 2015 at 11:47:25AM +0200, Christian Perrier wrote:
 Package: ftp.debian.org
 Severity: normal
 
 
 The debian-l10n-de...@lists.alioth.debian.org mailing list is getting
 regular mails sent from franck, every 6 hours at H+52:
 
 Date: Mon, 11 May 2015 19:52:22 +
 From: Debian FTP Masters ftpmas...@ftp-master.debian.org
 To: debian-l10n-de...@lists.alioth.debian.org
 Subject: [Debian-l10n-devel] Lisa, if you don't like your job you
 don't strike. You just go in every day and do it really half-assed.
 That's the American way.
 X-CRM114-Status: Good  ( pR: 39.5418 )
 
 Arf, Arf, Arf, missing the timestamp 201505022135 directory, not
 updating i18n, arf, arf, arf


It may be related to the fact that the i18n check is failing on
ddtp.debian.net with the message:

./Translation-files_to-check/dists/jessie/main/i18n/Translation-da contains 
packages which are not in sid

along with a list of 50 packages or so. No idea why that is a problem.
The code in question can be found at:

https://anonscm.debian.org/cgit/debian-l10n/ddtp.git/tree/ddtp-dinstall/checks/ddtp_i18n_check.sh#n379

but I'm not understanding what the code is actually trying to do...

Have a nice day,
-- 
Martijn van Oosterhout   klep...@svana.org   http://svana.org/kleptog/
 He who writes carelessly confesses thereby at the very outset that he does
 not attach much importance to his own thoughts.
   -- Arthur Schopenhauer


signature.asc
Description: Digital signature


Bug#785092: [Debian-l10n-devel] Bug#785092: ftp.debian.org: Regular arf, arf, arf mails sent from franck.debian.org

2015-05-13 Thread Martijn van Oosterhout
On Wed, May 13, 2015 at 10:49:06PM +0200, Martijn van Oosterhout wrote:
 It may be related to the fact that the i18n check is failing on
 ddtp.debian.net with the message:
 
 ./Translation-files_to-check/dists/jessie/main/i18n/Translation-da contains 
 packages which are not in sid
 
 along with a list of 50 packages or so. No idea why that is a problem.
 The code in question can be found at:
 
 https://anonscm.debian.org/cgit/debian-l10n/ddtp.git/tree/ddtp-dinstall/checks/ddtp_i18n_check.sh#n379
 
 but I'm not understanding what the code is actually trying to do...

I've updated all the code in that file to deal with the $STABLE since
in the past we only ever got $TESTING and $UNSTABLE.  At least in local
testing that appears to stop the errors occurring. However, I don't
think this will completely fix the problem since AIUI the server that
retrieves the Translation files will run the same tests and fail in the
same way. But we'll see...

Have a nice day,
-- 
Martijn van Oosterhout   klep...@svana.org   http://svana.org/kleptog/
 He who writes carelessly confesses thereby at the very outset that he does
 not attach much importance to his own thoughts.
   -- Arthur Schopenhauer


signature.asc
Description: Digital signature