summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2013-01-28 16:57:18 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2013-01-28 16:57:18 +0000
commite97bd4be721834e24c32838c2ecd5149ef7c7101 (patch)
tree195e2ecfa8afb38522b81ed030588eed8785017f /scripts
parent2024583a303ef1a79709b7ecc9fc2dce22e8ce98 (diff)
parente6dc394c0f31429b2f54c77b20223651a0ab68ee (diff)
downloadmorph-e97bd4be721834e24c32838c2ecd5149ef7c7101.tar.gz
Merge branch 'jjardon/yaml-v2'
Diffstat (limited to 'scripts')
-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)