From dec468b6415b08d1ee3c09ef8ebddb237f588a7a Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Sun, 1 Apr 2018 01:20:39 +0100 Subject: [PATCH] update URLS and disable scripts --- build-devkit.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-devkit.sh b/build-devkit.sh index 73da0a3..cc1fcdf 100755 --- a/build-devkit.sh +++ b/build-devkit.sh @@ -5,10 +5,10 @@ # devkitA64 release 8 #--------------------------------------------------------------------------------- -if [ 0 -eq 1 ] ; then +if [ 1 -eq 1 ] ; then echo "Currently in release cycle, proceed with caution, do not report problems, do not ask for support." echo "Please use the latest release buildscripts unless advised otherwise by devkitPro staff." - echo "http://sourceforge.net/projects/devkitpro/files/buildscripts/" + echo "https://github.com/devkitPro/buildscripts/releases" echo echo "The scripts in the git repository are quite often dependent on things which currently only exist" echo "on developer machines. This is not a bug, use stable releases." @@ -19,8 +19,8 @@ echo "Please note, these scripts are provided as a courtesy, toolchains built wi echo "are for personal use only and may not be distributed by entities other than devkitPro." echo "See http://devkitpro.org/wiki/Trademarks" echo -echo "Patches and improvements are of course welcome, please send these to the patch tracker" -echo "https://sourceforge.net/tracker/?group_id=114505&atid=668553" +echo "Patches and improvements are of course welcome, please submit a PR" +echo "https://github.com/devkitPro/buildscripts/pulls" echo