-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting current working directory for dev server. #7316
Setting current working directory for dev server. #7316
Conversation
By analyzing the blame information on this pull request, we identified @tadeuzagallo and @emilsjolander to be potential reviewers. |
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at cla@fb.com. Thanks! |
Seems tests are failing. Can you try rebasing against master? |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
Hmm. I'm up to date with upstream master. Is there a way to re-run the failed build? |
828c810
to
3ce2c71
Compare
@satya164 trying a different approach that should work in more environments. |
@jsdevel updated the pull request. |
Interesting bit from
|
Build fixed @satya164. The ultimate fix is likely to set |
3ce2c71
to
70c21da
Compare
@jsdevel updated the pull request. |
So 2 of the builds in Travis are suddenly failing after rebasing upstream master ( |
70c21da
to
1b2c200
Compare
@jsdevel updated the pull request. |
1b2c200
to
4d3c052
Compare
@jsdevel updated the pull request. |
Updated the PR to include this exact fix and it works great! |
4d3c052
to
af2f552
Compare
@jsdevel updated the pull request. |
af2f552
to
412b5cb
Compare
@jsdevel updated the pull request. |
412b5cb
to
bb16e3d
Compare
@jsdevel updated the pull request. |
@nicklockwood @bestander @ide @chirag04 @tadeuzagallo @emilsjolander: Any chance I can get a review? This is a blocker for me on fedora right now. |
bb16e3d
to
d232e29
Compare
@jsdevel updated the pull request. |
Tests were passing except the JS test that is failing on master. LGTM so let's ship this and use the RC to see if it breaks anything. |
@facebook-github-bot shipit |
Thanks @ide ! |
Thanks for importing. If you are an FB employee go to Phabricator to review. |
no worries @satya164 ! |
d232e29
to
fc5e1ec
Compare
@jsdevel updated the pull request. |
fc5e1ec
to
404e6b7
Compare
@jsdevel updated the pull request. |
* This allows `react-native` to work for users on fedora. * `react-native run-android` was failing because the launch packager script was unable to find packager.sh (see `source` in `man bash`). * This change sets cwd for the dev server when run with `run-android`.
404e6b7
to
a254927
Compare
@jsdevel updated the pull request. |
d4cc5b5
Summary: * This allows `react-native` to work for users on fedora. * `react-native run-android` was failing because the launch packager script was unable to find packager.sh (see `source` in `man bash`). * This change sets cwd for the dev server when run with `run-android`. Closes facebook#7316 Differential Revision: D3255866 fb-gh-sync-id: 88f6b18f7c61636ce8fecef77f7f4e60b1d9a637 fbshipit-source-id: 88f6b18f7c61636ce8fecef77f7f4e60b1d9a637
Summary: * This allows `react-native` to work for users on fedora. * `react-native run-android` was failing because the launch packager script was unable to find packager.sh (see `source` in `man bash`). * This change sets cwd for the dev server when run with `run-android`. Closes facebook#7316 Differential Revision: D3255866 fb-gh-sync-id: 88f6b18f7c61636ce8fecef77f7f4e60b1d9a637 fbshipit-source-id: 88f6b18f7c61636ce8fecef77f7f4e60b1d9a637
Summary: * This allows `react-native` to work for users on fedora. * `react-native run-android` was failing because the launch packager script was unable to find packager.sh (see `source` in `man bash`). * This change sets cwd for the dev server when run with `run-android`. Closes facebook#7316 Differential Revision: D3255866 fb-gh-sync-id: 88f6b18f7c61636ce8fecef77f7f4e60b1d9a637 fbshipit-source-id: 88f6b18f7c61636ce8fecef77f7f4e60b1d9a637
Summary: * This allows `react-native` to work for users on fedora. * `react-native run-android` was failing because the launch packager script was unable to find packager.sh (see `source` in `man bash`). * This change sets cwd for the dev server when run with `run-android`. Closes facebook/react-native#7316 Differential Revision: D3255866 fb-gh-sync-id: 88f6b18f7c61636ce8fecef77f7f4e60b1d9a637 fbshipit-source-id: 88f6b18f7c61636ce8fecef77f7f4e60b1d9a637
Summary: * This allows `react-native` to work for users on fedora. * `react-native run-android` was failing because the launch packager script was unable to find packager.sh (see `source` in `man bash`). * This change sets cwd for the dev server when run with `run-android`. Closes facebook/react-native#7316 Differential Revision: D3255866 fb-gh-sync-id: 88f6b18f7c61636ce8fecef77f7f4e60b1d9a637 fbshipit-source-id: 88f6b18f7c61636ce8fecef77f7f4e60b1d9a637
react-native
to work for users on fedora.react-native run-android
was failing because the launch packager script was unable to find packager.sh (seesource
inman bash
).run-android
.