<pre style='margin:0'>
Clemens Lang (neverpanic) pushed a commit to branch master
in repository macports-infrastructure.

</pre>
<p><a href="https://github.com/macports/macports-infrastructure/commit/3bcd6246f3832378a527294053ea7c7c19b040b4">https://github.com/macports/macports-infrastructure/commit/3bcd6246f3832378a527294053ea7c7c19b040b4</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 3bcd624  build_deploy_prbot: Add documentation
</span>3bcd624 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3bcd6246f3832378a527294053ea7c7c19b040b4
</span>Author: Clemens Lang <neverpanic@gmail.com>
AuthorDate: Sat Jul 22 14:53:59 2017 +0200

<span style='display:block; white-space:pre;color:#404040;'>    build_deploy_prbot: Add documentation
</span>---
 jobs/build_deploy_prbot.sh | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/jobs/build_deploy_prbot.sh b/jobs/build_deploy_prbot.sh
</span><span style='display:block; white-space:pre;color:#808080;'>index 261f993..6399e36 100755
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/jobs/build_deploy_prbot.sh
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/jobs/build_deploy_prbot.sh
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,5 +1,19 @@
</span> #!/usr/bin/env bash
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+##
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# This script downloads and builds the pull request handling bot developed by
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# l2dy in Google Summer of Code 2017. It will
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# 1. clone the git repository if it does not exist yet and update it to the
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#    latest version if it exists already
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# 2. check whether an update is available, and if there is one
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# 3. download and update the necessary go dependencies
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# 4. build the pull request bot
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# 5. update a symlink that will always point to the latest version
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# To use this script, set $GOPATH in your environment to the absolute path of
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# the go workspace you want to use.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> set -euo pipefail
 
 if [ -z "${GOPATH:-}" ]; then
</pre><pre style='margin:0'>

</pre>