17 Commits

Author SHA1 Message Date
Julien Eluard
fc92dafca6 Fixed android build script.
Upgraded to latest dependencies and removed useless plugins.
2018-01-17 14:56:52 +01:00
Andy Tudhope
5f979cdf8c
merge-pr script should prompt for multiple commits
Fixes #2971

Because I don't think it is worth a bounty - all the code required was already in the `merge-external-pr.sh` so I have just copied the relevant parts across and added the few necessary lines to ensure that PRs from core contributors cannot be merged unless they have been squashed down to a single commit.

Changed fatal to confirm for merge-pr
2018-01-16 18:01:53 +01:00
Oskar Thoren
e1093f9e43
Script for tagging releases 2018-01-16 23:42:30 +09:00
Pedro Pombeiro
0d83aeda8d
scripts: Improve bundle-status-go.sh so that it can bundle Android package as well (#2539)
Signed-off-by: Oskar Thoren <ot@oskarthoren.com>
2018-01-13 00:54:49 +09:00
Oskar Thoren
2dd25646ca
add pr-statistics scripts to get some stats on open or already merged PR
Signed-off-by: Oskar Thoren <ot@oskarthoren.com>
2018-01-11 18:34:49 +09:00
Roman Volosovskyi
b267a3017a
raw dev script for iOS 2018-01-03 12:39:45 +02:00
Audrius Molis
3e940b5bd4
Stopped loading Figwheel API by default #2669
Signed-off-by: andytudhope <tuddy0525@gmail.com>
2018-01-02 10:31:55 +02:00
Mikhail Gusarov
279ebc3173
[FIX #2636] Add script for merging external contributions
Pulls, rebases, displays, signs and pushes external contributions.

If jq(1) and curl(1) are available, can pull data from GitHub and
mark PRs as closed, otherwise only code merging works.

Signed-off-by: Oskar Thoren <ot@oskarthoren.com>
2017-12-26 02:15:15 +01:00
Julien Eluard
b0a1aab033 Make sure setup script runs on linux 2017-12-21 10:34:02 +01:00
Oskar Thoren
0ad29ed164
Fix merge-pr script so it runs as bash
As opposed to wannabe POSIX with bashisms. Makes it run reliably on most user
systems (Mac/Linux)
2017-12-15 11:01:39 +01:00
Julien Eluard
518f68f08f Added build scripts 2017-12-12 09:05:18 +01:00
David Balatero
2bd7652b5c Install all dependencies on Linux 2017-12-08 18:26:01 +01:00
Julien Eluard
3140081d59 WIP 2017-12-08 16:36:38 +01:00
Oskar Thoren
a68f065237
Add merge-pr.sh script 2017-12-06 16:34:02 +01:00
Igor Mandrigin
a3c02b07a6
Ignore errors for rm command when bundling status-go for iOS.
Right after `git clone`, there is no `Statusgo.framework` in `react-native-status/ios/RCTStatus/` directory. Because of that, `scripts/bundle-status-go.sh` fails and stops on the `rm` operation.

Since it is a perfectly valid scenario, let's ignore this error.

Signed-off-by: Oskar Thoren <ot@oskarthoren.com>
2017-12-04 19:58:21 +01:00
David Balatero
db1efe51f8 Added developer setup script for smoother setup
Moved run-osx.sh to scripts/ subdirectory
2017-11-30 01:24:06 -08:00
Oskar Thoren
f7e63e9bea Bundle status-go locally (iOS) 2017-11-29 01:05:15 +01:00