User:Ewong: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
== '''Work to do''' ==
== '''Work to do''' ==
Currently, the items that need to be done in order:
[https://wiki.mozilla.org/User:Ewong/worktodo Current TODO List]
# <s>Beta (2.48) release [beta 1] {{bug|1336310}}]</s>
# '''Ensure New infrastructure is working.'''
# Make Linux64 official. [{{bug|1172926}}]
# Make Win64 unofficial.  [put in contrib/] [{{bug|482143}}]
# Fix tests [{{bug|1295826}}]
# Fix nightly l10n dep builds [{{bug|902876}}]


== '''Rapid Release for SeaMonkey'''  ==
== '''Rapid Release for SeaMonkey'''  ==
Line 18: Line 12:
But currently at release 2.49.4.
But currently at release 2.49.4.


== '''SeaMonkey'''  ==
== '''Status on the New Infrastructure '''  ==
[https://wiki.mozilla.org/User:Ewong/infrastatus Infrastructure Status]


*'''Fixed''':
== '''SeaMonkey Bugs''' ==
**{{bug|1048872}} - L10n builds broken on comm-central (34.0a1 builds)
*'''Old Bug Status'''
**{{bug|1120067}} - RSS (2.0?) feeds not updating and not being added.
**[https://wiki.mozilla.org/User:Ewong/oldbug Old Bugs]
**{{bug|1129276}} - Update HG on Windows slaves.
**{{bug|1133428}} - L10n repackages should survive searchplugins missing, even if listed in list.txt
**{{bug|1135336}} - convert makefile rules in MailNews with props2arrays.py to use moz.build GENERATED_FILES
**{{bug|1137054}} - fix mailnews bustage due to changes from bug 1136388 (edit)
**{{bug|1137110}} - inspector rev in client.py is using the wrong rev in comm-beta
 
*'''Review''':
**{{bug|110904}} - attach signature fails silently on bad paths
**{{bug|840427}} - Migrate SeaMonkey builders to using mock
**{{bug|853720}} - After bug 827446, SeaMonkey doesn't know mozcrash.
**{{bug|863747}} - Add option to disable Location bar history
**{{bug|902876}} - No SeaMonkey langpacks (or localized builds) since 26th July 2013.
**{{bug|922076}} - Switch tests to using moz.build and manifests
**{{bug|1022563}} - Don't use --enable-trace-malloc on SeaMonkey debug desktop tinderbox builds
**{{bug|1038081}} - When reading an attached eml file in a message window, the Reply button doesn't work.
**{{bug|1047715}} - suite's in-tree mozconfigs need changing to support Mock
**{{bug|1047975}} - Re-enable gstreamer, pulseaudio in mozconfigs
**{{bug|1050597}} - Remove leaktests from SeaMonkey buildbotconfigs/custom code.
 
 
*'''Working On''':
**{{bug|507676}} - Port |Bug 435804 - Remaining rdf cleanup for FilterListDialog| to SeaMonkey
**{{bug|1047289}} - Port remaining parts of bug 525438 if any (l10n-merge doesn't merge all files required to build)
**{{bug|1047295}} - Port Bug 943728 (Use single quotes for shell quoting instead of double quotes)
**{{bug|1047597}} - Move CXXFLAGS from Makefile.in to moz.build
 
 
*'''To Do''':
 
 
*'''Investigating''':
**{{bug|13818}} - Ability to change the "quoteline"
**{{bug|16717}} - Disable source folder in Move/Copy/File menus
**{{bug|39113}} - Show current profile name in preferences (backed out)
**{{bug|620324}} - Selected multiple mail folders to move, but only one folder gets moved
 
*'''BackBurner''':
**{{bug|147474}} - Move "Helper Applications" prefs out of "Navigator" category
**{{bug|574955}} - Make webconsole work in SeaMonkey
**{{bug|727488}} - [cb-seamonkey-win32-0x, sea-win32-0x] Intermittent/permanent purple: "No such file or directory: '/e/builds/slave/test/minidumps'"
**{{bug|757693}} - Debug &gt; TBPL points to an invalid URL
**{{bug|762264}} - Help->About SeaMonkey page should link to about:rights and SeaMonkey privacy policy


== '''SeaMonkey Releng Notes'''  ==
== '''SeaMonkey Releng Notes'''  ==

Latest revision as of 04:43, 5 October 2018

Work to do

Current TODO List

Rapid Release for SeaMonkey

As of 4th October 2018:

2.59    = Release         [ string frozen ] (Gecko 62)
2.60    = Comm-Beta       [ string frozen ] (Gecko 63)
2.61    = Trunk (nightly)                   (Gecko 64)

But currently at release 2.49.4.

Status on the New Infrastructure

Infrastructure Status

SeaMonkey Bugs

SeaMonkey Releng Notes

  • To do Language Repacks:
  1. go to Buildmaster
  2. cd ./tools-user/buildbot-helpers
  3. wget -O my-locales https://hg.mozilla.org/releases/comm-beta/raw-file/default/suite/locales/shipped-locales --
  4. (edit the my-locales file for the changes required)
  5. /builds/buildbot/master01/bin/python force_release_l10n.py -m http://sea-master1.scl3.mozilla.com:8010 -t SEAMONKEY_<release #>_RELEASE -v -s my-locales -n ewong
  • To backout tag/update changes:
  • old way (for cvs stuff)

cvs backout: (for cvs.mozilla.org:/cvsroot/mozilla/tools/patcher)

  • cvs update
  • cvs log <filename>
  • cvs update -j <bad version> -j <good version> <filename>
  • cvs ci -m "<commit message>"

hg backout (for hg.mozilla.org/users/Callek_gmail.com/tools)

]

  • New way

(for hg.mozilla.org/users/Callek_gmail.com/tools)

  • hg pull ; hg update
  • hg backout -r <update revision>
  • hg commit -m <commit message>
  • hg backout -r <patcher update revision>
  • hg commit -m <commit message>
  • hg push ...

War on RDF

Due to my newfound hatred towards RDF, I've now tasked myself to go through the RDF bugs and remove traces of RDF from the tree. No, it isn't going to be easy, but I'm telling myself to do it once step at a time.

My first step:

  • bug 507676 - Port |Bug 435804 - Remaining rdf cleanup for FilterListDialog| to SeaMonkey

Info

Misc Info

Old Info

Old Stuff