[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible netbsd: use the official NetBSD git repository instead
Mattia Rizzolo
mattia at debian.org
Sun Feb 4 18:22:24 UTC 2018
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository jenkins.debian.net.
commit a13fee6aa8ac45f375de20a4e100c8d6d7e2456f
Author: Mattia Rizzolo <mattia at debian.org>
Date: Sun Feb 4 19:19:23 2018 +0100
reproducible netbsd: use the official NetBSD git repository instead
The previous repo used was a privated repository maintained by a NetBSD
developer, not longer maintained now that an official one exists.
Thanks: logix @ OFTC for notifying us.
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
bin/reproducible_common.sh | 2 +-
bin/reproducible_netbsd.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 6a4a2d0..388ae53 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -325,7 +325,7 @@ write_page_intro() {
elif [ "$1" = "NetBSD" ] ; then
write_page " <p><em>Reproducible NetBSD</em> is an effort to apply this to NetBSD. Thus each NetBSD target is build twice, with a few variations added and then the resulting files from the two builds are compared using <a href=\"https://tracker.debian.org/diffoscope\">diffoscope</a>. Please note that the toolchain is not varied at all as the rebuild happens on exactly the same system. More variations are expected to be seen in the wild.</p>"
local PROJECTNAME="netbsd"
- local PROJECTURL="https://github.com/jsonn/src"
+ local PROJECTURL="https://github.com/NetBSD/src"
elif [ "$1" = "FreeBSD" ] ; then
write_page " <p><em>Reproducible FreeBSD</em> is an effort to apply this to FreeBSD. Thus FreeBSD is build twice, with a few variations added and then the resulting filesystems from the two builds are put into a compressed tar archive, which is finally compared using <a href=\"https://tracker.debian.org/diffoscope\">diffoscope</a>. Please note that the toolchain is not varied at all as the rebuild happens on exactly the same system. More variations are expected to be seen in the [...]
local PROJECTNAME="freebsd"
diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh
index 4ec211a..4dd6491 100755
--- a/bin/reproducible_netbsd.sh
+++ b/bin/reproducible_netbsd.sh
@@ -46,7 +46,7 @@ cd $TMPBUILDDIR
echo "============================================================================="
echo "$(date -u) - Cloning the NetBSD git repository (which is synced with the NetBSD CVS repository)"
echo "============================================================================="
-git clone --depth 1 https://github.com/jsonn/src
+git clone --depth 1 https://github.com/NetBSD/src.git
mv src netbsd
cd netbsd
NETBSD="$(git log -1)"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list