Re: [racket] Prevent dot directories from being planet-archived

2013-04-11 Thread Eli Barzilay
A week ago, Jay McCarthy wrote: > If you use the new package system with the standard deployment > mode---git---then the only files that will be distributed are the ones > that you explicitly add to the git repository. [...] FWIW, it's very common to not distribute any ".git*" files that are commi

Re: [racket] Prevent dot directories from being planet-archived

2013-04-04 Thread Laurent
Thanks Jay. One more good reason to make the switch then! On Thu, Apr 4, 2013 at 1:52 PM, Jay McCarthy wrote: > If you use the new package system with the standard deployment > mode---git---then the only files that will be distributed are the ones > that you explicitly add to the git repository

Re: [racket] Prevent dot directories from being planet-archived

2013-04-04 Thread Jay McCarthy
If you use the new package system with the standard deployment mode---git---then the only files that will be distributed are the ones that you explicitly add to the git repository. The documentation is here: http://docs.racket-lang.org/planet2/ Jay On Thu, Apr 4, 2013 at 12:13 AM, Laurent wrote

[racket] Prevent dot directories from being planet-archived

2013-04-03 Thread Laurent
Is there a obvious way to prevent dot directories (or other directories for that matters) from being included in a planet package, other than by deleting it, in the same way that .git and .svn directories are ignored? Laurent Racket Users list: http://lists.racket-lang.org