Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
jami-project
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
182
Issues
182
List
Boards
Labels
Service Desk
Milestones
Iterations
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
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
Hide 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