]> err.no Git - dpkg/commitdiff
cvs script
authorBen Collins <bcollins@debian.org>
Sat, 16 Oct 1999 02:21:46 +0000 (02:21 +0000)
committerBen Collins <bcollins@debian.org>
Sat, 16 Oct 1999 02:21:46 +0000 (02:21 +0000)
release.sh [new file with mode: 0755]

diff --git a/release.sh b/release.sh
new file mode 100755 (executable)
index 0000000..c02d352
--- /dev/null
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+# Wichert: thought this might be useful :) -- Ben
+
+# run the autogen, but make sure we copy everything instead of symlinking
+./autogen.sh --copy
+
+# remove CVS files
+rm -rf `find . -name CVS -type d`
+rm -f `find . -name .cvsignore -type f`
+
+# Remove any cruft files...
+rm -f `find . -name '*.orig' -o -name '*.rej' -o -name '*~'`
+
+# Now remove the CVS scripts
+rm -f autogen.sh release.sh