Closed
Bug 74565
Opened 24 years ago
Closed 24 years ago
CVS should be parameterized in the build
Categories
(SeaMonkey :: Build Config, defect, P5)
Tracking
(Not tracked)
VERIFIED
FIXED
Future
People
(Reporter: mozilla-work, Assigned: cls)
Details
Attachments
(1 file)
I am behind a firewall, so I would like "cvs" to be "runsocks cvs". However,
all the cvs commands are hard-coded to be "cvs". If you added:
CVS=cvs
to the Makefile and change references to cvs to, for example:
$(CVS) co foo
then I could just change this in one place and get up and running quickly.
Comment 1•24 years ago
|
||
these sorts of suggestions always get implemented more quickly when there is a
patch included.
| Reporter | ||
Comment 2•24 years ago
|
||
When I have a patch, I will submit it.
Updated•24 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•24 years ago
|
||
OK, here's the promised patch. Now if you type:
gmake CVS="runsocks cvs" -f client.mk
it will run a sockified cvs so you can get through your SOCKS firewall.
| Reporter | ||
Comment 4•24 years ago
|
||
Thanks for the patch. It has been checked in. Marking fixed.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 6•24 years ago
|
||
reassigning QA contact to reporter to be verified.
QA Contact: granrose → stephen
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•