BearND has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/165377

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/wikipedia-android-builds 
refs/changes/77/165377/1

diff --git a/src/build.py b/src/build.py
index 17c54f6..cdd3c70 100755
--- a/src/build.py
+++ b/src/build.py
@@ -43,7 +43,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: newchange
Gerrit-Change-Id: I90ebb616cf6b798e2034a60c45835ed75ccbfa23
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/wikipedia-android-builds
Gerrit-Branch: master
Gerrit-Owner: BearND <bsitzm...@wikimedia.org>

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

Reply via email to