Comment #1 on issue 4214 by
[hidden email]: Pharo Hudson
installation should be independend of third Party Servers
http://code.google.com/p/pharo/issues/detail?id=4214Note from lukas (from another report here so we don't forget:)
If you do within your Jenkins scripts
Gofer new
disableRepositoryErrors;
...
then Gofer silently ignores repositories that are not available and
eventually uses the local package cache (from the previous Jenkins builds).
Also multiple repositories can be specified, combined with the above it is
easy to have a fallback:
Gofer new
disableRepositoryErrors;
squeaksource: 'primaryFoo';
url: '
http://secondaryFoo'; ...
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker