131 Commits

Author SHA1 Message Date
butomo1989
e27b2e5fdf Edited permission 0.9 2017-11-21 15:39:08 +01:00
butomo1989
fdd4a86c40 Merge remote-tracking branch 'origin/master' into release-0.9 2017-11-14 15:40:21 +01:00
Budi Utomo
15012fd3b4 Edited README.md 2017-11-14 15:38:46 +01:00
butomo1989
1f440e1a07 Using the latest image 2017-11-09 11:44:35 +01:00
butomo1989
567a494ccb Using new usage process of new SDK 2017-11-09 11:25:21 +01:00
butomo1989
d28c4dc5e0 Fixed docker images 2017-11-07 17:33:22 +01:00
butomo1989
7a052b7e2f Merge remote-tracking branch 'origin' into update-sdk 2017-11-03 12:26:05 +01:00
butomo1989
988397318f Updated README.md 2017-11-03 11:15:38 +01:00
butomo1989
0d6356ba47 Upgraded README.md 2017-11-01 15:53:25 +01:00
butomo1989
0ea71ea6b8 Refactored auto-recording function 0.8 2017-10-30 20:42:36 +01:00
butomo1989
08ff64d950 Fixed docker-compose volume 2017-10-30 20:41:27 +01:00
butomo1989
fcffca21ff Fixed error due to file name 2017-10-27 21:02:00 +02:00
butomo1989
95adfd1fbd Installed jq 2017-10-27 21:00:10 +02:00
butomo1989
5029d33528 Fixed error 2017-10-27 20:59:19 +02:00
Budi Utomo
c9ab42ecfb Merge pull request #28 from thelittlefireman/master
fix file error when start/stop/start container
2017-08-01 16:16:12 +02:00
thelittlefireman
7c48af9b84 fix codacy-bot warrning 2017-08-01 10:30:04 +02:00
thelittlefireman
e1d6e3cdbe delete useless code 2017-07-31 15:58:38 +02:00
thelittlefireman
648010d519 delete useless code 2017-07-31 15:56:50 +02:00
thelittlefireman
9d3cb60f41 add unit test last case 2017-07-31 15:28:33 +02:00
thelittlefireman
e2ad6b75d2 add unit test to symlink_force 2017-07-31 15:12:46 +02:00
thelittlefireman
486fb5825b fix bad python impl 2017-07-29 22:51:36 +02:00
thelittlefireman
e56eb0e3ab fix : file already exist on start and stop container 2017-07-28 22:45:34 +02:00
thelittlefireman
6fe6a80f40 Merge pull request #1 from thelittlefireman/thelittlefireman-fix-files-already-exist
fix python error when files already exist
2017-07-28 15:15:08 +02:00
thelittlefireman
f7b30c3129 fix python error when files already exist
related to :
```
  File "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main                                                                                                                                 
    "__main__", mod_spec)                                                                                                                                                                              
  File "/usr/lib/python3.5/runpy.py", line 85, in _run_code                                                                                                                                            
    exec(code, run_globals)                                                                                                                                                                            
  File "/root/src/app.py", line 189, in <module>                                                                                                                                                       
    run()                                                                                                                                                                                              
  File "/root/src/app.py", line 178, in run                                                                                                                                                            
    prepare_avd(device, avd_name)                                                                                                                                                                      
  File "/root/src/app.py", line 74, in prepare_avd                                                                                                                                                     
    os.symlink(os.path.join(skin_rsc_path, s), os.path.join(skin_dst_path, s))                                                                                                                         
FileExistsError: [Errno 17] File exists: '/root/devices/skins/galaxy_nexus' -> '/root/platforms/android-25/skins/galaxy_nexus'                                                                         
Traceback (most recent call last):                                                                                                                                                                     
  File "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main                                                                                                                                 
    "__main__", mod_spec)                                                                                                                                                                              
  File "/usr/lib/python3.5/runpy.py", line 85, in _run_code                                                                                                                                            
    exec(code, run_globals)                                                                                                                                                                            
  File "/root/src/app.py", line 189, in <module>                                                                                                                                                       
    run()                                                                                                                                                                                              
  File "/root/src/app.py", line 178, in run                                                                                                                                                            
    prepare_avd(device, avd_name)                                                                                                                                                                      
  File "/root/src/app.py", line 74, in prepare_avd                                                                                                                                                     
    os.symlink(os.path.join(skin_rsc_path, s), os.path.join(skin_dst_path, s))                                                                                                                         
FileExistsError: [Errno 17] File exists: '/root/devices/skins/galaxy_nexus' -> '/root/platforms/android-25/skins/galaxy_nexus' 
```
2017-07-28 15:13:45 +02:00
butomo1989
1062da3dcc Fixed installation issue 2017-07-18 17:44:09 +02:00