From: Thanh Ha Date: Wed, 3 Feb 2016 20:23:45 +0000 (-0500) Subject: Update odlrelease script to trim only 2 directory paths X-Git-Tag: release/beryllium~36 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=releng%2Fbuilder.git;a=commitdiff_plain;h=0a8b7a24ec54aa00ef2afd5c38a77ec8dc8e3352 Update odlrelease script to trim only 2 directory paths Change-Id: Ie645917ad9c2eae9e0f45675053081d9ad9e75d0 Signed-off-by: Thanh Ha --- diff --git a/scripts/odlrelease b/scripts/odlrelease index 61526084e..91e68e7c8 100755 --- a/scripts/odlrelease +++ b/scripts/odlrelease @@ -37,7 +37,7 @@ function sign { echo "Fetching artifacts from $URL" # Fetch Artifacts wget --recursive --execute robots=off --no-parent --quiet \ - --no-host-directories --cut-dirs=3 \ + --no-host-directories --cut-dirs=2 \ $URL # Remove files that don't need signing