If I've understood correctly, this means you can rage master with a version 
number like v1.1 and then put that in the URL

> https://github.com/peteruhnak/IconFactory/tree/master:v1.1/

Tim

Sent from my iPhone

> On 28 Jul 2017, at 14:59, Peter Uhnak <[email protected]> wrote:
> 
> ConfigurationOf still remains (for the time-being), however now you don't 
> have to specify what packages and their commits to load for each version.
> 
> Instead you point to a Baseline with a specific version.
> 
> E.g.
> 
> https://github.com/peteruhnak/IconFactory/tree/master/repository/ConfigurationOfIconFactory.package/ConfigurationOfIconFactory.class/instance
> 
> 
> the syntax for the repo is 'github://<user>/<project>:<branch name or commit 
> id or tag id>/<optional subfolder where the packages are>'
> 
> (the branch is optional, and if ommitted the latest commit of the master 
> branch will be used)
> 
> 
> Peter
> 
> 
> 
>> On Fri, Jul 28, 2017 at 02:48:08PM +0200, Denis Kudriashov wrote:
>> In my projects I defined configuration with single stable which points to
>> baseline master:
>> 
>> stable: spec
>> <symbolicVersion: #stable>.
>> spec for: #'pharo' version: 'master'
>> 
>> master: spec
>> <version: 'master'>
>> spec for: #pharo do: [
>> spec
>> baseline: 'Mustache'
>> with: [ spec repository: 'github://noha/mustache' ];
>> import: 'Mustache' ]
>> 
>> And I am supposed that master will be always stable.
>> 
>> 2017-07-28 14:13 GMT+02:00 Norbert Hartl <[email protected]>:
>> 
>>> I don't know how. I must say that it is not clear to me what to do. Do I
>>> need a configuration? Do I still need to put it in Metarepo?
>>> 
>>> Norbert
>>> 
>>> 
>>>> Am 28.07.2017 um 14:06 schrieb Stephane Ducasse <[email protected]
>>>> :
>>>> 
>>>> Hi norbert
>>>> 
>>>> did you update the catalog entry?
>>>> 
>>>> Stef
>>>> 
>>>> On Fri, Jul 28, 2017 at 12:40 PM, Norbert Hartl <[email protected]>
>>> wrote:
>>>>> In the spirit of git notification…I moved mustache to github.
>>>>> 
>>>>> https://github.com/noha/mustache
>>>>> 
>>>>> Enjoy!
>>>>> 
>>>>> Norbert
>>>>> 
>>>>> 
>>> 
>>> 
> 

Reply via email to