Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dequis/purple-facebook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author/ <>2021-02-16 21:44:51 +0300
committer/ <>2021-02-16 21:44:51 +0300
commit717ed73df48acc30c85e85274a98f663d65a43c2 (patch)
tree798e60c491f3f19a6e2866d2f03e9bf2c46f6186
parent25cbf6d1524b823d710cdd323d001cc15be72d58 (diff)
pruned update.shlibpurple-integration
-rwxr-xr-xupdate.sh56
1 files changed, 28 insertions, 28 deletions
diff --git a/update.sh b/update.sh
index f2f2a38..5f1e103 100755
--- a/update.sh
+++ b/update.sh
@@ -2,34 +2,34 @@
set -e
-URL="https://keep.imfreedom.org/pidgin/pidgin"
-HASHG=$(_TMP_=$(type hg 2>&1); echo $?)
-
-if test "$HASHG" != "0"; then
- echo "hg (mercurial) not found in PATH" >&2
- exit $HASHG
-fi
-
-test -z "$srcdir" && srcdir=$(dirname "$0")
-test -z "$srcdir" && srcdir=.
-test -z "$pidgindir" && pidgindir=.pidgin
-
-cd "$srcdir"
-REVISION=$(cat VERSION)
-
-if ! test -d "$pidgindir/.hg"; then
- rm -rf "$pidgindir"
- hg clone "$URL" "$pidgindir"
-fi
-
-hg -R "$pidgindir" -v pull
-hg -R "$pidgindir" -v update -C "$REVISION"
-rm -rf pidgin
-
-for FILE in $(cat MANIFEST_PIDGIN); do
- mkdir -p $(dirname "pidgin/$FILE")
- cp "$pidgindir/$FILE" "pidgin/$FILE"
-done
+#URL="https://keep.imfreedom.org/pidgin/pidgin"
+#HASHG=$(_TMP_=$(type hg 2>&1); echo $?)
+#
+#if test "$HASHG" != "0"; then
+# echo "hg (mercurial) not found in PATH" >&2
+# exit $HASHG
+#fi
+#
+#test -z "$srcdir" && srcdir=$(dirname "$0")
+#test -z "$srcdir" && srcdir=.
+#test -z "$pidgindir" && pidgindir=.pidgin
+#
+#cd "$srcdir"
+#REVISION=$(cat VERSION)
+#
+#if ! test -d "$pidgindir/.hg"; then
+# rm -rf "$pidgindir"
+# hg clone "$URL" "$pidgindir"
+#fi
+#
+#hg -R "$pidgindir" -v pull
+#hg -R "$pidgindir" -v update -C "$REVISION"
+#rm -rf pidgin
+#
+#for FILE in $(cat MANIFEST_PIDGIN); do
+# mkdir -p $(dirname "pidgin/$FILE")
+# cp "$pidgindir/$FILE" "pidgin/$FILE"
+#done
touch $(cat MANIFEST_VOIDS)