Update Man Man to 1.2.5 (125)

This commit is contained in:
Boris Kraut 2014-12-12 19:54:39 +01:00
parent 9db7f8fc86
commit e7c62e2fb3

View file

@ -50,30 +50,13 @@ Build:1.2.3,123
gradle=yes
prebuild=sed -i -e 's/v4:21.0.2/v4:21.0.+/g' build.gradle
Build:1.2.4,124
commit=1.2.4
Build:1.2.5,125
commit=ab2ffbc6cf41877123f7960cbb6ba37d7c3d41e8
subdir=app
gradle=Fdroid
prebuild=sed -i -e 's/v4:21.0.2/v4:21.0.+/g' -e 's/gradle:1.0.0/gradle:0.14.0/g' build.gradle ../build.gradle
#Build:1.2.4,124
# commit=1.2.4
# subdir=app
# gradle=Fdroid
# prebuild=sed -i -e 's/v4:21.0.2/v4:21.0.+/g' -e 's/gradle:1.0.0/gradle:0.14.0/g' build.gradle ../build.gradle && \
# echo 'task assembleFdroidRelease(dependsOn: "assembleFdroid") << { }' >> build.gradle
gradle=fdroid
Maintainer Notes:
Upstream runs `gradle assembleFdroid` to generate a floss build. Building with
the "FDroid" flavor within fdroid tries to run assembleFdroidRelease. I don't
know if this is expected gradle behavior or if we make assumptions on our side
that make sense, but don't have to be true.
Quickfix is to introduce the needed task which depends on what upstream runs.
Currently this works fine, but we are not able to pickup the apk file at the
end of the build process.
Disabling AUM until things have been sorted out.
Reset AUM when 125 fixes are in a tagged release.
.
#Auto Update Mode:Version %v