Skip to content

Point to GB mobile with JitPack workaround#9052

Merged
hypest merged 7 commits intodevelopfrom
gb/re-constitute-submodule-to-work-around-jitpack
Jan 23, 2019
Merged

Point to GB mobile with JitPack workaround#9052
hypest merged 7 commits intodevelopfrom
gb/re-constitute-submodule-to-work-around-jitpack

Conversation

@hypest
Copy link
Copy Markdown
Contributor

@hypest hypest commented Jan 22, 2019

With a recent change in GB mobile and a JitPack issue, the binary builds for gutenberg-mobile (and react-native-aztec) were broken. This PR uses a workaround until the issue is fixed.

To test:

Build and open a post in GB mobile. It should work as normal. Also, Travis/CircleCI should be green on this.

Update release notes:

  • If there are user facing changes, I have added an item to RELEASE-NOTES.txt.

@hypest hypest added this to the 11.7 milestone Jan 22, 2019
@hypest hypest requested a review from mzorz January 22, 2019 17:17
@daniloercoli
Copy link
Copy Markdown
Contributor

Tested with building from src code and from bundle, and both worked OK!

Note that I had to remove the folder gutenberg-mobile before the checkout, otherwise git was seeing conflicts in the tree.
rm -Rf gutenberg-mobile/ && git submodule update --init --recursive

@hypest
Copy link
Copy Markdown
Contributor Author

hypest commented Jan 23, 2019

Note that I had to remove the folder gutenberg-mobile before the checkout

That's fair. The code in current wpandroid develop points to a state of the gutenberg-mobile repo where the react-native-aztec folder holds code from the git submodule. But, that folder is now overwritten by the git subtree. Git doesn't automatically delete the checkout out already in your tree so, it complains. It's fine to delete the folder and then let git checkout do its thing. 👍

@hypest hypest merged commit 2d72736 into develop Jan 23, 2019
@hypest hypest deleted the gb/re-constitute-submodule-to-work-around-jitpack branch January 23, 2019 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants