diff options
author | ranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b> | 2015-12-12 10:38:15 +0000 |
---|---|---|
committer | ranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b> | 2015-12-12 10:38:15 +0000 |
commit | 1cd094b531ff2a9f1d6acb4b781c118d12b51343 (patch) | |
tree | 86682d7e3c76817652ba74b82d3047a75ea8f51f /build_jags.sh | |
parent | 28da2e962565a4ded17c427776529b43f3527186 (diff) |
New and simplified organisation of backporting scripts
Now backports for different distributions (squeeze, wheezy, jessie) can be
started from the same working directory. Also, single package builds
can be done without editing a script.
git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@111 f247ebf9-aa24-0410-a698-f940e971ad2b
Diffstat (limited to 'build_jags.sh')
-rw-r--r-- | build_jags.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/build_jags.sh b/build_jags.sh deleted file mode 100644 index b0c7a19..0000000 --- a/build_jags.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -# Script to facilitate building jags binaries for CRAN in a chroot -# Matching CRAN sources must be in /etc/apt/sources.list of the chroot - -apt-get update -apt-get build-dep jags -apt-get source jags - -cd jags-* - -dpkg-buildpackage -B - -cd .. |