summaryrefslogtreecommitdiff
path: root/build_recommended_etch.sh
diff options
context:
space:
mode:
authorranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2007-11-29 17:36:29 +0000
committerranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2007-11-29 17:36:29 +0000
commit45249774120b6506aba8bfe968d5415cecae2c30 (patch)
treeea754611c225a58e95dcc2fe69a20d19b46b31b1 /build_recommended_etch.sh
parent571c4f26ce752ef284ce462e86a60d66f4268de3 (diff)
New update of the binary only build environment
git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@24 f247ebf9-aa24-0410-a698-f940e971ad2b
Diffstat (limited to 'build_recommended_etch.sh')
-rw-r--r--build_recommended_etch.sh20
1 files changed, 0 insertions, 20 deletions
diff --git a/build_recommended_etch.sh b/build_recommended_etch.sh
deleted file mode 100644
index 5243e4a..0000000
--- a/build_recommended_etch.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/bash
-
-# Script to automate building of r-cran-* packages for Debian.
-
-# Author: Johannes Ranke <jranke@uni-bremen.de> and
-# Vincent Goulet <vincent.goulet@act.ulaval.ca>
-
-#DEBEMAIL=jranke@uni-bremen.de
-#DEBFULLNAME="Johannes Ranke"
-
-#for i in foreign kernsmooth; do
-for i in boot cluster codetools foreign kernsmooth lattice mgcv nlme rcompgen rpart survival vr; do
- cd $i
- rm -rf $i*
- rm *.deb
- apt-get source $i
- cd $i-*
- fakeroot dpkg-buildpackage -B
- cd ../..
-done

Contact - Imprint