summaryrefslogtreecommitdiffstats
path: root/tools/update-packaging/test/catmanifest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/update-packaging/test/catmanifest.sh')
-rwxr-xr-xtools/update-packaging/test/catmanifest.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/update-packaging/test/catmanifest.sh b/tools/update-packaging/test/catmanifest.sh
new file mode 100755
index 000000000..354c3ff41
--- /dev/null
+++ b/tools/update-packaging/test/catmanifest.sh
@@ -0,0 +1,14 @@
+#!/bin/bash
+# helper tool for testing. Cats the manifest out of a mar file
+
+mar="$1"
+workdir="/tmp/catmanifest"
+
+rm -rf "$workdir"
+mkdir -p "$workdir"
+cp "$1" "$workdir"
+cd "$workdir"
+mar -x "$1"
+mv updatev2.manifest updatev2.manifest.bz2
+bzip2 -d updatev2.manifest.bz2
+cat updatev2.manifest