Update Wikipedia to 2.0-r-2014-10-14 (84)

This commit is contained in:
Boris Kraut 2014-10-20 18:55:49 +02:00
parent dc982b7612
commit 97499d5831
2 changed files with 18 additions and 16 deletions

View file

@ -13,10 +13,8 @@ Official Wikipedia application.
[https://github.com/wikimedia/WikipediaMobile/blob/HEAD/CHANGELOG.md CHANGELOG] [https://github.com/wikimedia/WikipediaMobile/blob/HEAD/CHANGELOG.md CHANGELOG]
. .
#Releases are in their own branch
Repo Type:git Repo Type:git
#Repo:https://github.com/wikimedia/apps-android-wikipedia.git Repo:https://github.com/wikimedia/apps-android-wikipedia.git
Repo:https://github.com/wikimedia/WikipediaMobile.git
Build:1.0,1 Build:1.0,1
disable=repo change disable=repo change
@ -63,6 +61,7 @@ Build:1.3.2,23
submodules=yes submodules=yes
Build:1.3.4,25 Build:1.3.4,25
disable=repo change
commit=8e7d8a932 commit=8e7d8a932
submodules=yes submodules=yes
scanignore=Cordova.framework/Cordova scanignore=Cordova.framework/Cordova
@ -70,23 +69,24 @@ Build:1.3.4,25
Build:dev,76 Build:dev,76
disable=see notes disable=see notes
commit=releasesprod/2.0-releasesprod-2014-08-13 commit=releasesprod/2.0-releasesprod-2014-08-13
Build:2.0-r-2014-10-14,84
forceversion=yes
commit=r/2.0-r-2014-10-14
subdir=wikipedia subdir=wikipedia
maven=yes srclibs=MediaWikiApi@32b5b87d0a57900eaa5d7e78d5623cd76f8951b3
prebuild=sed -i -e 's@<version>3.8.2</version>@<version>3.7.0</version>@g' pom.xml ../pom.xml gradle=prod
prebuild=sed -i -e '/wmflabs/d' -e '/jcenter/amavenLocal()' ../build.gradle && \
pushd $$MediaWikiApi$$ && $$MVN3$$ install && popd
Maintainer Notes: Maintainer Notes:
* replaced custom maven repo https://tools.wmflabs.org/android-maven-repo/
1.3.4,25: * versionname is timebased and generated on build; force it.
Reenabled old repo and scanignore things that we weren't looking back then. * rework updatechecks
dev,76:
* tagging/branching is ridiculous
* maven > 3.1 required; sed-forcing to 3.0.5 ; check on every release!
* uses custom maven repo https://tools.wmflabs.org/android-maven-repo/
. .
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Tags ^release Update Check Mode:Tags ^r
Current Version:dev Current Version:${versionStart}-dev-${date}
Current Version Code:76 Current Version Code:84

2
srclibs/MediaWikiApi.txt Normal file
View file

@ -0,0 +1,2 @@
Repo Type:git
Repo:https://github.com/wikimedia/apps-android-java-mwapi