diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-01-20 17:12:06 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-01-20 17:12:06 +0100 |
commit | 4877a1283548cb22b8d9a43cba35fe1b763ed279 (patch) | |
tree | 42e99d48d7787ff25c1b68ee7564992f39e6433c /bin | |
parent | 0fcd6396261d9a0ac91d8c15cc77f9c3aa3a217d (diff) | |
download | jenkins.debian.net-4877a1283548cb22b8d9a43cba35fe1b763ed279.tar.xz |
reproducible fdroid: second stab
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_setup_fdroid_build_environment.sh | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/bin/reproducible_setup_fdroid_build_environment.sh b/bin/reproducible_setup_fdroid_build_environment.sh new file mode 100755 index 00000000..1405b9c2 --- /dev/null +++ b/bin/reproducible_setup_fdroid_build_environment.sh @@ -0,0 +1,18 @@ +#!/bin/bash + +# Copyright 2015-2016 Holger Levsen <holger@layer-acht.org> +# released under the GPLv=2 + +# +# + +DEBUG=true +. /srv/jenkins/bin/common-functions.sh +common_init "$@" + +# common code +. /srv/jenkins/bin/reproducible_common.sh + +# do I really want to run this? +git clone https://gitlab.com/fdroid/fdroidserver.git +./makebuildserver |