Tobias Pape uploaded a new version of MonticelloConfigurations to project The Trunk:
http://source.squeak.org/trunk/MonticelloConfigurations-topa.138.mcz ==================== Summary ==================== Name: MonticelloConfigurations-topa.138 Author: topa Time: 24 September 2015, 2:48:24.846 pm UUID: 153b9666-3723-4eb0-b230-7bc75450b892 Ancestors: MonticelloConfigurations-dtl.137 Do not nil out Updaters on initialize, beacuse this can screw the whole update process. =============== Diff against MonticelloConfigurations-dtl.137 =============== Item was changed: ----- Method: MCMcmUpdater class>>initialize (in category 'class initialization') ----- initialize "MCMcmUpdater initialize" DefaultUpdateURL ifNil:[ DefaultUpdateURL := MCHttpRepository trunkUrlString. ]. + "Call + MCMcmUpdater resetUpdaters + manually if necessary"! - Updaters := nil. - ! Item was added: + ----- Method: MCMcmUpdater class>>resetUpdaters (in category 'class initialization') ----- + resetUpdaters + + Updaters := nil.! |
Here's the thing:
The change to initialize effects that it is called. Hence, after updating _past_ MonticelloConfigurations-dtl.137, the Updaters classvar of MCMcmUpdater will be nil, and hence every following attempt to update will restart from 1 and, inevitably, fail eventually. (Evidence: all saved images from the CI since september 3) What we can do: - remove the last three .mcm's that reference MonticelloConfigurations-dtl.137 - update-eem.333 - update-eem.334 - update-eem.335 - I don't know whether each of them is an important milestone for loading individually. if so: - replace 333-335 with maps that refer to MonticelloConfigurations-topa.138 to skip 137 if not: - make a new 333 that merges the changes of the old 333-335 and refers to MonticelloConfigurations-topa.138, also to skip 137. Thoughts? Best regards -Tobias On 24.09.2015, at 12:48, [hidden email] wrote: > Tobias Pape uploaded a new version of MonticelloConfigurations to project The Trunk: > http://source.squeak.org/trunk/MonticelloConfigurations-topa.138.mcz > > ==================== Summary ==================== > > Name: MonticelloConfigurations-topa.138 > Author: topa > Time: 24 September 2015, 2:48:24.846 pm > UUID: 153b9666-3723-4eb0-b230-7bc75450b892 > Ancestors: MonticelloConfigurations-dtl.137 > > Do not nil out Updaters on initialize, beacuse this can screw the whole update process. > > =============== Diff against MonticelloConfigurations-dtl.137 =============== > > Item was changed: |
> On 24.09.2015, at 14:59, Tobias Pape <[hidden email]> wrote: > > Here's the thing: > > The change to initialize effects that it is called. > Hence, after updating _past_ MonticelloConfigurations-dtl.137, > the Updaters classvar of MCMcmUpdater will be nil, and hence > every following attempt to update will restart from 1 and, > inevitably, fail eventually. > (Evidence: all saved images from the CI since september 3) > > What we can do: > - remove the last three .mcm's that reference MonticelloConfigurations-dtl.137 > - update-eem.333 > - update-eem.334 > - update-eem.335 > - I don't know whether each of them is an important milestone for loading > individually. > if so: > - replace 333-335 with maps that refer to MonticelloConfigurations-topa.138 > to skip 137 > if not: > - make a new 333 that merges the changes of the old 333-335 and > refers to MonticelloConfigurations-topa.138, also to skip 137. > > Thoughts? Simplest to just overwrite them with ones having topa.138 IMHO. Pretty simple to do to. - Bert - > > Best regards > -Tobias > > > On 24.09.2015, at 12:48, [hidden email] wrote: > >> Tobias Pape uploaded a new version of MonticelloConfigurations to project The Trunk: >> http://source.squeak.org/trunk/MonticelloConfigurations-topa.138.mcz >> >> ==================== Summary ==================== >> >> Name: MonticelloConfigurations-topa.138 >> Author: topa >> Time: 24 September 2015, 2:48:24.846 pm >> UUID: 153b9666-3723-4eb0-b230-7bc75450b892 >> Ancestors: MonticelloConfigurations-dtl.137 >> >> Do not nil out Updaters on initialize, beacuse this can screw the whole update process. >> >> =============== Diff against MonticelloConfigurations-dtl.137 =============== >> >> Item was changed: > > > > smime.p7s (5K) Download Attachment |
On 24.09.2015, at 15:28, Bert Freudenberg <[hidden email]> wrote: >> >> On 24.09.2015, at 14:59, Tobias Pape <[hidden email]> wrote: >> >> Here's the thing: >> >> The change to initialize effects that it is called. >> Hence, after updating _past_ MonticelloConfigurations-dtl.137, >> the Updaters classvar of MCMcmUpdater will be nil, and hence >> every following attempt to update will restart from 1 and, >> inevitably, fail eventually. >> (Evidence: all saved images from the CI since september 3) >> >> What we can do: >> - remove the last three .mcm's that reference MonticelloConfigurations-dtl.137 >> - update-eem.333 >> - update-eem.334 >> - update-eem.335 >> - I don't know whether each of them is an important milestone for loading >> individually. >> if so: >> - replace 333-335 with maps that refer to MonticelloConfigurations-topa.138 >> to skip 137 >> if not: >> - make a new 333 that merges the changes of the old 333-335 and >> refers to MonticelloConfigurations-topa.138, also to skip 137. >> >> Thoughts? > > > Simplest to just overwrite them with ones having topa.138 IMHO. Pretty simple to do to. I'm always confused by the config editor and am afraid to break things :D Best regards -Tobias > > - Bert - > >> >> Best regards >> -Tobias >> >> >> On 24.09.2015, at 12:48, [hidden email] wrote: >> >>> Tobias Pape uploaded a new version of MonticelloConfigurations to project The Trunk: >>> http://source.squeak.org/trunk/MonticelloConfigurations-topa.138.mcz >>> >>> ==================== Summary ==================== >>> >>> Name: MonticelloConfigurations-topa.138 >>> Author: topa >>> Time: 24 September 2015, 2:48:24.846 pm >>> UUID: 153b9666-3723-4eb0-b230-7bc75450b892 >>> Ancestors: MonticelloConfigurations-dtl.137 >>> >>> Do not nil out Updaters on initialize, beacuse this can screw the whole update process. >>> >>> =============== Diff against MonticelloConfigurations-dtl.137 =============== >>> >>> Item was changed: signature.asc (1K) Download Attachment |
> On 24.09.2015, at 15:56, Tobias Pape <[hidden email]> wrote: > > > On 24.09.2015, at 15:28, Bert Freudenberg <[hidden email]> wrote: > >>> >>> On 24.09.2015, at 14:59, Tobias Pape <[hidden email]> wrote: >>> >>> Here's the thing: >>> >>> The change to initialize effects that it is called. >>> Hence, after updating _past_ MonticelloConfigurations-dtl.137, >>> the Updaters classvar of MCMcmUpdater will be nil, and hence >>> every following attempt to update will restart from 1 and, >>> inevitably, fail eventually. >>> (Evidence: all saved images from the CI since september 3) >>> >>> What we can do: >>> - remove the last three .mcm's that reference MonticelloConfigurations-dtl.137 >>> - update-eem.333 >>> - update-eem.334 >>> - update-eem.335 >>> - I don't know whether each of them is an important milestone for loading >>> individually. >>> if so: >>> - replace 333-335 with maps that refer to MonticelloConfigurations-topa.138 >>> to skip 137 >>> if not: >>> - make a new 333 that merges the changes of the old 333-335 and >>> refers to MonticelloConfigurations-topa.138, also to skip 137. >>> >>> Thoughts? >> >> >> Simplest to just overwrite them with ones having topa.138 IMHO. Pretty simple to do to. > > Could you do that? > I'm always confused by the config editor and am afraid to break things :D > > Best regards > -Tobias - Bert - smime.p7s (5K) Download Attachment |
Thanks!
On 24.09.2015, at 16:55, Bert Freudenberg <[hidden email]> wrote: >> >> On 24.09.2015, at 15:56, Tobias Pape <[hidden email]> wrote: >> >> >> On 24.09.2015, at 15:28, Bert Freudenberg <[hidden email]> wrote: >> >>>> >>>> On 24.09.2015, at 14:59, Tobias Pape <[hidden email]> wrote: >>>> >>>> Here's the thing: >>>> >>>> The change to initialize effects that it is called. >>>> Hence, after updating _past_ MonticelloConfigurations-dtl.137, >>>> the Updaters classvar of MCMcmUpdater will be nil, and hence >>>> every following attempt to update will restart from 1 and, >>>> inevitably, fail eventually. >>>> (Evidence: all saved images from the CI since september 3) >>>> >>>> What we can do: >>>> - remove the last three .mcm's that reference MonticelloConfigurations-dtl.137 >>>> - update-eem.333 >>>> - update-eem.334 >>>> - update-eem.335 >>>> - I don't know whether each of them is an important milestone for loading >>>> individually. >>>> if so: >>>> - replace 333-335 with maps that refer to MonticelloConfigurations-topa.138 >>>> to skip 137 >>>> if not: >>>> - make a new 333 that merges the changes of the old 333-335 and >>>> refers to MonticelloConfigurations-topa.138, also to skip 137. >>>> >>>> Thoughts? >>> >>> >>> Simplest to just overwrite them with ones having topa.138 IMHO. Pretty simple to do to. >> >> Could you do that? >> I'm always confused by the config editor and am afraid to break things :D >> >> Best regards >> -Tobias > > Hehe. Sure. Done. > > - Bert - signature.asc (1K) Download Attachment |
Free forum by Nabble | Edit this page |