summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-01-20 16:54:02 +0100
committerHolger Levsen <holger@layer-acht.org>2016-01-20 16:54:02 +0100
commit6d1854724f355f80a80198669f753755cd52af57 (patch)
treed2020664a6627336c543dca6ee05b9c0d78f8608 /TODO
parent8339bc3f4e4a29ce6b77663822961b05889dcc4e (diff)
downloadjenkins.debian.net-6d1854724f355f80a80198669f753755cd52af57.tar.xz
update notes about reproducible FDroid
Diffstat (limited to 'TODO')
-rw-r--r--TODO22
1 files changed, 15 insertions, 7 deletions
diff --git a/TODO b/TODO
index 1db2fcc3..72eb67ec 100644
--- a/TODO
+++ b/TODO
@@ -313,18 +313,26 @@ notes on source and binary versions:
==== reproducible fdroid
-* create two jobs,
-** bin/reproducible_setup_fdroid_buildserver.sh
-** bin/reproducible_build_fdroid_apk.sh
* reproducible_setup_fdroid_buildserver.sh:
-** downloads pre build virtualbox image at first
-** ./makebuildserver is then used to run this image and update caches etc "inside"
+** git clone https://gitlab.com/fdroid/fdroidserver.git
+** ./makebuildserver
+*** this downloads a base debian image and all Android tarballs (SDK, NDK, Gradle...)
+*** then enters the image, installs all debian packages and Android stuff from the cached tarballs
+** cache is kept outside (~/.cache/fdroidserver) but installed inside
* reproducible_build_fdroid_apk.sh
-** run ./makebuildserver --server to build inside the image
+** 1st run ./fdroid build some.app:vercode --server
+** 2nd run ./fdroid build some.app:vercode --server
+*** eg: org.fdroid.fdroid:98006
+*** or: "fdroid build -l org.fdroid.fdroid" to build the latest
+** run diffopscope on the results
+
+* later, get a list of all available apps by listing fdroiddata/metadata/*.txt
+* later: switch reproducible_build_fdroid_apk.sh to F-Droid 'Verification Server'
+
+* also see https://f-droid.org/wiki/page/Build_Server_Setup
-* https://f-droid.org/wiki/page/Build_Server_Setup
* diskspace needs:
----
$ du -hd1 | sort -h | tail -n 6