Re: [racket] Omitting files when creating a package with raco planet create

2013-08-06 Thread Lawrence Woodman
On 08/06/13 19:07, Jay McCarthy wrote: If you decide to create a Racket package (rather than a Planet package) for your software and host it on Github, then only files you explicitly add to the repository will be included in the package. More details can be found here: http://docs.racket-lang.or

Re: [racket] Omitting files when creating a package with raco planet create

2013-08-06 Thread Lawrence Woodman
On 08/06/13 16:32, Neil Van Dyke wrote: Lawrence Woodman wrote at 08/06/2013 11:15 AM: So I now know what will be in the archives, but is there anyway of restricting what goes into a package? If you use McFly to build your PLaneT archive file, there is a feature for this. The "mcfly-files"

Re: [racket] Omitting files when creating a package with raco planet create

2013-08-06 Thread Jay McCarthy
If you decide to create a Racket package (rather than a Planet package) for your software and host it on Github, then only files you explicitly add to the repository will be included in the package. More details can be found here: http://docs.racket-lang.org/pkg/ Jay On Tue, Aug 6, 2013 at 9:15

Re: [racket] Omitting files when creating a package with raco planet create

2013-08-06 Thread Neil Van Dyke
Lawrence Woodman wrote at 08/06/2013 11:15 AM: So I now know what will be in the archives, but is there anyway of restricting what goes into a package? If you use McFly to build your PLaneT archive file, there is a feature for this. The "mcfly-files" variable that "raco mcfly init" creates i

[racket] Omitting files when creating a package with raco planet create

2013-08-06 Thread Lawrence Woodman
Hello, I'm having problems omitting files when creating packages with: raco planet create . running from the root of the package directory. As you can see from the mess I have made of: http://planet.racket-lang.org/package-source/lwoodman/xdgbasedir.plt/1/0/ Which contains my swap files. I