diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-04-28 02:48:32 +0200 |
---|---|---|
committer | X2go Administrator <x2go-admin@minobo.das-netzwerkteam.de> | 2011-04-28 02:49:00 +0200 |
commit | f4e359d61f8f0eda11b5be2bf4a8181c4049965b (patch) | |
tree | d8cb3d8634c6029da10727c526f429c20ba208f2 | |
parent | eec889e3de2f0cd68edb31f075334b49e65bd1d0 (diff) | |
download | buildscripts-f4e359d61f8f0eda11b5be2bf4a8181c4049965b.tar.gz buildscripts-f4e359d61f8f0eda11b5be2bf4a8181c4049965b.tar.bz2 buildscripts-f4e359d61f8f0eda11b5be2bf4a8181c4049965b.zip |
fixes OTHERMIRROR URL to packages.x2go.org
-rwxr-xr-x | bin/x2go-buildpackage | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/x2go-buildpackage b/bin/x2go-buildpackage index 9d995b3..7411676 100755 --- a/bin/x2go-buildpackage +++ b/bin/x2go-buildpackage @@ -105,7 +105,7 @@ cat BUILDS_FOR | egrep -v '(^$|^#.*$)' | while read line; do # modify changelog for this build DEBEMAIL=git-admin@x2go.org DEBFULLNAME="X2go Git Administrator" dch --distribution $VERSION --force-distribution -l "+$l_CODENAME~$COMPONENT$DATE" "Auto-built $l_DIST $l_CODENAME package for packages.x2go.org repository." mkdir -p $PKGDIST/$l_DIST/$l_CODENAME/{amd64,i386} - OTHERMIRROR="deb http://code.x2go.org/debian $l_CODENAME $COMPONENT" + OTHERMIRROR="deb http://packages.x2go.org/debian $l_CODENAME $COMPONENT" [ "x$USE_SUDO" != "xyes" ] && { cat debian/control | egrep 'Architecture.*(all|any|amd64)' >/dev/null && { DIST=$l_DIST CODENAME=$l_CODENAME ARCH=amd64 $PDEBUILD --auto-debsign --debsign-k F4A7678C9C6B0B2B --buildresult $PKGDIST/$l_DIST/$l_CODENAME/amd64 |