Changes

Jump to: navigation, search

Releases/Firefox 3.7a2/BuildNotes

2,536 bytes added, 04:19, 1 March 2010
Build/Repack
====Build/Repack====
* '''Linux''': no problems, tests green except for one known orange in xpcshell {{bug|539002}}* '''Win32''': no problems, tests all green '''Mac''': fails at mar creation (like 3.7a1), filed {{bug|549265}} make -C obj-firefox/ppc/tools/update-packaging mkdir -p ../../dist/update/mac/en-US/ MAR=/builds/slave/macosx_build/build/obj-firefox/ppc/dist/host/bin/mar \ /builds/slave/macosx_build/build/tools/update-packaging/make_full_update.sh \ "../../dist/update/mac/en-US//mozilladeveloperpreview-3.7a2.complete.mar" \ "../../dist/universal/MozillaDeveloperPreview/MozillaDeveloperPreview.app" /builds/slave/macosx_build/build/tools/update-packaging/make_full_update.sh: line 42: pushd: ../../dist/universal/MozillaDeveloperPreview/MozillaDeveloperPreview.app: No such file or directory * MacApplied this patch as a workaround: diff --git a/tools/update-packaging/Makefile.in b/tools/update-packaging/Makefile.in --- a/tools/update-packaging/Makefile.in +++ b/tools/update-packaging/Makefile.in @@ -53,17 +53,17 @@ PACKAGE_BASE_DIR = $(DIST) # Default output location for update archive STAGE_DIR = $(DIST)/$(PKG_UPDATE_PATH) ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT)) ifdef UNIVERSAL_BINARY ifneq (,$(filter %/l10n-stage,$(PACKAGE_BASE_DIR))) PACKAGE_DIR = $(PACKAGE_BASE_DIR)/$(MOZ_PKG_APPNAME)/$(MOZ_APP_DISPLAYNAME).app else -PACKAGE_DIR = $(PACKAGE_BASE_DIR)/universal/$(MOZ_PKG_APPNAME)/$(MOZ_APP_DISPLAYNAME).app +PACKAGE_DIR = $(PACKAGE_BASE_DIR)/universal/$(MOZ_PKG_DIR)/$(MOZ_APP_DISPLAYNAME).app endif else PACKAGE_DIR = $(PACKAGE_BASE_DIR)/$(MOZ_PKG_APPNAME)/$(MOZ_APP_DISPLAYNAME).app endif else PACKAGE_DIR = $(PACKAGE_BASE_DIR)/$(MOZ_PKG_DIR) endif* Ran these commands to finish up the build on the slave: cd /builds/slave/macosx_build/build MOZ_OBJDIR=obj-firefox MOZ_PKG_PRETTYNAMES=1 MOZ_PKG_VERSION=3.7a2 make -C obj-firefox/ppc/tools/update-packaging/ echo buildID=20100228155422 > obj-firefox/ppc/dist/macosx_info.txt MOZ_OBJDIR=obj-firefox MOZ_PKG_PRETTYNAMES=1 MOZ_PKG_VERSION=3.7a2 POST_UPLOAD_CMD="post_upload.py -p firefox -v 3.7a2 -n 1 --release-to-candidates-dir" UPLOAD_EXTRA_FILES=macosx_info.txt UPLOAD_HOST=stage.mozilla.org UPLOAD_SSH_KEY=~/.ssh/ffxbld_dsa UPLOAD_TO_TEMP=1 UPLOAD_USER=ffxbld make upload -C obj-firefox/ppc* On the master, to start the unittests: buildbot sendchange --username=sendchange-unittest --master=localhost:9010 --branch=macosx-release-unittest --revision=7b97c72399a0 "http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/3.7a2-candidates/build1/mac/en-US/MozillaDeveloperPreview 3.7 Alpha 2.dmg"* ''unit tests passed'' Deleted en-US.xpi from candidates dir
====Sign====
Confirm
4,293
edits

Navigation menu