summaryrefslogtreecommitdiffstats
path: root/deps/telepathy/libsignon-glib/fetch-libsignon-glib.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deps/telepathy/libsignon-glib/fetch-libsignon-glib.sh')
-rw-r--r--deps/telepathy/libsignon-glib/fetch-libsignon-glib.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/deps/telepathy/libsignon-glib/fetch-libsignon-glib.sh b/deps/telepathy/libsignon-glib/fetch-libsignon-glib.sh
deleted file mode 100644
index fa11ce4..0000000
--- a/deps/telepathy/libsignon-glib/fetch-libsignon-glib.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-# Fetch a versioned tarball, and update the git submodules as well:
-
-VERSION=${VERSION:-2.1}
-
-git clone https://gitlab.com/accounts-sso/libsignon-glib.git libsignon-glib-${VERSION}
-cd libsignon-glib-${VERSION}
- git submodule init
- git submodule update
- rm -rf .git*
-cd - 1>/dev/null
-tar -Jcf libsignon-glib-${VERSION}.tar.xz libsignon-glib-${VERSION}
-rm -rf libsignon-glib-${VERSION}
-