summaryrefslogtreecommitdiffstats
path: root/taskcluster/scripts/misc/gradle-python-envs.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:42 +0000
commitda4c7e7ed675c3bf405668739c3012d140856109 (patch)
treecdd868dba063fecba609a1d819de271f0d51b23e /taskcluster/scripts/misc/gradle-python-envs.sh
parentAdding upstream version 125.0.3. (diff)
downloadfirefox-da4c7e7ed675c3bf405668739c3012d140856109.tar.xz
firefox-da4c7e7ed675c3bf405668739c3012d140856109.zip
Adding upstream version 126.0.upstream/126.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'taskcluster/scripts/misc/gradle-python-envs.sh')
-rwxr-xr-xtaskcluster/scripts/misc/gradle-python-envs.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/taskcluster/scripts/misc/gradle-python-envs.sh b/taskcluster/scripts/misc/gradle-python-envs.sh
new file mode 100755
index 0000000000..5873e3fa91
--- /dev/null
+++ b/taskcluster/scripts/misc/gradle-python-envs.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+set -x -e -v
+
+VERSION="$1"
+
+BASE_URL=https://plugins.gradle.org/m2/gradle/plugin/com/jetbrains/python/gradle-python-envs
+
+mkdir -p "${UPLOAD_DIR}"
+wget --no-parent --recursive --execute robots=off "${BASE_URL}/${VERSION}/"
+tar caf "${UPLOAD_DIR}/gradle-python-envs-${VERSION}.tar.zst" plugins.gradle.org