[debian-edu-commits] debian-edu/ 01/03: Replace 'jessie' with 'stretch' everywhere to prepare for the next release.
Petter Reinholdtsen
pere at moszumanska.debian.org
Mon Mar 28 17:18:46 UTC 2016
This is an automated email from the git hooks/post-receive script.
pere pushed a commit to branch master
in repository debian-edu-config.
commit 6dc2e540e1d0d2dd2df99ae07e1928660afeba6b
Author: Petter Reinholdtsen <pere at hungry.com>
Date: Mon Mar 28 13:43:08 2016 +0000
Replace 'jessie' with 'stretch' everywhere to prepare for the next release.
---
bin/debian-edu-current-codename | 2 +-
cf/cf.apt | 12 ++++++------
debian/changelog | 2 ++
share/debian-edu-config/tools/debian-edu-bless | 2 +-
4 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/bin/debian-edu-current-codename b/bin/debian-edu-current-codename
index 8c6774c..26cb951 100755
--- a/bin/debian-edu-current-codename
+++ b/bin/debian-edu-current-codename
@@ -7,7 +7,7 @@ codename=$(lsb_release -sc)
# testing/unstable.
if [ "n/a" = "$codename" ] ; then
- codename=jessie
+ codename=stretch
fi
echo $codename
diff --git a/cf/cf.apt b/cf/cf.apt
index c7d5fca..1ddb46f 100644
--- a/cf/cf.apt
+++ b/cf/cf.apt
@@ -4,18 +4,18 @@ editfiles:
{ /etc/apt/sources.list
HashCommentLinesStarting "deb cdrom:"
- HashCommentLinesStarting "deb http://security.debian.org/ jessie/updates main"
- AppendIfNoSuchLine "deb http://security.debian.org/ jessie/updates main contrib non-free"
- AppendIfNoSuchLine "deb http://http.debian.net/debian jessie main contrib non-free"
+ HashCommentLinesStarting "deb http://security.debian.org/ stretch/updates main"
+ AppendIfNoSuchLine "deb http://security.debian.org/ stretch/updates main contrib non-free"
+ AppendIfNoSuchLine "deb http://http.debian.net/debian stretch main contrib non-free"
}
debian.ltspserver::
# A copy of the above
{ /opt/ltsp/$(ltsp_arch)/etc/apt/sources.list
HashCommentLinesStarting "deb file:"
- HashCommentLinesStarting "deb http://security.debian.org/ jessie/updates main"
- AppendIfNoSuchLine "deb http://security.debian.org/ jessie/updates main contrib non-free"
- AppendIfNoSuchLine "deb http://http.debian.net/debian jessie main contrib non-free"
+ HashCommentLinesStarting "deb http://security.debian.org/ stretch/updates main"
+ AppendIfNoSuchLine "deb http://security.debian.org/ stretch/updates main contrib non-free"
+ AppendIfNoSuchLine "deb http://http.debian.net/debian stretch main contrib non-free"
}
shellcommands:
diff --git a/debian/changelog b/debian/changelog
index 04e7840..7918ab0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ debian-edu-config (1.819) UNRELEASED; urgency=low
(Closes: #785467). Translated by Adriano Rafael Gomes.
* Remove workaround for bug #585966 in init.d/fetch-ldap-cert, now
that we no longer use pdns.
+ * Replace 'jessie' with 'stretch' everywhere to prepare for the
+ next release.
[ Mike Gabriel ]
* Add quotes around DNs when evoking kadmin.local in gosa-create and
diff --git a/share/debian-edu-config/tools/debian-edu-bless b/share/debian-edu-config/tools/debian-edu-bless
index 456bab1..f9dfca7 100755
--- a/share/debian-edu-config/tools/debian-edu-bless
+++ b/share/debian-edu-config/tools/debian-edu-bless
@@ -49,7 +49,7 @@ DESKTOP="${DESKTOP:-kde}"
# LANGUAGE="nb_NO:nb:no_NO:no:nn_NO:nn:da:sv:en"
# The Debian Edu suite to use to fetch the Debian Edu packages
-EDUSUITE="${EDUSUITE:-jessie}"
+EDUSUITE="${EDUSUITE:-stretch}"
# Use american english if no language is set in the host system
if [ -z "$LANG" ] ; then
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git
More information about the debian-edu-commits
mailing list