[debian-edu-commits] debian-edu/ 01/01: Drop share/ltsp/plugins/ltsp-build-client/Debian-custom/080-eatmydata as it is obsolete since LTSP version 5.5.4-1 and should have been removed for Stretch already.
Holger Levsen
holger at layer-acht.org
Mon Aug 14 15:39:24 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository debian-edu-config.
commit 32ac104c1388d63a9da65e149f72cc410a2d04ca
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Aug 14 11:39:14 2017 -0400
Drop share/ltsp/plugins/ltsp-build-client/Debian-custom/080-eatmydata as it is obsolete since LTSP version 5.5.4-1 and should have been removed for Stretch already.
---
Makefile | 1 -
debian/changelog | 3 +++
.../ltsp-build-client/Debian-custom/080-eatmydata | 25 ----------------------
3 files changed, 3 insertions(+), 26 deletions(-)
diff --git a/Makefile b/Makefile
index 3df8883..9847bed 100644
--- a/Makefile
+++ b/Makefile
@@ -436,7 +436,6 @@ install: install-testsuite
share/ltsp/plugins/ltsp-build-client/Debian-custom/032-edu-pkgs \
share/ltsp/plugins/ltsp-build-client/Debian-custom/045-remove-udev-net-rules \
share/ltsp/plugins/ltsp-build-client/Debian-custom/050-nbdquery \
- share/ltsp/plugins/ltsp-build-client/Debian-custom/080-eatmydata \
share/ltsp/plugins/ltsp-build-client/Debian-custom/095-umount-error \
share/ltsp/plugins/ltsp-build-client/Debian-custom/098-etckeeper \
; do \
diff --git a/debian/changelog b/debian/changelog
index 0e1450e..81b1299 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,9 @@ debian-edu-config (1.931) UNRELEASED; urgency=medium
was configuration for esound.
* debian-edu-config/tools/debian-edu-bless: fetch packages from Buster
instead of Stretch.
+ * Drop share/ltsp/plugins/ltsp-build-client/Debian-custom/080-eatmydata as
+ it is obsolete since LTSP version 5.5.4-1 and should have been removed for
+ Stretch already.
-- Holger Levsen <holger at debian.org> Sat, 05 Aug 2017 17:37:04 -0400
diff --git a/share/ltsp/plugins/ltsp-build-client/Debian-custom/080-eatmydata b/share/ltsp/plugins/ltsp-build-client/Debian-custom/080-eatmydata
deleted file mode 100644
index 0d7ca43..0000000
--- a/share/ltsp/plugins/ltsp-build-client/Debian-custom/080-eatmydata
+++ /dev/null
@@ -1,25 +0,0 @@
-# This script is obsolete since LTSP version 5.5.4-1 as it is included
-# and working in that version. This script should be removed in
-# stretch.
-case "$MODE" in
- commandline)
- add_option "eatmydata" "`eval_gettext "use eatmydata to speed up build times, at risk of data not getting written to disk"`" "advanced" "true"
- ;;
- configure)
- if [ -n "$option_eatmydata_value" ]; then
- # load libeatmydata
- libeatmydata=libeatmydata.so
- if [ -n "$LD_PRELOAD" ]; then
- export LD_PRELOAD="$libeatmydata $LD_PRELOAD"
- else
- export LD_PRELOAD="$libeatmydata"
- fi
- # install eatmydata package early during debootstrap
- if [ -z "$INCLUDE" ]; then
- INCLUDE="eatmydata"
- else
- INCLUDE="$INCLUDE,eatmydata"
- fi
- fi
- ;;
-esac
--
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