On 3 Oct 2018, at 15:04, Esteban Lorenzano <estebanlm@gmail.com> wrote:
On 3 Oct 2018, at 14:26, Sven Van Caekenberghe <sven@stfx.eu> wrote:
Metacello new repository: 'github://svenvc/ztimestamp'; baseline: 'ZTimestamp'; load.
This part is bad. You need:
Metacello new repository: 'github://svenvc/ztimestamp/repository'; baseline: 'ZTimestamp'; load.
(You miss to point to the repository).
Ah, I did not see that, I understand, now it works: Fetched -> BaselineOfZTimestamp-tonel.1 --- github://svenvc/ztimestamp:master/repository --- github://svenvc/ztimestamp:master/repository Loaded -> BaselineOfZTimestamp-tonel.1 --- github://svenvc/ztimestamp:master/repository --- github://svenvc/ztimestamp:master/repository Loading baseline of BaselineOfZTimestamp... Fetched -> ZTimestamp-tonel.1 --- github://svenvc/ztimestamp:master/repository --- github://svenvc/ztimestamp:master/repository Loaded -> ZTimestamp-tonel.1 --- github://svenvc/ztimestamp:master/repository --- cache ...finished baseline
And btw, there is an error here:
https://github.com/svenvc/ztimestamp/blob/master/repository/.properties
(File is malformed. It will not affect the loading, but you may want to fix it).
OK, fixed it, thanks for your help.
Esteban