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

41 Коммитов

Автор SHA1 Сообщение Дата
preed@mozilla.com 9523d5773e Bug 354166: Cache HashFile() calls. r=cf 2007-08-09 15:10:53 -07:00
nrthomas@gmail.com bfdfc4aed3 Bug 381172, use DisableCompleteJump to override of code that forces complete update, r=preed 2007-05-23 02:58:30 -07:00
preed@mozilla.com 229487ddcf Bug 375332: patcher2 changes required to support beta program: 2nd part of this feature:While generating the snippets, see if I'm a channel for which we're publishing rc's; if so, then I want the appv advertised in the snippet to have "rcN" appended to it, but nothing else.There's a special case for partial updates (which makes this patch especially hairy) where if the rc value is greater than 1, we need to publish a complete patch, because we're not generating partials from every RC to the final build. There's some extra code in here to deal with that.There's also some code to pretty print when we do this munging.r=rhelmer, cf (implicitly, since he gets to run it first, and will know if it blows up in his face ;-) 2007-05-02 17:45:18 -07:00
preed@mozilla.com 889cb5ea29 Bug 375332: patcher2 changes required to support beta program; specifically, this allows a way to configure patcher to dump snippets for all a channel in a separate directory, to be staged separately. r=rhelmer. 2007-04-17 13:53:28 -07:00
redfive@acm.org 10a8eb3489 bug 371178 - patcher2 should replace version stringsr=preedChanges:- pass in version string into calls to SubstitutePath()- clean up some indenting 2007-04-11 12:29:28 -07:00
roc+@cs.cmu.edu 0054412272 Bug 374866. Reftests for text-transform. r=dbaron 2007-03-22 16:01:14 -07:00
bhearsum%mozilla.com fa906d35f9 bug 444266: add basic --help and a README to patcher. r=me, patch=rhelmer 2008-07-11 19:05:35 +00:00
nrthomas%gmail.com 7bd47ff69c Bug 428063, Support major releases (rename rcN to buildN in update offer), r=bhearsum 2008-04-29 14:01:33 +00:00
rhelmer%mozilla.com 01666cce71 put update tools on path when in fast mode r=coop b=391958 2008-03-14 20:19:44 +00:00
bhearsum%mozilla.com f81eecb7e5 bug 420947: patcher should use 'prettyVersion' in the update dialog (appv) and 'version' for everything else. r=nrthomas, patch=me 2008-03-10 17:42:47 +00:00
rhelmer%mozilla.com e3945b58ec wrap RunShellCommand in run_shell_command method for better logging and error handling r=coop b=391958 2008-01-11 23:10:59 +00:00
ccooper%deadsquid.com e0d9f29103 b=391958
r=rhelmer
- landing again now that bug 375415 is fixed
2008-01-10 21:06:05 +00:00
ccooper%deadsquid.com ef43565e0c b=391958
r=rhelmer
- backing uot (again) pending fixes for bug 375415
2008-01-08 04:24:46 +00:00
ccooper%deadsquid.com b372bebb9a b=391358
r=mozpreed
- use make_incremental_updates.py
2008-01-04 17:56:38 +00:00
bhearsum%mozilla.com d486463bfc bug 405042: make patcher2.pl work on old and new build machines. r=rhelmer, patch=me 2007-12-04 18:11:10 +00:00
ccooper%deadsquid.com 847d7ff2be - revert partial patch improvements until after 2.0.0.11 2007-11-28 21:27:12 +00:00
ccooper%deadsquid.com a82f524d5e b=391958
p=schrep/preed
r=coop
- allow patcher2.pl to optionally call make_incremental_updates.py
2007-11-21 15:10:42 +00:00
preed%mozilla.com 3ca5a17d7e Bug 354166: Cache HashFile() calls. r=cf 2007-08-09 22:10:53 +00:00
nrthomas%gmail.com 20a9494800 Bug 381172, use DisableCompleteJump to override of code that forces complete update, r=preed 2007-05-23 09:58:30 +00:00
preed%mozilla.com 5630bc39eb Bug 375332: patcher2 changes required to support beta program: 2nd part of this feature:
While generating the snippets, see if I'm a channel for which we're publishing rc's; if so, then I want the appv advertised in the snippet to have "rcN" appended to it, but nothing else.

There's a special case for partial updates (which makes this patch especially hairy) where if the rc value is greater than 1, we need to publish a complete patch, because we're not generating partials from every RC to the final build.  There's some extra code in here to deal with that.

There's also some code to pretty print when we do this munging.

r=rhelmer, cf (implicitly, since he gets to run it first, and will know if it blows up in his face ;-)
2007-05-03 00:45:18 +00:00
preed%mozilla.com 920df71785 Bug 375332: patcher2 changes required to support beta program; specifically, this allows a way to configure patcher to dump snippets for all a channel in a separate directory, to be staged separately. r=rhelmer. 2007-04-17 20:53:28 +00:00
redfive%acm.org 867bd104e1 bug 371178 - patcher2 should replace version strings
r=preed
Changes:
- pass in version string into calls to SubstitutePath()
- clean up some indenting
2007-04-11 19:29:28 +00:00
preed%mozilla.com 3d83223223 Bug 363108: allow patcher's --build-tools to pull from something other than the trunk head; r=rhelmer 2007-02-27 23:28:36 +00:00
bent.mozilla%gmail.com ff87641edb Bug 369656 - "patcher2 uses an odd method for checking out CVSHEAD which is currently broken". r=preed. 2007-02-27 22:11:08 +00:00
preed%mozilla.com 91a6fab74f Bug 371062: Fix two regressions with past release update snippet handling. r=rhelmer 2007-02-20 23:00:22 +00:00
preed%mozilla.com 1d942afd93 Bug 367802: patcher2 needs to use MozBuild::Util. r=rhelmer 2007-01-31 21:59:34 +00:00
preed%mozilla.com 16f7fef1fb Bug 364499: Fix a problem where we conflated path w/ url; r=rhelmer 2007-01-31 02:45:56 +00:00
preed%mozilla.com 20ee6a9e36 Bug 364499: allow the ability to create per-AUS channel URLs, to facilitate snippets pointed at different URLs in each channel, if necessary. r=rhelmer 2007-01-27 03:34:46 +00:00
preed%mozilla.com 0ac0d9da1f Bug 366650: Make sure we generate updateType for complete snippets. r=rhelmer 2007-01-27 01:59:27 +00:00
preed%mozilla.com 152992a6de Bug 366650: patcher2 should use license and updateType settings; Fixes errors where you don't have a licenseUrl defined (popped the following assertion: ASSERT: SubstitutePath() called with null path at line 353.); always defines $updateType, even if it's not defined. write_patch_info(), which is the consumer of this data, can handle undef, but the rest of the app has troubles w/ that. r=rhelmer. 2007-01-23 00:45:01 +00:00
rhelmer%mozilla.com f5c5f90737 remove undeclared var errors introduced by previous patch 2007-01-22 04:34:43 +00:00
rhelmer%mozilla.com a7feb3f694 patcher2 should use license and updateType settings b=366650 r=preed 2007-01-16 17:47:02 +00:00
preed%mozilla.com 142e738a5b Bug 363108: patcher2.pl --build-tools pulls from the trunk. This is bad for a number of reasons. This is a stop-gap measure to get --build-tools working again after the cairo/svg landing and the dbus landing. patch=tfullhart. r=preed. 2006-12-09 02:47:38 +00:00
preed%mozilla.com 19cf28be3e Bug 360813: patcher2.pl doesn't generate correct snippits for older releases on partner builds. r=preed 2006-12-06 01:11:27 +00:00
gavin%gavinsharp.com ab40cc06ae Bug 352521: Error in example patcher config, patch by Nick Thomas (cf) <nrthomas@gmail.com>, r=preed 2006-11-06 15:49:50 +00:00
preed%mozilla.com 30ecbb3439 Fix a minor bug where partial patchinfo snippets were always created with the default schema, not the specified schema. Trivial, so no bug number. r=rhelmer. 2006-10-06 20:29:52 +00:00
preed%mozilla.com 825372ac88 Bug 347256: Add patcher2 support for update metadata. r=rhelmer 2006-09-29 05:11:23 +00:00
preed%mozilla.com ff69df89db Bug 354166: add ability to use a user-defined CVSROOT. r=rhelmer 2006-09-25 19:52:14 +00:00
preed%mozilla.com 06aa3bfcc7 Bug 354166: add the ability to specify different appv/extv values for the same release. r=rhelmer 2006-09-25 19:32:54 +00:00
preed%mozilla.com 2f122bc3a3 Bug 336338: Localize detailsUrls for updates. Also, slip in fixes for: the progress meter, which never got incremented during a run, and be more explicit about calls to SubtitutePath() which may not be doing what we expect (since we're using it in a number of different ways than we originally were). r=rhelmer 2006-09-25 18:25:48 +00:00
preed%mozilla.com 1e7a70c15e Bug 346926: Move patcher to the public repo. These were checked in from the PATCHER2_PUBLIC_RELEASE tag. r=rhelmer. 2006-08-10 22:00:06 +00:00