diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-01-20 17:13:19 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-01-20 17:13:19 +0100 |
commit | ce4dd8bdb8e9a427216ce9417bc12cb1c2b43825 (patch) | |
tree | f45e1eee1970a63e9bde514b05f0cdc66dac4f45 /bin | |
parent | 4877a1283548cb22b8d9a43cba35fe1b763ed279 (diff) | |
download | jenkins.debian.net-ce4dd8bdb8e9a427216ce9417bc12cb1c2b43825.tar.xz |
reproducible fdroid: third stab
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_setup_fdroid_build_environment.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_setup_fdroid_build_environment.sh b/bin/reproducible_setup_fdroid_build_environment.sh index 1405b9c2..b2bcd3ad 100755 --- a/bin/reproducible_setup_fdroid_build_environment.sh +++ b/bin/reproducible_setup_fdroid_build_environment.sh @@ -15,4 +15,5 @@ common_init "$@" # do I really want to run this? git clone https://gitlab.com/fdroid/fdroidserver.git +cd fdroidserver ./makebuildserver |