summaryrefslogtreecommitdiff
path: root/scripts/convert-git-cache
diff options
context:
space:
mode:
authorJavier Jardón <javier.jardon@codethink.co.uk>2013-01-22 18:23:39 +0000
committerJavier Jardón <javier.jardon@codethink.co.uk>2013-01-28 15:50:16 +0000
commite6dc394c0f31429b2f54c77b20223651a0ab68ee (patch)
treeed95679242eee9cc0f4f477ad16576e341030542 /scripts/convert-git-cache
parent8c34d1e9d46b6802d8723f9d151019fe8a7c3250 (diff)
downloadmorph-e6dc394c0f31429b2f54c77b20223651a0ab68ee.tar.gz
Remove unneded json module imports
Diffstat (limited to 'scripts/convert-git-cache')
-rwxr-xr-xscripts/convert-git-cache5
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/convert-git-cache b/scripts/convert-git-cache
index 95ed83c8..33a8edf1 100755
--- a/scripts/convert-git-cache
+++ b/scripts/convert-git-cache
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2012,2013 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -15,9 +15,6 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-# This is a program to convert the json dump of the overlaps between artifacts
-# in a format more suited to shell programs, or human reading
-
set -eu
CACHE_ROOT=$(morph --dump-config | grep cachedir | cut -d\ -f3)