From 28da2e962565a4ded17c427776529b43f3527186 Mon Sep 17 00:00:00 2001 From: ranke Date: Fri, 30 Oct 2015 16:03:51 +0000 Subject: Build with different username - should be substitude by ~ ... git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@110 f247ebf9-aa24-0410-a698-f940e971ad2b --- backport_others.sh | 2 +- backport_r-base.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backport_others.sh b/backport_others.sh index e0fb612..f3db13f 100644 --- a/backport_others.sh +++ b/backport_others.sh @@ -49,6 +49,6 @@ for i in lattice nlme rmatrix mgcv boot cluster codetools foreign kernsmooth r-c fi - pdebuild --debbuildopts '-sa' --buildresult /home/ranke/svn/website/www/ranke/r-cran/$DIST-$reposversion/ -- --distribution $DIST --basetgz /var/cache/pbuilder/$DIST-$ARCH-base.tgz --aptcache /var/cache/pbuilder/$DIST-$ARCH/aptcache --buildplace /var/cache/pbuilder/$DIST-$ARCH/build + pdebuild --debbuildopts '-sa' --buildresult /home/jranke/svn/website/www/ranke/r-cran/$DIST-$reposversion/ -- --distribution $DIST --basetgz /var/cache/pbuilder/$DIST-$ARCH-base.tgz --aptcache /var/cache/pbuilder/$DIST-$ARCH/aptcache --buildplace /var/cache/pbuilder/$DIST-$ARCH/build cd .. done diff --git a/backport_r-base.sh b/backport_r-base.sh index 4b774c5..b2bb42f 100644 --- a/backport_r-base.sh +++ b/backport_r-base.sh @@ -66,7 +66,7 @@ then fi pbuilder update --debootstrapopts "--keyring=/usr/share/keyrings/debian-archive-keyring.gpg" -pdebuild --debbuildopts '-sa' --buildresult /home/ranke/svn/website/www/ranke/r-cran/$DIST-$reposversion/ -- --distribution $DIST --basetgz /var/cache/pbuilder/$DIST-$ARCH-base.tgz --aptcache /var/cache/pbuilder/$DIST-$ARCH/aptcache --buildplace /var/cache/pbuilder/$DIST-$ARCH/build +pdebuild --debbuildopts '-sa' --buildresult /home/jranke/svn/website/www/ranke/r-cran/$DIST-$reposversion/ -- --distribution $DIST --basetgz /var/cache/pbuilder/$DIST-$ARCH-base.tgz --aptcache /var/cache/pbuilder/$DIST-$ARCH/aptcache --buildplace /var/cache/pbuilder/$DIST-$ARCH/build if [ $? -ne 0 ]; then exit fi -- cgit v1.2.1