[UPDATES] 12 for Squeak3.7alpha

Michael Rueger michael at squeakland.org
Fri Dec 12 16:36:57 UTC 2003


Brent Vukmer wrote:

> This also screws up the file list.

In what way?
Some entries still are broken, the UIUC has thrown some directory error 
for a while now.

The do-it below seems to fix the server hick-up:

Updates can still be fetched from the European mirror, so we have a 
chance to fix it this way.


Michael

--------------------

| sqcInternetOne |
"Add Internal (testing) SqF updates server"
sqcInternetOne _ (ServerDirectory serverNamed: 'ftp.theinternetone.net') 
copy.
sqcInternetOne groupName: 'SqC Internal Updates*'.
ServerDirectory addServer: sqcInternetOne named: 'UpdatesAtSqFInternal'.

"Assign a better name to the SqF updates server"
sqcInternetOne _ ServerDirectory serverNamed: 'ftp.theinternetone.net'.
ServerDirectory addServer: (ServerDirectory serverNamed: 
'ftp.theinternetone.net') named: 'UpdatesAtSqF'.
ServerDirectory removeServerNamed: 'squeakfoundation' ifAbsent: [].






More information about the Squeak-dev mailing list