aboutsummaryrefslogtreecommitdiffstats
path: root/assets/update-git.sh
diff options
context:
space:
mode:
authorDeathamns <deathamns@gmail.com>2014-10-17 21:44:19 +0200
committerDeathamns <deathamns@gmail.com>2014-11-09 17:39:12 +0100
commit5b79bf353647a4dad9d4968d0f246582744f07bc (patch)
tree06f045f4dfbd188a8f1217c491b185f0d41d6d50 /assets/update-git.sh
parent96c4e2e2565ffbd7d413ed7721d9610772b03859 (diff)
downloaduBlock-5b79bf353647a4dad9d4968d0f246582744f07bc.zip
uBlock-5b79bf353647a4dad9d4968d0f246582744f07bc.tar.gz
uBlock-5b79bf353647a4dad9d4968d0f246582744f07bc.tar.bz2
Work on vendor API abstraction, and near complete Safari support
Diffstat (limited to 'assets/update-git.sh')
-rwxr-xr-xassets/update-git.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/assets/update-git.sh b/assets/update-git.sh
deleted file mode 100755
index 282ae90..0000000
--- a/assets/update-git.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-#
-# This script assumes a linux environment
-
-echo "*** uBlock: git adding changed assets..."
-git add --update --ignore-removal --ignore-errors ./*
-echo "*** uBlock: git committing assets..."
-git commit -m 'update of third-party assets'
-echo "*** uBlock: git pushing assets to remote master..."
-git push origin master
-
-echo "*** uBlock: git done."
-