Julien, I dodn't know it but anyway my issue was just in the step
smalltalkhub -> filtree using the migration tool.
Peter, yes it's public. This is the code I used:
----------------------------------------
migration := GitMigration on: 'MartinDias/Epicea'.
migration cacheAllVersions.
migration authors: {
'md' -> #('Martin Dias' '<[email protected]>').
'MD' -> #('Martin Dias' '<[email protected]>').
'MartinDias' -> #('Martin Dias' '<[email protected]>').
'PabloTesone' -> #('Pablo Tesone' '<[email protected]>').
'PavelKrivanek' -> #('Pavel Krivanek' '<[email protected]>').
'DamienCassou' -> #('Damien Cassou' '<[email protected]>').
'DenisKudryashov' -> #('Denis Kudryashov' '<[email protected]>').
'GustavoSantos' -> #('Gustavo Santos' '<[email protected]>').
'ThomasHeniart' -> #('Thomas Heniart' '<[email protected]>').
'LucasGodoy' -> #('Lucas Godoy' '<[email protected]>').
'StephaneDucasse' -> #('Stephane Ducasse' '<[email protected]>').
'VincentBlondeau' -> #('Vincent Blondeau' '<[email protected]>').
'AlbertoBacchelli' -> #('Alberto Bacchelli' '<[email protected]>').
'SkipLentz' -> #('Skip Lentz' '<[email protected]>').
'TheIntegrator' -> #('The Integrator' '<[email protected]>').
}.l
migration
fastImportCodeToDirectory: 'src'
initialCommit: '18a30d8d'
to: './epicea-fast-import.txt'
----------------------
Martín
On Thu, Nov 30, 2017 at 2:14 PM, Julien <[email protected]> wrote:
> If you use Traits and want to have Epicea loadable from GitHub on Pharo
> 6.1, it will not work.
>
> There is an issue when you try to load a Trait in Tonel format in the
> image.
>
> ---
> Julien Delplanque
> Doctorant à l’Université de Lille 1
> http://juliendelplanque.be/phd.html
> Equipe Rmod, Inria
> Bâtiment B 40, avenue Halley 59650
> <https://maps.google.com/?q=40,+avenue+Halley+59650%C2%A0Villeneuve%C2%A0d'Ascq&entry=gmail&source=g>
> Villeneuve
> <https://maps.google.com/?q=40,+avenue+Halley+59650%C2%A0Villeneuve%C2%A0d'Ascq&entry=gmail&source=g>
> d'Ascq
> <https://maps.google.com/?q=40,+avenue+Halley+59650%C2%A0Villeneuve%C2%A0d'Ascq&entry=gmail&source=g>
> Numéro de téléphone: +333 59 35 86 40
>
> Le 6 nov. 2017 à 01:42, Martin Dias <[email protected]> a écrit :
>
> Hi all, I'm considering to move Epicea (+Ombu+Hiedra) to github. I read
> that tonel is the new format and there is Peter's git-migration, which
> could be the tool to do it.
>
> Is it good idea to move now?
> Is it the right tool?
>
> Bests,
> Martín
>
>
>