SS3 canary question

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

SS3 canary question

Chris Cunnington-3
Hi Tobias,


I don't think this (autogenerated) works:

(
Installer url: 'http://canary.netshed.de/ss/SqueakSource3') addPackage: 'SqueakSource-Caching-Core'; addPackage: 'SqueakSource-Core'; install

This does:

(Installer monticello http: 'http://canary.netshed.de/ss/SqueakSource3')
addPackage: 'SqueakSource-Caching-Core';
addPackage: 'SqueakSource-Core';
install

If I use the 3.0.8 Seaside image from the ftp archive and load SS3, where do I get these?

MAObjectTest
Announcement
WARestfulFilter
TWWiki


Chris


Reply | Threaded
Open this post in threaded view
|

Re: SS3 canary question

Tobias Pape
Hi Chris,


Am 03.07.2013 um 03:32 schrieb Chris Cunnington <[hidden email]>:

> Hi Tobias,
>
>
> I don't think this (autogenerated) works:
>
> (Installer url:'http://canary.netshed.de/ss/SqueakSource3') addPackage:'SqueakSource-Caching-Core'; addPackage:'SqueakSource-Core'; install
>
> This does:
>
> (Installer monticello http: 'http://canary.netshed.de/ss/SqueakSource3')
> addPackage: 'SqueakSource-Caching-Core';
> addPackage: 'SqueakSource-Core';
> install

Ok, I see. I'll fix that.

>
> If I use the 3.0.8 Seaside image from the ftp archive and load SS3, where do I get these?
>
> MAObjectTest
> Announcement
> WARestfulFilter
> TWWiki

Yes, this is expected.
The "getting the code" part is not intended for Installation use.
I included the Installer and Gofer-form only as a convenience; The means to install
this piece of software is Metacello, which is not covered by Squeaksource currently.

the Installer/Gofer stuff does also not honor inder-version dependencies, it is
just a quick means to build an installer/gofer-script yourselves..

What would you do?


Best
        -tobias