summaryrefslogtreecommitdiff
path: root/db-update
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2015-05-24 08:02:12 +0100
committerParabola <dev@list.parabolagnulinux.org>2015-05-24 08:02:12 +0100
commit1918eeec794d764ce021996ab66e923fc50195b4 (patch)
tree741551d1745119fa5266ed7bf66d76e7213120b5 /db-update
parentdd63290fd4c15b6220ade6ef4d6f8f0e4878944e (diff)
db-update: Remove debugging code
Diffstat (limited to 'db-update')
-rwxr-xr-xdb-update5
1 files changed, 0 insertions, 5 deletions
diff --git a/db-update b/db-update
index 3c06f63..0c4f824 100755
--- a/db-update
+++ b/db-update
@@ -3,11 +3,6 @@
. "$(dirname "$(readlink -e "$0")")/config"
. "$(dirname "$(readlink -e "$0")")/db-functions"
-if [[ $STAGING = *luke* ]]; then
- set -x
- PKGEXT='.pkg.tar.?z'
-fi
-
if [ $# -ge 1 ]; then
warning "Calling %s with a specific repository is no longer supported" "${0##*/}"
exit 1