[debian-edu-commits] debian-edu/ 01/03: Not using eatmydata is a warning, not an error.
Petter Reinholdtsen
pere at moszumanska.debian.org
Fri Oct 3 12:28:51 UTC 2014
This is an automated email from the git hooks/post-receive script.
pere pushed a commit to branch master
in repository debian-edu-install.
commit 2a0b21642d3297050e122eee237e0240830bf77d
Author: Petter Reinholdtsen <pere at hungry.com>
Date: Fri Oct 3 14:17:26 2014 +0200
Not using eatmydata is a warning, not an error.
---
debian/changelog | 6 ++++++
tools/edu-eatmydata-install | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 9b0f4ec..899755b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debian-edu-install (1.806) UNRELEASED; urgency=low
+
+ * Not using eatmydata is a warning, not an error.
+
+ -- Petter Reinholdtsen <pere at debian.org> Fri, 03 Oct 2014 14:17:08 +0200
+
debian-edu-install (1.805) unstable; urgency=high
* Add partman/not-enough-space.d hook to provide warning before the
diff --git a/tools/edu-eatmydata-install b/tools/edu-eatmydata-install
index 4dadf3c..462e7d7 100755
--- a/tools/edu-eatmydata-install
+++ b/tools/edu-eatmydata-install
@@ -40,7 +40,7 @@ disable_override() {
if [ -f /target$override ] ; then
rm -f /target$override
else
- error "missing /target$override"
+ warning "missing /target$override"
fi
done
sync # Flush file buffers before continuing
--
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