[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible fdroid: second stab
Holger Levsen
holger at moszumanska.debian.org
Wed Jan 20 16:12:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 4877a1283548cb22b8d9a43cba35fe1b763ed279
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Jan 20 17:12:06 2016 +0100
reproducible fdroid: second stab
---
bin/reproducible_setup_fdroid_build_environment.sh | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/bin/reproducible_setup_fdroid_build_environment.sh b/bin/reproducible_setup_fdroid_build_environment.sh
new file mode 100755
index 0000000..1405b9c
--- /dev/null
+++ b/bin/reproducible_setup_fdroid_build_environment.sh
@@ -0,0 +1,18 @@
+#!/bin/bash
+
+# Copyright 2015-2016 Holger Levsen <holger at 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list