It has been a while since I used squeak. 1. where should I get the lastest and greatest from and how does one use the repositories. I am used to using Store in VisualWorks so I am going to have to get used to using the squeak UI etc.

 

Also. We will need to get some of our current builds. We are 2 weeks away from code freeze so we can get our latest ASN1 and crypto stuff. Not everything is there. there is stuff still in development and I have a store repository here that I can have people access that is out side of Cincom so everyone can log in and get the latest and greatest builds.

 

So I am waiting for some go ahead with Jim but in the meantime I can brush on on things I need to get productive in squeak. IF I could have some pointers that would be great. I need the download point for the latest build and how to update to the current packages etc. Since you have more experience if you could point me in the direction that would be great.

 

Sean

 


From: cryptography-bounces@lists.squeakfoundation.org [mailto:cryptography-bounces@lists.squeakfoundation.org] On Behalf Of Ron Teitelbaum
Sent: Thursday, October 20, 2005 5:32 PM
To: 'Cryptography Team Development List'
Subject: [Cryptography Team] Repository Locations

 

Rob Withers:
>
Is there a server where we could store a primary Monticello repository for crypto packages, base and protocol?

 

Ok I added repositories for Base, Ciphers, and Protocols.  Rob I was able to add you as a developer so you should be set.  Hans-Martin and Sean could you go sign up on www.SqueakSource.com and I will add you also.

 

We need to decide if cryptography should be included in the base squeak image so that we can make a recommendation to the community.  What does everyone think?

 

I will move the information from the previous wiki link to the base repository wiki.  I will send you a link after that is done.

 

The repositories are at:

 

MCHttpRepository
    location: 'http://kilana.unibe.ch:8888/CryptographyBase'
    user: '<Your Initials on SqueakSource>'
    password: '<Your Password on SqueakSource>'

 

MCHttpRepository

    location:'http://kilana.unibe.ch:8888/CryptographyCiphers'

    user:'<Your Initials on SqueakSource>'

    password: '<Your Password On SqueakSource>'
 
MCHttpRepository

    location: 'http://kilana.unibe.ch:8888/CryptographyProtocol'

    user:'<Your Initials on SqueakSource>'

    password: '<Your Password On SqueakSource>'
 
 
Ron