summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/build b/build
index 03a7231..4ecf40a 100755
--- a/build
+++ b/build
@@ -2,6 +2,7 @@
# Script to facilitate building r-base binaries for CRAN in a chroot
# Matching CRAN sources must be in /etc/apt/sources.list of the chroot
+# TBD: Check if the build already exists in the local repository
usage()
{
@@ -12,6 +13,9 @@ echo " -s, --skip Skip apt-get update/upgrade"
DIST=`lsb_release -cs`
+# URL of the local CRAN repo for checking for existing builds
+localcran="http://tux/r-cran/$DIST-cran34/"
+
skip=false
while test -n "${1}"; do
case "$1" in

Contact - Imprint