[debian-edu-commits] debian-edu/ 01/01: add comment saying that this code is overly complex and should be cleaned up

Holger Levsen holger at moszumanska.debian.org
Tue Oct 21 20:23:38 UTC 2014


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository debian-edu-install.

commit 0586e58f787b32f747d85bb5bc6e068d0e22a4e6
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Oct 21 22:22:43 2014 +0200

    add comment saying that this code is overly complex and should be cleaned up
---
 debian/debian-edu-install.postinst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/debian-edu-install.postinst b/debian/debian-edu-install.postinst
index 62132d2..5e089f4 100644
--- a/debian/debian-edu-install.postinst
+++ b/debian/debian-edu-install.postinst
@@ -129,6 +129,12 @@ if [ -f $debian_edu_config ] ; then
 	VERSION=""
 	. $debian_edu_config
 
+	# FIXME: the following code doesn't seem to make any sense and should
+	# be cleaned up post jessie release. It's seems way simpler (and
+	# easier to maintain) to just rewrite /etc/debian-edu/config on
+	# upgrades like it done on installation in pre-pkgsel (from this
+	# package).
+
 	# clean up missing version caused by bug introduced in version
 	# 1.810 and fixed in version 1.813.
 	if [ -z "$VERSION" ] ; then

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-install.git



More information about the debian-edu-commits mailing list