Closed Bug 1064823 Opened 10 years ago Closed 10 years ago

Lots of old builds in latest-comm-aurora-l10n/ and latest-comm-central-l10n/ on Thunderbird's ftp

Categories

(Release Engineering :: General, defect, P2)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: standard8, Assigned: nthomas)

Details

Attachments

(1 file)

There's a lot of old L10n builds lying around on ftp, please could they be tidied up:

http://ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/latest-comm-central-l10n/
- all the *33.0a1* and *34.0a1* files

http://ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/latest-comm-aurora-l10n/
- all the *33.0a2* files
Nick,  i thought you landed new crons to handle this
Flags: needinfo?(nthomas)
The cron's are
11 * * * *	for d in /pub/mozilla.org/thunderbird/nightly/latest-comm-central{,-l10n/*/xpi}; do cd $d && /usr/local/bin/trim-thunderbird-nightlies.py https://hg.mozilla.org/comm-central/raw-file/default/mail/config/version.txt | sh; done
12 * * * *	for d in /pub/mozilla.org/thunderbird/nightly/latest-comm-aurora{,-l10n/*/xpi}; do cd $d && /usr/local/bin/trim-thunderbird-nightlies.py https://hg.mozilla.org/releases/comm-aurora/raw-file/default/mail/config/version.txt | sh; done

which aren't looking at latest-comm-{central,aurora}-l10n/ dirs, just a sub dir. And in fact in that subdir it isn't working anyway. Will need to dig further.
Assignee: nobody → nthomas
Component: Buildduty → General Automation
Flags: needinfo?(nthomas)
Priority: -- → P2
QA Contact: bugspam.Callek → catlee
This fixes the two -l10n/ dirs. 

For the xpi case, the two linux dirs for c-c are OK but mac and windows have stale files. This is actually a feature of the script from when it originally written - don't delete anything if the current files are missing. In the case of comm-central-l10n/win32/xpi was last updated Jun 19, while mac was Jul 11.
Attachment #8487661 - Flags: review?(bugspam.Callek)
Comment on attachment 8487661 [details] [diff] [review]
Clean up comm-{central,aurora}-l10n/

stamp
Attachment #8487661 - Flags: review?(bugspam.Callek) → review+
Comment on attachment 8487661 [details] [diff] [review]
Clean up comm-{central,aurora}-l10n/

Committed revision 93077.

Leaving open to see what Standard8 says about the xpi dirs.
Attachment #8487661 - Flags: checked-in+
On checking the details again, mac is ok. But we don't have win32 l10n for c-c since July 19, or for c-a since the merge on Sep 2. Pushing that out to bug 1067188.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Component: General Automation → General
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: