From c7459efbf33945c0b8cb2ec4b95df86cf2622ff9 Mon Sep 17 00:00:00 2001 From: Robert Nelson <robertcnelson@gmail.com> Date: Mon, 11 Aug 2014 12:23:52 -0500 Subject: [PATCH] saucy: eol, remove all traces Signed-off-by: Robert Nelson <robertcnelson@gmail.com> --- config.in | 2 +- config.machinekit | 2 +- scripts/chroot.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.in b/config.in index 9f081583f..f6ff514e6 100644 --- a/config.in +++ b/config.in @@ -1,5 +1,5 @@ # Space separated list of releases to build, one or more of: -# saucy wheezy jessie +# wheezy jessie # plus anything added to releases.sh RELEASES="wheezy jessie" diff --git a/config.machinekit b/config.machinekit index da84dd12a..7b023ead9 100644 --- a/config.machinekit +++ b/config.machinekit @@ -1,5 +1,5 @@ # Space separated list of releases to build, one or more of: -# saucy wheezy jessie +# wheezy jessie RELEASES="machinekit" # Using an apt proxy (like apt-cacher-ng) is HIGHLY recommended, as the diff --git a/scripts/chroot.sh b/scripts/chroot.sh index 528f51980..0a4bafc7f 100755 --- a/scripts/chroot.sh +++ b/scripts/chroot.sh @@ -276,7 +276,7 @@ if [ "x${repo_external}" = "xenable" ] ; then fi if [ "x${repo_rcnee}" = "xenable" ] ; then - #no: precise|saucy + #no: precise echo "" >> /tmp/sources.list echo "#Kernel source: https://github.com/RobertCNelson/linux-stable-rcn-ee" >> /tmp/sources.list echo "deb [arch=armhf] http://repos.rcn-ee.net/${deb_distribution}/ ${deb_codename} main" >> /tmp/sources.list -- GitLab