diff options
Diffstat (limited to 'tmp')
-rw-r--r-- | tmp/CVS/Entries | 2 | ||||
-rw-r--r-- | tmp/CVS/Repository | 1 | ||||
-rw-r--r-- | tmp/CVS/Root | 1 | ||||
-rw-r--r-- | tmp/Makefile | 10 |
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 + |