Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
savoirfairelinux
jami-project
Commits
27438ff4
Commit
27438ff4
authored
Jan 29, 2016
by
Ciro Santilli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set -e on android install script, -ff on clean
parent
3eaaff60
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
clean-DATA-LOSS.sh
clean-DATA-LOSS.sh
+1
-1
ubuntu-15.10-android-install-all-devices.sh
ubuntu-15.10-android-install-all-devices.sh
+1
-0
No files found.
clean-DATA-LOSS.sh
View file @
27438ff4
#!/usr/bin/env bash
# Remove everything that is not git tracked on the submodules.
# May cause data loss.
git submodule foreach git clean
-dfX
git submodule foreach git clean
-df
f
X
# sudo here because of: https://tuleap.ring.cx/plugins/tracker/?aid=301
sudo rm
-rf
install
*
.log
*
.pid
ubuntu-15.10-android-install-all-devices.sh
View file @
27438ff4
#!/usr/bin/env bash
# Build the Android app and install it on all connected devices.
set
-e
cd
client-android
./compile.sh
# From: http://stackoverflow.com/questions/8610733/how-can-i-adb-install-an-apk-to-multiple-connected-devices
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment