From dcde59521947dfdb7a81cb2be57d01b475f3c705 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 25 Apr 2011 21:36:33 +0200 Subject: move OTHERMIRROR declaration into x2go-buildpackage script --- bin/x2go-buildpackage | 1 + home/.pbuilderrc | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/x2go-buildpackage b/bin/x2go-buildpackage index 88e8843..19b1633 100755 --- a/bin/x2go-buildpackage +++ b/bin/x2go-buildpackage @@ -39,6 +39,7 @@ PACKAGE_DIR=$HOME/build/$COMPONENT/$PACKAGE DIST_SUPPORTED="debian ubuntu" PKGDIST="$HOME/pkg-dist/$COMPONENT/$PACKAGE" +OTHERMIRROR=${OTHERMIRROR:-"deb http://code.x2go.org/debian $CODENAME $COMPONENT"} # creating paths mkdir -p "$TEMP_BASE" diff --git a/home/.pbuilderrc b/home/.pbuilderrc index 6f4c6dc..9b3661d 100644 --- a/home/.pbuilderrc +++ b/home/.pbuilderrc @@ -43,5 +43,4 @@ if [ "x${DIST}" = "xubuntu" ]; then MIRRORSITE="http://localhost:9999/ubuntu" elif [ "x${DIST}" = "xdebian" ]; then MIRRORSITE="http://localhost:3142/debian" - OTHERMIRROR=${OTHERMIRROR:-"deb http://code.x2go.org/debian $CODENAME $COMPONENT"} fi -- cgit v1.2.3