summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_netbsd.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-07-05 15:17:37 +0200
committerHolger Levsen <holger@layer-acht.org>2015-07-05 15:17:37 +0200
commit33113694c826d41ef225f271714ce61c3a37f44f (patch)
tree3705663774835dd74551682650666c9a754ab2d5 /bin/reproducible_netbsd.sh
parent4d222a3d3c96d54f290e2acc24fcb3d26b63f524 (diff)
downloadjenkins.debian.net-33113694c826d41ef225f271714ce61c3a37f44f.tar.xz
reproducible netbsd: fix path
Diffstat (limited to 'bin/reproducible_netbsd.sh')
-rwxr-xr-xbin/reproducible_netbsd.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh
index 3d177aac..76e6894d 100755
--- a/bin/reproducible_netbsd.sh
+++ b/bin/reproducible_netbsd.sh
@@ -49,6 +49,7 @@ echo "==========================================================================
echo "$(date -u) - Cloning the netbsd git repository (which is autosynced with their CVS repository)"
echo "============================================================================="
git clone https://github.com/jsonn/src
+mv src netbsd
cd netbsd
NETBSD="$(git log -1)"
NETBSD_VERSION=$(git describe --always)