OsmAnd: Don't use branch name as build rev, that's moving target.
Instead, I took source tarball as provided on, https://f-droid.org/repository/browse/?fdid=net.osmand.plus , and matched that with revisions on r1.5 branch to find out which exact revision was used to the current version shipped by F-Droid. So, the build now 100% reproducible, and we can know which changes will go in if we make fresher build from that branch.
This commit is contained in:
parent
60009b5ba1
commit
12f86cc401
|
@ -56,7 +56,8 @@ cp ../DataExtractionOSM/build/OsmAndMapCreator.jar libs/ && \
|
||||||
zip -d libs/OsmAndMapCreator.jar net/osmand/LogUtil.class && \
|
zip -d libs/OsmAndMapCreator.jar net/osmand/LogUtil.class && \
|
||||||
cp -r ../DataExtractionOSM/build/lib/ libs/
|
cp -r ../DataExtractionOSM/build/lib/ libs/
|
||||||
|
|
||||||
Build Version:1.5-MIPS,143,r1.5,subdir=OsmAnd,\
|
# branch r1.5
|
||||||
|
Build Version:1.5-MIPS,143,c7f352da989,subdir=OsmAnd,\
|
||||||
forcevercode=yes,\
|
forcevercode=yes,\
|
||||||
rm=SherlockBar/build.xml,\
|
rm=SherlockBar/build.xml,\
|
||||||
encoding=utf-8,\
|
encoding=utf-8,\
|
||||||
|
@ -74,7 +75,8 @@ build=ANDROID_SDK=$$SDK$$ ANDROID_NDK=$$NDK$$ OSMAND_MIPS_ONLY=true ./ndk-build.
|
||||||
ant build -f ../OsmAnd-java/build.xml,\
|
ant build -f ../OsmAnd-java/build.xml,\
|
||||||
buildjni=no
|
buildjni=no
|
||||||
|
|
||||||
Build Version:1.5-X86,144,r1.5,subdir=OsmAnd,\
|
# branch r1.5
|
||||||
|
Build Version:1.5-X86,144,c7f352da989,subdir=OsmAnd,\
|
||||||
forcevercode=yes,\
|
forcevercode=yes,\
|
||||||
rm=SherlockBar/build.xml,\
|
rm=SherlockBar/build.xml,\
|
||||||
encoding=utf-8,\
|
encoding=utf-8,\
|
||||||
|
@ -92,7 +94,8 @@ build=ANDROID_SDK=$$SDK$$ ANDROID_NDK=$$NDK$$ OSMAND_X86_ONLY=true ./ndk-build.s
|
||||||
ant build -f ../OsmAnd-java/build.xml,\
|
ant build -f ../OsmAnd-java/build.xml,\
|
||||||
buildjni=no
|
buildjni=no
|
||||||
|
|
||||||
Build Version:1.5-ARM,145,r1.5,subdir=OsmAnd,\
|
# branch r1.5
|
||||||
|
Build Version:1.5-ARM,145,c7f352da989,subdir=OsmAnd,\
|
||||||
forcevercode=yes,\
|
forcevercode=yes,\
|
||||||
rm=SherlockBar/build.xml,\
|
rm=SherlockBar/build.xml,\
|
||||||
encoding=utf-8,\
|
encoding=utf-8,\
|
||||||
|
|
Loading…
Reference in a new issue