Skip to content
Snippets Groups Projects
Unverified Commit a13fee6a authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

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's avatarMattia Rizzolo <mattia@debian.org>
parent bd05adb7
No related branches found
No related tags found
No related merge requests found
......@@ -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 wild.</p>"
local PROJECTNAME="freebsd"
......
......@@ -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)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment