summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-07-10 16:08:50 +0000
committerPeter Palfrader <peter@palfrader.org>2002-07-10 16:08:50 +0000
commitf116bd21fa2d0d13861dbde638ebdb33a01e8568 (patch)
tree4c4bde350da5e885d0b284548c91001e5f326f12 /tools
parentb7af0b3e1cffcff23f98a9b29771e0b95d5260ac (diff)
Add comment explaining what it does
Diffstat (limited to 'tools')
-rwxr-xr-xtools/convert-xml-to-datadumper6
-rwxr-xr-xtools/create-distribution3
2 files changed, 9 insertions, 0 deletions
diff --git a/tools/convert-xml-to-datadumper b/tools/convert-xml-to-datadumper
index 26d8c27..003d383 100755
--- a/tools/convert-xml-to-datadumper
+++ b/tools/convert-xml-to-datadumper
@@ -1,5 +1,11 @@
#!/usr/bin/perl -w
+# In 2.0beta1 XML was used to store all relevant data
+# 2.0beta2 ditched XML and went for Data::Dumper
+
+# This script takes the XML data from STDIN and
+# prints the data in Data::Dumper perl style to stdout
+
use strict;
use XML::Parser;
use XML::Dumper;
diff --git a/tools/create-distribution b/tools/create-distribution
index 6a6e062..35f58a4 100755
--- a/tools/create-distribution
+++ b/tools/create-distribution
@@ -1,5 +1,8 @@
#!/bin/sh
+# This script is used after exporting the CVS to build a new
+# release tarball
+
set -e
find -name .cvsignore -print0 | xargs -0 rm