diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-01-25 20:56:11 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-01-25 20:56:11 +0100 |
commit | 65dd084f70570c22953b4864cb662f4282c3fd1d (patch) | |
tree | 0029c2f3734e42dfa1f6c867b38ceb2f8d12a72a /TODO | |
parent | 6e0a60c5cb5cadbfc510da318c8536632eb1c2a0 (diff) | |
download | jenkins.debian.net-65dd084f70570c22953b4864cb662f4282c3fd1d.tar.xz |
reproducible fdroid: cd into correct workspace
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -320,7 +320,8 @@ notes on source and binary versions: ** ./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 +** cache is kept outside ('~/.cache/fdroidserver') but installed inside +** '~/.cache/fdroidserver' needs to be cleaned at some times… * reproducible_build_fdroid_apk.sh ** 1st run ./fdroid build some.app:vercode --server |