summaryrefslogtreecommitdiff
path: root/build_others.sh
diff options
context:
space:
mode:
authorranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2009-07-06 21:45:30 +0000
committerranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2009-07-06 21:45:30 +0000
commit21f32aff61eca7e79b76f9cbccae28efa66d369e (patch)
tree91e653116787054a34b70f07a70fbffdfcedfbc7 /build_others.sh
parent57dee9ba2a595485609c96e4f4c0093614c648a8 (diff)
Rewrite of backporting scripts for exclusive use of pdebuild,
getting rid of schroot git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@56 f247ebf9-aa24-0410-a698-f940e971ad2b
Diffstat (limited to 'build_others.sh')
-rw-r--r--build_others.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/build_others.sh b/build_others.sh
new file mode 100644
index 0000000..350150a
--- /dev/null
+++ b/build_others.sh
@@ -0,0 +1,16 @@
+# Author: Johannes Ranke <jranke@uni-bremen.de>
+
+# Preconditions: - shell variables DIST and ARCH
+# - CRAN sources in /etc/apt/sources/list
+
+echo Distribution is $DIST
+echo Architecture is $ARCH
+
+apt-get update
+
+for i in cluster foreign kernsmooth lattice mgcv nlme rmatrix rodbc rpart survival vr littler; do
+ apt-get source -t $DIST-cran $i
+ cd $i-*
+
+ pdebuild --debbuildopts '-b' --buildresult /home/ranke/svn/website/www/ranke/r-cran/$DIST-cran/ -- --distribution $DIST --basetgz /var/cache/pbuilder/$DIST-$ARCH-base.tgz --aptcache /exthd/pbuilder/$DIST-$ARCH/aptcache --buildplace /exthd/pbuilder/$DIST-$ARCH/build
+done

Contact - Imprint