Yuvipanda has submitted this change and it was merged.

Change subject: Expand wildcards when copying apk
......................................................................


Expand wildcards when copying apk

Change-Id: I90ebb616cf6b798e2034a60c45835ed75ccbfa23
---
M src/build.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  BearND: Looks good to me, approved
  Yuvipanda: Verified



diff --git a/src/build.py b/src/build.py
index 144b146..d0de362 100755
--- a/src/build.py
+++ b/src/build.py
@@ -46,7 +46,7 @@
     gradle = sh.Command('./gradlew')
     gradle('-q', 'clean', 'assembleAlphaDebug', _env=env)
 
-    sh.cp('wikipedia/build/outputs/apk/wikipedia-2.0-alpha-*.apk', run_path)
+    sh.cp(sh.glob('wikipedia/build/outputs/apk/wikipedia-2.0-alpha-*.apk'), 
run_path)
 
     print 'Finished build, output at %s' % run_path
 

-- 
To view, visit https://gerrit.wikimedia.org/r/165377
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I90ebb616cf6b798e2034a60c45835ed75ccbfa23
Gerrit-PatchSet: 2
Gerrit-Project: labs/tools/wikipedia-android-builds
Gerrit-Branch: master
Gerrit-Owner: BearND <bsitzm...@wikimedia.org>
Gerrit-Reviewer: BearND <bsitzm...@wikimedia.org>
Gerrit-Reviewer: Yuvipanda <yuvipa...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to