Does make_packages script work?

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

Does make_packages script work?

ZuLuuuuuu
Hello,

I was trying to install Iliad via this script. It prints:

 $ ./scripts/make_packages
 ./Tests/package.st
 ./package.st
 ./Swazoo/package.st
 ./More/Comet/package.st
 ./More/Formula/package.st
 ./More/package.st
 ./More/UI/package.st
 ./More/HTML5Elements/package.st
 ./More/RSS/package.st
 ./More/Examples/package.st
 ./More/Magritte/package.st
 ./Core/package.st


make_packages.log only says:


 Packaging in /home/canol/Programs/iliad-stable ...


and .star packages are not created. Can anybody confirm whether it is working?
Canol Gökel
Reply | Threaded
Open this post in threaded view
|

Re: Does make_packages script work?

Nicolas Petton
Hi Canol,

Sometimes because of git a -f (force)  flag is necessary
does "./scripts/make_package -f" work?

Cheers,
Nico

Le mardi 22 mars 2011 à 17:35 -0700, ZuLuuuuuu a écrit :

> Hello,
>
> I was trying to install Iliad via this script. It prints:
>
>  $ ./scripts/make_packages
>  ./Tests/package.st
>  ./package.st
>  ./Swazoo/package.st
>  ./More/Comet/package.st
>  ./More/Formula/package.st
>  ./More/package.st
>  ./More/UI/package.st
>  ./More/HTML5Elements/package.st
>  ./More/RSS/package.st
>  ./More/Examples/package.st
>  ./More/Magritte/package.st
>  ./Core/package.st
>
>
> make_packages.log only says:
>
>
>  Packaging in /home/canol/Programs/iliad-stable ...
>
>
> and .star packages are not created. Can anybody confirm whether it is
> working?
>
> -----
> Canol Gökel
> --
> View this message in context: http://forum.world.st/Does-make-packages-script-work-tp3398156p3398156.html
> Sent from the Iliad mailing list archive at Nabble.com.


Reply | Threaded
Open this post in threaded view
|

Re: Does make_packages script work?

ZuLuuuuuu
Nicolas Petton wrote
Hi Canol,

Sometimes because of git a -f (force)  flag is necessary
does "./scripts/make_package -f" work?
Yes it works, thanks :)
Canol Gökel