[racket-dev] Splitting the Racket repository
I believe I've fixed everything shown on
<http://drdr.racket-lang.org/29582/racket/share/pkgs/> for which I'm
responsible:
aws: Commits merged to master and pushed.
http: Fixed a buggy test mishandling 301/302 redirects.
sha: Nothing needed to be fixed.
I'll keep an eye on DrDr; Sam said he'd add me to the email alerts.
On Sun, Nov 30, 2014 at 4:13 PM, Greg Hendershott
<greghendershott at gmail.com> wrote:
> Sam gave me a heads-up on IRC.
>
>> Also, DrDr now builds several packages that it didn't before: the
>> s3-sync, sha, http, and aws packages. Currently, these packages have
>> some test failures, but we hope to fix that soon.
>
> I'm responsible for aws, http, and sha. I'm working on this.
>
> I'm close to merging some commits[^1] to aws/master. Will look at http
> and sha after that.
>
> Also this is an opportunity to set up aws to be built by Travis
> CI[^2]. If tests sneak back in that would fail on DrDr, they should
> fail for the same reason on Travis as an early warning for me. (The
> basic issue is that I have tests that actually interact with AWS, but
> these need credentials and cost $ so they need to be skipped in
> scenarios like DrDr and Travis CI. Some other tests can still be run,
> and will be.)
>
> [^1]: https://github.com/greghendershott/aws/commits/drdr
>
> [^2]: https://travis-ci.org/greghendershott/aws/builds/42570181