Closed
Bug 91013
Opened 23 years ago
Closed 23 years ago
Switch from gtkEmbed to TestGtkEmbed for embed*.tar.gz
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mcafee, Assigned: leaf)
References
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
Switch from gtkEmbed to TestGtkEmbed for embed*.tar.gz delivery.
We're dumping gtkEmbed and plan on maintaining TestGtkEmbed.
Maybe an interim solution might be to ADD TestGtkEmbed first
and make sure people can do the switch Ok, then yank gtkEmbed.
Comment 1•23 years ago
|
||
All this is required is an update of the basebrowser-unix file to gather
different files. The build team won't know what that set of files should be so
this should probably go to valeski or someone on his team to gather that list
and update the packaging manifest.
Reporter | ||
Comment 3•23 years ago
|
||
looks like basebrowser-unix is a list of files wrt.
the dist/bin directory, so we can just add TestGtkEmbed,
patch attached.
Reporter | ||
Comment 4•23 years ago
|
||
Reporter | ||
Comment 5•23 years ago
|
||
How do I generate this tar.gz file so I can test this?
Comment 6•23 years ago
|
||
I think leaf owns the tar.gz script.?
Assignee | ||
Comment 7•23 years ago
|
||
erk. We don't have a build-system target for making the tarfile, i hacked it
into the build automation that does supplemental packaging things.
this change will have the desired, effect, though, since this manifest file is
what determines what gets put into dist/Embed; given that: sr=leaf on the change
Reporter | ||
Comment 9•23 years ago
|
||
fixed
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 10•23 years ago
|
||
nope, this didn't do it. reopening & over to leaf for a look.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 12•23 years ago
|
||
fixed with:
Index: Makefile.in
===================================================================
RCS file: /cvsroot/mozilla/embedding/browser/gtk/Makefile.in,v
retrieving revision 1.2
diff -u -r1.2 Makefile.in
--- Makefile.in 2000/06/28 20:24:24 1.2
+++ Makefile.in 2001/07/24 23:59:18
@@ -25,10 +25,6 @@
include $(DEPTH)/config/autoconf.mk
-DIRS=src
-
-ifdef ENABLE_TESTS
-DIRS += tests
-endif
+DIRS=src tests
include $(topsrcdir)/config/rules.mk
Status: ASSIGNED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 13•23 years ago
|
||
verifiying, TestGtkEmbed is there & works now.
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•