From f82c9449951c75bd5d9f7083c8683ddd15121738 Mon Sep 17 00:00:00 2001 From: ranke Date: Mon, 14 Dec 2015 12:57:12 +0000 Subject: Various improvements - Don't remove r-base-*.deb files when cleaning sources - Use ./build [options] sourcepackage instead of build*.sh - Use ./build_others [options] instead of build_others.sh - Use ./clean [squeeze|wheezy|jessie] instead of clean.sh - Improve comment in backport_others script - Use ./move_debs instead of move_*.sh git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@117 f247ebf9-aa24-0410-a698-f940e971ad2b --- build_r-base.sh | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 build_r-base.sh (limited to 'build_r-base.sh') diff --git a/build_r-base.sh b/build_r-base.sh deleted file mode 100644 index 3d26cca..0000000 --- a/build_r-base.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -# 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 - -apt-get update -apt-get upgrade -apt-get build-dep r-base -apt-get source r-base - -cd r-base-* - -dpkg-buildpackage -B - -cd .. -- cgit v1.2.1