Граф коммитов

44 Коммитов

Автор SHA1 Сообщение Дата
Mark Banner 3f2368184e Backout unintended client.py change 2010-04-22 07:38:36 +01:00
Mark Banner a64f63c618 Fix WSEnable build bustage. a=Standard8 2010-04-22 07:36:02 +01:00
Serge Gautherie 0f78eb9b9c Bug 552955 - Resync' client.py on c-1.9.1 after bug 508955 and bug 538528; (Bv1) Clean a blank line up on c-c.
(no review)
2010-03-17 19:27:07 +01:00
Serge Gautherie b9bc9f05a1 Bug 538528 - Allow client.py network attempts to restart itself in case of failures; (Cv1) Never retry 'cvs checkout', Rewrite its call, Improve documentation.
r=gozer.
2010-03-17 17:54:06 +01:00
Serge Gautherie b135b0d824 Bug 538528 - Allow client.py network attempts to restart itself in case of failures; (Bv1a) Never retry 'hg update', Reorder/Rewrite some code, Improve documentation.
r=gozer.
2010-03-17 14:59:43 +01:00
Philippe M. Chiasson bd057618ec Bug 508955. Address comment #2 in proper handling of hg clone options. r=Callek 2010-02-17 15:24:59 -05:00
Philippe M. Chiasson 89fbf16b55 Bug 508955. Missed one instance of hgcloneopts when un-bitrotting the original patch. 2010-02-17 12:41:41 -05:00
Serge Gautherie 0376e156df Bug 538528 - Allow client.py network attempts to restart itself in case of failures; (Av3d) Add a '--retries' option related to check_call_noisy(), Sort hg options, Fix program usage nits.
r=(Callek, gozer) sr=Standard8.

Initial patch by Justin Wood, rewritten by me.
2010-02-17 16:52:24 +01:00
Philippe M. Chiasson 41302649fc Bug 508955 - Add to client.py --hg-clone-options r=kairo 2010-02-05 11:08:45 -05:00
Serge Gautherie 2929b6b57c Bug 537571 - client.py should error out early if wrong python version;
(Bv1) Detect v1- and (future) v4+ too. r+=Gozer
2010-01-16 07:54:00 -05:00
Justin Wood cb67f7762f Bug 537571, client.py should error out early if wrong python version
r+=gozer
2010-01-13 15:53:10 -05:00
Serge Gautherie ffe6fd8ce7 Bug 524682 - comm-central should pull Chatzilla from hg rather than CVS; (Av1).
r=(gozer, kairo)
2009-11-03 05:02:59 +01:00
Mark Banner cfa7c7ed54 Bug 522445 - "Adjust client.py for handling the creation of the 1.9.1 branch" [r=gozer,kairo a=Standard8 for checkin to closed tree] 2009-10-22 16:05:39 +01:00
Mark Banner 8c3d864635 Bustage fix for bug 520401 - pick up a new version with correct c-style comments 2009-10-06 22:49:32 +01:00
Mark Banner db18a1febc Bug 520476 Pick up latest LDAP c-sdk fixes - update to LDAPCSDK_6_0_6C_MOZILLA_RTM. r+sr+a=Standard8 2009-10-06 22:23:31 +01:00
Mark Banner dc5e4f26e2 Bug 481835 - "client.py should use hg pull without -r tip argument" [r=Callek] 2009-07-18 19:44:35 +01:00
Dan Mosedale 3289dfa8b7 Make it possible invoke "./client.py" rather than "python client.py" by fixing the file permissions and switching the interpreter to a more portable invocation. r=Standard8. no bug. 2009-06-19 13:32:16 -07:00
Mark Banner a27929ca63 Pick up new version of LDAP c-sdk to pick up bustage (from bug 491545) fix for some Windows compilers. r/sr=Standard8 2009-05-11 13:42:31 +01:00
Mark Banner 24c2fd8438 Upgrade LDAP C-SDK to latest code to fix bug 491488 latest trunk failing to start with 'missing msvcr80.dll error'. r/sr=Standard8 2009-05-08 11:21:52 +01:00
Serge Gautherie 0bc69e7bf7 Bug 484205 - Additional fixes to client.py, after bug 482686; (Cv1) Improve current code and documentation, use sys.exit() more; r=bugspam.Callek 2009-04-26 15:25:08 +02:00
Serge Gautherie 868b723d74 Bug 484205 - Additional fixes to client.py, after bug 482686; (Bv1) 1 optimization, plus some reorderings; r=bugspam.Callek 2009-04-15 10:45:45 +02:00
Serge Gautherie 94cbff2a17 Bug 482686 - comm-central should pull Venkman from hg rather than CVS; (Av5) Pull Hg instead of cvs; r=(bugspam.Callek + kairo) 2009-03-19 16:35:42 +01:00
Mark Banner 5e26eee8a4 Bug 473827 Remove pulling of wallet from client.py. r=KaiRo 2009-01-19 16:16:43 +00:00
Philippe M. Chiasson c37760ea18 Bug 470671. Fix client.py's incorrect detection of mozilla-central clone when missing a trailing '/'. r=Standard8 2008-12-22 11:33:05 -05:00
Robert Kaiser 368238f2a4 followup for bug 465521 - fixup section name in .treestate as python 2.6 doesn't allow 'default', r=Standard8 2008-12-01 22:18:11 +01:00
Mark Banner 50fed9bf68 Pull from default rather than tip to get around problems with named branches on tinderboxes. no bug, r=gozer over irc 2008-12-01 19:34:05 +00:00
Justin Wood 3dd658758a bug 465521 - client.py needs a way to update the default repo for m-c, add move_to_stable functionality to switch comm-central pulls to mozilla-1.9.1 branch, r=Standard8,davida,KaiRo 2008-12-01 18:27:18 +01:00
Robert Kaiser a5924ed428 bug 461938 - remove old suite typeaheadfind implementation from pull and packages, r+sr=Neil 2008-11-04 16:59:25 +01:00
Philippe M. Chiasson f0364e241d Bug 459396. make client.py use 'hg pull -r tip' when pulling to work around hg bug. r=Callek
Upstream bug: http://www.selenic.com/mercurial/bts/issue1320
2008-10-10 12:59:43 -04:00
Philippe M. Chiasson 84177b51c4 Bug 458215. Add --hg-options to client.py to pass arbitrary options to hg. r=Callek 2008-10-02 13:19:48 -04:00
Philippe M. Chiasson 933b3e46eb Backed out changeset 25e511ccfceb 2008-09-29 17:32:52 -04:00
Philippe M. Chiasson b44dad4624 adapt default tags of client.py to pull THUNDERBIRD_3_0b1_RELEASE, tracked by bug 457709 2008-09-29 17:32:46 -04:00
Justin Wood 334708cbb6 Bug 451390, In comm-central <client.py>, add an |options.skip_ldap|
r=pending
2008-09-26 18:19:18 -04:00
Robert Kaiser 8cb94fb261 merge release changes back to tip, also change SeaMonkey version to 2.0a2pre 2008-09-25 00:49:47 +02:00
Robert Kaiser e1b29dff5d adapt default tags of client.py to pull SEAMONKEY_2_0a1_RELEASE, tracked by bug 456873 2008-09-25 00:34:39 +02:00
Robert Kaiser 4822d5399c bug 455727 - import calendar/ into comm-central, remove pulling of calendar from client.py, r=Callek 2008-09-18 16:12:49 +02:00
Mark Banner 63db2034e6 Bug 359716 Upgrade LDAP C-SDK to 6.0.6 on trunk for Address Book. r/sr=dmose 2008-09-18 08:58:17 +01:00
Justin Wood 2652ff39a4 Bug 451811, comm-central's client.py needs ability to pull specific revisions/tags
r=KaiRo
2008-08-29 10:40:21 -04:00
Ian Neal 2f9a9682c5 Bug 451887 – Special case cvs checkout on HEAD in client.py for comm-central
p=me r=kairo
2008-08-24 02:07:00 +01:00
Justin Wood 99341a75d7 Bug 437064 - DOM Inspector should live in its own repository.
comm-central patch to actually checkout from the new repo. r=KaiRo
2008-08-15 19:47:02 -04:00
Philipp Kewisch e05a266114 Fix bug 447722 - Remove webdav from client.py. r/a=kairo 2008-07-27 10:36:25 +02:00
Justin Wood d017b35e11 Bug 447225, actually support advertised --skip-calendar option.
r=KaiRo, a[closed-tree]=KaiRo over IRC
2008-07-24 00:29:59 -04:00
Mark Banner 9edbabd01d Bug 446604 Provide -v option to client.py to list changed files during hg update. r=KaiRo,callek. a=KaiRo,dmose for checkin to closed tree 2008-07-22 20:58:15 +01:00
Robert Kaiser 77157ac94b bug 444686 - create/adapt build system for comm-central, creating the buildsystem, r=ted r=Callek r=Standard8 2008-07-22 14:27:55 +02:00