Re: [racket-users] github for third-party racket packages

2018-05-23 Thread Philip McGrath
In regard to "non-commercial stuff that you're not ready to release" (I have a lot of that), I believe GitHub requires a paid account to host private repositories. (I'd be delighted to hear otherwise.) I host some of my non-public code on BitBucket, which provides private repositories for free. It

Re: [racket-users] github for third-party racket packages

2018-05-23 Thread Greg Hendershott
I like using GitHub for this (IIUC Bitbucket or GitLab would work equally well). The Racket package catalog tracks a branch, say `master`. After you push a commit to `master`, the rkt pkg cat will notice automatically. It scans at intervals. (If you're impatient, sign in and choose "Refresh my pa