Skip to content

Commit

Permalink
merge STF latest code
Browse files Browse the repository at this point in the history
  • Loading branch information
guixianggui authored and guixianggui committed Nov 22, 2017
1 parent 8fcfc78 commit 508a3b3
Show file tree
Hide file tree
Showing 109 changed files with 10,591 additions and 2,222 deletions.
4 changes: 3 additions & 1 deletion DONATION-TRANSPARENCY.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Here's a list of hardware purchases we've made using donated funds.

Here's a list of hardware that has been given to the team for development purposes.

*None as of yet.*
| Date | Hardware | Type | Reason | Thanks to |
|------|----------|------|--------|-----------|
| 2017-09-21 | Google Pixel | Phone | Android O development | [Sauce Labs](https://saucelabs.com/) |

Please [email us directly](mailto:[email protected]) if you'd like to donate a device for development.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get -y install wget python build-essential && \
cd /tmp && \
wget --progress=dot:mega \
https://nodejs.org/dist/v6.6.0/node-v6.6.0-linux-x64.tar.xz && \
https://nodejs.org/dist/v6.11.2/node-v6.11.2-linux-x64.tar.xz && \
tar -xJf node-v*.tar.xz --strip-components 1 -C /usr/local && \
rm node-v*.tar.xz && \
su stf-build -s /bin/bash -c '/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js install' && \
Expand Down
2 changes: 1 addition & 1 deletion bin/stf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env node
require('../lib/cli')
require('../lib/cli/please')
Loading

0 comments on commit 508a3b3

Please sign in to comment.