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.
ksolomko/vlan
Michael Prokop 13 years ago
parent 6cdb6f6d05
commit daabddf927

@ -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"

Loading…
Cancel
Save