diff options
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 |