gitfiletree sounds great Question⦠The filetree code has to be in the repoâs root or can I specify a subdir? I ask because I use to put some other stuff beside filetree and I use to put the filetree code in a src/ subdir For example now Iâm working on the new ConfigurationOfOmniBase here: https://github.com/sebastianconcept/OmniBase/tree/Pharo3.0 Iâve tried with this but it doesnât go: spec blessing: #release; author: 'sebastianconcept'; repository: 'gitfiletree://github.com/sebastianconcept/OmniBase.git/tree/Pharo3.0/src?protocol=git&readOnly=1&branch=Pharo3.0'; also this: spec blessing: #release; author: 'sebastianconcept'; repository: 'gitfiletree://github.com/sebastianconcept/OmniBase.git/src?protocol=git&readOnly=1&branch=Pharo3.0'; help? :) On Mar 3, 2014, at 12:43 PM, Goubier Thierry <thierry.goubier@cea.fr> wrote:
There are two ways:
Read-only, no dependencies, no registering to github, 3.0 only:
spec repository: 'github://dalehenrich/MetacelloRepository:master/monticello/repos/itory/path'
Not in use in any configuration that I know off. I intend to use it :) Perfect for stable stuff.
Read-write, requires Monticello-GitFileTree, requires git ssh access to github, works with any git remote service, suppose git installed on the target, no windows support, works on 3.0 and 2.0 :
spec repository: 'gitfiletree://github.com/ThierryGoubier/AltBrowser.git?protocol=git&branch=pharo3.0';
Two examples: ConfigurationOfAltBrowser, ConfigurationOfSmaCC
Thierry
Le 03/03/2014 16:23, Sebastian Sastre a écrit :
Is it possible to make a ConfigurationOfXXXX that takes code from github?
If so, is it there any example so I can take a look?
thanks!
sebastian <https://about.me/sebastianconcept>
o/
-- Thierry Goubier CEA list Laboratoire des Fondations des Systèmes Temps Réel Embarqués 91191 Gif sur Yvette Cedex France Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95