From 12f86cc401d9ed532831bb43279ce63963729f3c Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 24 Aug 2013 22:28:29 +0300 Subject: [PATCH] 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. --- metadata/net.osmand.plus.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/metadata/net.osmand.plus.txt b/metadata/net.osmand.plus.txt index 45d71cf88c..61d4f090e5 100644 --- a/metadata/net.osmand.plus.txt +++ b/metadata/net.osmand.plus.txt @@ -56,7 +56,8 @@ cp ../DataExtractionOSM/build/OsmAndMapCreator.jar libs/ && \ zip -d libs/OsmAndMapCreator.jar net/osmand/LogUtil.class && \ 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,\ rm=SherlockBar/build.xml,\ 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,\ 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,\ rm=SherlockBar/build.xml,\ 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,\ 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,\ rm=SherlockBar/build.xml,\ encoding=utf-8,\