summarylogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index cc5e00288c26..4635b51c9ed3 100755
--- a/build.sh
+++ b/build.sh
@@ -1,5 +1,10 @@
#!/usr/bin/env bash
+#
+# This script is used to test AUR builds locally in a clean Arch Linux Docker container.
+# It is not used in the AUR builds in any way, and is only for debugging purposes.
+#
+
set -e
docker run --rm -v $(pwd):/tmp/output -v $(pwd)/dockerscript.sh:/root/dockerscript.sh archlinux:base-devel /bin/bash /root/dockerscript.sh