commit f733e4ff08d2f56ca3cf562d006e5c712b4118a8 Author: Georg Koppen gk@torproject.org Date: Fri Sep 25 14:25:40 2020 +0000
Bug 40084: Fix AndroidManifest.xml reproducibility
We need to make sure we just set MOZ_BUILD_DATE and adapt the format where it is actually needed. See: fenix#40059 for the Fenix part that makes use of that to fix #40084. --- projects/fenix/build | 3 --- 1 file changed, 3 deletions(-)
diff --git a/projects/fenix/build b/projects/fenix/build index 7569250..eedddcc 100644 --- a/projects/fenix/build +++ b/projects/fenix/build @@ -54,9 +54,6 @@ cp $rootdir/[% c('input_files_by_name/tor-android-service') %]/* app/ then echo "MOZ_BUILD_DATE is not set" exit 1 - else - # We only need a MMddHHmmss format and thus no year. - MOZ_BUILD_DATE=${MOZ_BUILD_DATE:4} fi
$GRADLE_HOME/gradle-6.5.1/bin/gradle --offline --no-daemon -Dmaven.repo.local=$gradle_repo app:assemble[% c('variant') %] -x lint
tor-commits@lists.torproject.org