From daabddf92753dab5f773f31b9b67f1e49dc9412d Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 30 Jul 2013 16:21:29 +0200 Subject: [PATCH] Directly access autobuild directory and skip its debian directory On Jenkins host there was this symlink present: | cd /srv/repository | ln -s . debian To avoid unnecessary duplicates during repository search I removed the symlink, let's see whether this change is enough or if apt-get then still needs it. --- deployment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.sh b/deployment.sh index 298df4d..7712dc1 100755 --- a/deployment.sh +++ b/deployment.sh @@ -1038,7 +1038,7 @@ if "$NGCP_INSTALLER" ; then # ngcp-installer from trunk or a release build if [ "$INSTALLER_VERSION" = "trunk" ] || $TRUNK_VERSION || [ -n "$AUTOBUILD_RELEASE" ] ; then - INSTALLER_PATH='http://deb.sipwise.com/autobuild/debian/pool/main/n/ngcp-installer/' + INSTALLER_PATH='http://deb.sipwise.com/autobuild/pool/main/n/ngcp-installer/' wget --directory-prefix=debs --no-directories -r --no-parent "$INSTALLER_PATH"