bslatkin / dpxdt

Make continuous deployment safe by comparing before and after webpage screenshots for each release. Depicted shows when any visual, perceptual differences are found. This is the ultimate, automated end-to-end test.
https://dpxdt-test.appspot.com
Apache License 2.0
1.44k stars 124 forks source link

git submodule update --init --recursive fails #138

Closed vickikozel closed 9 years ago

vickikozel commented 9 years ago

with this output:

git submodule update --init --recursive fatal: reference is not a tree: 5300c576deb2f2c60535af2d89b82d10ab443fa4 Unable to checkout '5300c576deb2f2c60535af2d89b82d10ab443fa4' in submodule path 'dependencies/flask-mail'

awwright commented 9 years ago

I'm seeing this too. Maybe flask-mail rebased their repository?

Workaround: cd dependencies/flask-mail && git checkout master

vickikozel commented 9 years ago

yes, this is what I did too. But we are using these calls as part of automation, so it'd be great if there was a real fix. Thank you for your response.

elsigh commented 9 years ago

Yup, I just found this too.

bslatkin commented 9 years ago

I'm going to take my branch of flask-mail out of the dependencies because they're not going to accept my patch https://github.com/mattupstate/flask-mail/pull/44. We'll need to find a different way to send mail on App Engine, which is fine.

bslatkin commented 9 years ago

Trying to fix in #143

bslatkin commented 9 years ago

Fixed