summaryrefslogtreecommitdiff
path: root/tmp
diff options
context:
space:
mode:
authorMarkus Warg <mw@it-sls.de>2010-03-29 09:54:06 +0200
committerMarkus Warg <mw@it-sls.de>2010-03-29 09:54:06 +0200
commit9dceece06fbdc98add6f76f0b1aec05891a394c4 (patch)
treef7227c28ca5f79f30c2ec81ba1a09a4fe3972436 /tmp
parent5b68967def224a00f54eb54946ff17301bbd3cdb (diff)
downloadcacert-devel-9dceece06fbdc98add6f76f0b1aec05891a394c4.tar.gz
cacert-devel-9dceece06fbdc98add6f76f0b1aec05891a394c4.tar.xz
cacert-devel-9dceece06fbdc98add6f76f0b1aec05891a394c4.zip
remove cacert/ prefix
Diffstat (limited to 'tmp')
-rw-r--r--tmp/CVS/Entries2
-rw-r--r--tmp/CVS/Repository1
-rw-r--r--tmp/CVS/Root1
-rw-r--r--tmp/Makefile10
4 files changed, 14 insertions, 0 deletions
diff --git a/tmp/CVS/Entries b/tmp/CVS/Entries
new file mode 100644
index 0000000..b7e988c
--- /dev/null
+++ b/tmp/CVS/Entries
@@ -0,0 +1,2 @@
+/Makefile/1.1/Sun Sep 20 15:39:18 2009//
+D
diff --git a/tmp/CVS/Repository b/tmp/CVS/Repository
new file mode 100644
index 0000000..737bf69
--- /dev/null
+++ b/tmp/CVS/Repository
@@ -0,0 +1 @@
+cacert/tmp
diff --git a/tmp/CVS/Root b/tmp/CVS/Root
new file mode 100644
index 0000000..a363882
--- /dev/null
+++ b/tmp/CVS/Root
@@ -0,0 +1 @@
+/var/lib/cvs
diff --git a/tmp/Makefile b/tmp/Makefile
new file mode 100644
index 0000000..294a5b8
--- /dev/null
+++ b/tmp/Makefile
@@ -0,0 +1,10 @@
+DATE=`date "+%Y%m%d"`
+
+all:
+ cvs -d /var/lib/cvs checkout cacert
+ tar cjvf ../tarballs/cacert-${DATE}.tar.bz2 --exclude CVS cacert
+ rm ../tarballs/current.tar.bz2
+ ln -s cacert-${DATE}.tar.bz2 ../tarballs/current.tar.bz2
+ tar cvjf ../tarballs/cacert-cvs.tar.bz2 /var/lib/cvs/cacert
+ mv ../tarballs/cacert-cvs.tar.bz2 ../www/cacert-cvs.tar.bz2
+