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 --- backport_others | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backport_others') diff --git a/backport_others b/backport_others index 5b2b631..a923587 100644 --- a/backport_others +++ b/backport_others @@ -35,7 +35,7 @@ done if [ $# -lt 1 ]; then usage; exit 1; fi DIST=$1 -# Update pbuilder chroot +# Update apt and pbuild chroot if [ "$skip" = false ] then sudo apt-get update -- cgit v1.2.1