Hi!
I was wondering whether there is a way that I can use the local disk repository to install a configuration from without actually changing it? Can www.squeaksource.com be redirected to the local disk? Apparently the earthquake got over some routers... Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. |
Alexandre,
You can use #repositoryOverrides: to pass in a a list of MCRepsitories to a version like the following: | project version repo | project := self project. version := project version: '1.0'. repo := MCDiDirectoryRepository new. repo directory: FileDirectory on: '<path to directory>'. version repositoryOverrides: (OrderedCollection with: repo). version load. The list of repositories overrides every repository specified in the config. Note that automatic update of development configs doesn't honor repositoryOverrides: ... yet. Dale ----- "Alexandre Bergel" <[hidden email]> wrote: | Hi! | | I was wondering whether there is a way that I can use the local disk | | repository to install a configuration from without actually changing | it? | Can www.squeaksource.com be redirected to the local disk? | | Apparently the earthquake got over some routers... | | Cheers, | Alexandre | -- | _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: | Alexandre Bergel http://www.bergel.eu | ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. |
Ok, I will try. Thanks Dale!
Alexandre On 1 Mar 2010, at 14:52, Dale Henrichs wrote: > Alexandre, > > You can use #repositoryOverrides: to pass in a a list of > MCRepsitories to a version like the following: > > | project version repo | > project := self project. > version := project version: '1.0'. > repo := MCDiDirectoryRepository new. > repo directory: FileDirectory on: '<path to directory>'. > version repositoryOverrides: (OrderedCollection with: repo). > version load. > > The list of repositories overrides every repository specified in the > config. Note that automatic update of development configs doesn't > honor repositoryOverrides: ... yet. > > Dale > ----- "Alexandre Bergel" <[hidden email]> wrote: > > | Hi! > | > | I was wondering whether there is a way that I can use the local disk > | > | repository to install a configuration from without actually changing > | it? > | Can www.squeaksource.com be redirected to the local disk? > | > | Apparently the earthquake got over some routers... > | > | Cheers, > | Alexandre > | -- > | _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > | Alexandre Bergel http://www.bergel.eu > | ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. |
FAQQQQQQQQQQQQQQQQ!!!
I wanted to know the same :) On Tue, Mar 2, 2010 at 12:29 AM, Alexandre Bergel <[hidden email]> wrote: Ok, I will try. Thanks Dale! |
DDDDOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNEEEEEEEEEEEE!
:) Dale ----- "Mariano Martinez Peck" <[hidden email]> wrote: | FAQQQQQQQQQQQQQQQQ!!! | | I wanted to know the same :) | | On Tue, Mar 2, 2010 at 12:29 AM, Alexandre Bergel | <[hidden email]>wrote: | | > Ok, I will try. Thanks Dale! | > | > Alexandre | > | > | > | > On 1 Mar 2010, at 14:52, Dale Henrichs wrote: | > | > Alexandre, | >> | >> You can use #repositoryOverrides: to pass in a a list of | MCRepsitories to | >> a version like the following: | >> | >> | project version repo | | >> project := self project. | >> version := project version: '1.0'. | >> repo := MCDiDirectoryRepository new. | >> repo directory: FileDirectory on: '<path to directory>'. | >> version repositoryOverrides: (OrderedCollection with: repo). | >> version load. | >> | >> The list of repositories overrides every repository specified in | the | >> config. Note that automatic update of development configs doesn't | honor | >> repositoryOverrides: ... yet. | >> | >> Dale | >> ----- "Alexandre Bergel" <[hidden email]> wrote: | >> | >> | Hi! | >> | | >> | I was wondering whether there is a way that I can use the local | disk | >> | | >> | repository to install a configuration from without actually | changing | >> | it? | >> | Can www.squeaksource.com be redirected to the local disk? | >> | | >> | Apparently the earthquake got over some routers... | >> | | >> | Cheers, | >> | Alexandre | >> | -- | >> | _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: | >> | Alexandre Bergel http://www.bergel.eu | >> | ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. | >> | > | > -- | > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: | > Alexandre Bergel http://www.bergel.eu | > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. | > | > | > | > | > | > |
:) Sorry...I was lazy...
No, actually I was with bad mood. Thanks Mariano On Tue, Mar 2, 2010 at 6:44 PM, Dale Henrichs <[hidden email]> wrote: DDDDOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNEEEEEEEEEEEE! |
----- "Mariano Martinez Peck" <[hidden email]> wrote: | :) Sorry...I was lazy... | | No, actually I was with bad mood. Haha, I've been in a couple of bad moods myself ... no problem. Actually, I was glad to be reminded that a FAQ was needed... Dale |
Free forum by Nabble | Edit this page |