From fe46da2abd3474218d80aae82a170f9613fee519 Mon Sep 17 00:00:00 2001 From: ranke Date: Tue, 7 Jul 2009 14:14:33 +0000 Subject: Move old stuff out of the way as it is potentially confusing git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@57 f247ebf9-aa24-0410-a698-f940e971ad2b --- old/publish_r-base.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 old/publish_r-base.sh (limited to 'old/publish_r-base.sh') diff --git a/old/publish_r-base.sh b/old/publish_r-base.sh new file mode 100644 index 0000000..e623912 --- /dev/null +++ b/old/publish_r-base.sh @@ -0,0 +1,11 @@ +#!/bin/bash +rsync -avz \ + --include "build_log*" \ + --include "build_errors*" \ + --include "interdiff_to_debian_sid_$DIST" \ + --include "r-base_*$DISTcran*.diff.gz" \ + --include "r-base_*$DISTcran*.dsc" \ + --include "*.deb" \ + --exclude "*" \ + r-base/ \ + ranke@chem:/home/ranke/svn/website/www/ranke/r-cran/$DIST-cran -- cgit v1.2.1