Closed
Bug 451390
Opened 15 years ago
Closed 15 years ago
In comm-central <client.py>, add an |options.skip_ldapsdk|
Categories
(MailNews Core :: Build Config, enhancement)
MailNews Core
Build Config
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.9.1b1
People
(Reporter: sgautherie, Assigned: Callek)
Details
(Keywords: polish)
Attachments
(1 file)
1.25 KB,
patch
|
kairo
:
review+
|
Details | Diff | Splinter Review |
[I guess I'm +/- abusing the component, but anyway...] {{ LDAPCSDK_CO_TAG = 'LDAPCSDK_6_0_3_CLIENT_BRANCH' if not options.skip_cvs: if not options.skip_calendar: do_cvs_checkout(CALENDAR_DIRS, CALENDAR_CO_TAG, options.cvsroot, options.cvs, '') do_cvs_checkout(LDAPCSDK_DIRS, LDAPCSDK_CO_TAG, options.cvsroot, options.cvs, '') }} The tag rarely changes: no point checking it out every time.
Updated•15 years ago
|
Component: LDAP Integration → Build Config
Product: MailNews Core → SeaMonkey
QA Contact: ldap-integration → build-config
![]() |
||
Comment 1•15 years ago
|
||
(In reply to comment #0) > The tag rarely changes: no point checking it out every time. There's also not much harm, as it only checks and doesn't really pull any file if nothing changed.
Reporter | ||
Comment 2•15 years ago
|
||
(In reply to comment #1) Sure, I did not mean that it downloaded it every time, only that it's a small waste of time/bandwidth/log-space/etc.
![]() |
||
Updated•15 years ago
|
Product: SeaMonkey → MailNews Core
QA Contact: build-config → build-config
Assignee | ||
Comment 3•15 years ago
|
||
not convinced we even need this, but I don't see a harm in adding the option. Low-hanging-fruit
![]() |
||
Comment 4•15 years ago
|
||
Comment on attachment 340273 [details] [diff] [review] v1 I agree that I don't see it as much needed, but adding it doesn't harm anyone.
Attachment #340273 -
Flags: review?(kairo) → review+
Assignee | ||
Comment 5•15 years ago
|
||
$ hg outgoing -v running "ssh hg.mozilla.org "hg -R comm-central/ serve --stdio"" comparing with ssh://hg.mozilla.org/comm-central/ searching for changes changeset: 445:fff1a4dbb400 tag: tip user: Justin Wood <Callek@gmail.com> date: Fri Sep 26 18:19:18 2008 -0400 files: client.py description: Bug 451390, In comm-central <client.py>, add an |options.skip_ldap| r=pending $ hg push pushing to ssh://hg.mozilla.org/comm-central/ searching for changes remote: adding changesets remote: adding manifests remote: adding file changes remote: added 1 changesets with 1 changes to 1 files
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 6•15 years ago
|
||
V.Fixed, by using this option locally.
Status: RESOLVED → VERIFIED
Target Milestone: --- → mozilla1.9.1b1
Assignee | ||
Comment 7•15 years ago
|
||
gyah, meant to fix checkin comment before I actually checked in... r=KaiRo on that of course...
You need to log in
before you can comment on or make changes to this bug.
Description
•