summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/cvs-build.pl10
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/cvs-build.pl b/scripts/cvs-build.pl
new file mode 100644
index 000000000..89546f56b
--- /dev/null
+++ b/scripts/cvs-build.pl
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+MODULE=drupal
+FILENAME=drupal
+
+#FILENAME=$MODULE-`date +"%Y%m%d"`
+
+cvs co $MODULE
+tar -czf $FILENAME.tgz $MODULE/*
+rm -Rf $MODULE