<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<h3>
WolfgangSchweer pushed to branch master
at <a href="https://salsa.debian.org/debian-edu/debian-edu-config">Debian Edu / debian-edu-config</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/77809b590f53dc0a7fbbcc33993ba35128258b31">77809b59</a></strong>
<div>
<span>by Wolfgang Schweer</span>
<i>at 2020-03-06T18:24:26+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Adjust ldap-bootstrap/root.ldif

Use https://www/ instead of http://www/.

Cleanup file from 10 year old commented entries, also adjust outdated comment
concerning the gosa ldap admin.

Signed-off-by: Wolfgang Schweer <wschweer@arcor.de>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/d93caeced7e95e58ae16da515ec57773bf71f853">d93caece</a></strong>
<div>
<span>by Wolfgang Schweer</span>
<i>at 2020-03-06T18:31:26+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Adjust tools/show-welcome-webpage to improve internal webpage localization

Only query the internal webserver for localized files and store the base
URL instead of the whole welcome URL. (Closes: #952665)

Use the localized blends web page for the 'Standalone' profile.

Whitespace fixes.

Signed-off-by: Wolfgang Schweer <wschweer@arcor.de>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/5cead286d8ab3c250f7e41d5139fa717bce6ad85">5cead286</a></strong>
<div>
<span>by Wolfgang Schweer</span>
<i>at 2020-03-06T18:34:13+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Rework files in www/ to adjust and improve internal web page.

Set correct language identifier in localized files (es-es,pt-br,zh-tw).

Rename existing localization variants {es-es,nb-no,pt-br,zh-tw} to give
the web server's Multiviews feature a better chance to choose
the right file when the web browser is asking for content negotiation.

Link index.html.nb-no to index.html.no to let the correct page be found
just in case [no] is added as favourite language to a web browser.

Use the localized blends web page.

Remove link to no longer existing linuxsignpost.org website.

Adjust related Makefile.

Trivial unfuzzy for all PO files.

Updated after running 'make' in the www directory.

Signed-off-by: Wolfgang Schweer <wschweer@arcor.de>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/0decb9f46e6b100c13a107e0fe9555acff0e29e5">0decb9f4</a></strong>
<div>
<span>by Wolfgang Schweer</span>
<i>at 2020-03-06T18:40:42+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">www/: Remove now obsolete files.

Signed-off-by: Wolfgang Schweer <wschweer@arcor.de>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/78aa0c57c6273864713833eab80fb3c6484e74dc">78aa0c57</a></strong>
<div>
<span>by Wolfgang Schweer</span>
<i>at 2020-03-06T18:50:47+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add new tool share/debian-edu-config/tools/edu-ltsp-install to be able to
provide LTSP diskless workstation and thin client support.

The tool contains basic usage instructions, more needs to go into the manual
once everything has been integrated and is actually working like expected.

Signed-off-by: Wolfgang Schweer <wschweer@arcor.de>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/9f6ca44fbf8ac4bc1213ed9f5012214ad50060f9">9f6ca44f</a></strong>
<div>
<span>by Wolfgang Schweer</span>
<i>at 2020-03-06T19:02:24+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Use kerberized NFS for mounting home directories

Replace sec=sys with sec=krb5i in ldap-bootstrap/autofs.ldif file.

Use dedicated edu.exports file shipped in the etc/exports.d/ directory,
avoiding to modify the /etc/exports file as a benefit.

Signed-off-by: Wolfgang Schweer <wschweer@arcor.de>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/b4a12a8f8bb9f64271b1736b33d68ebd4c4d0b81">b4a12a8f</a></strong>
<div>
<span>by Wolfgang Schweer</span>
<i>at 2020-03-06T20:34:26+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Drop now obsolete LTSP5 related files.

Signed-off-by: Wolfgang Schweer <wschweer@arcor.de>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/30794eee586bddebf94c49b7f3906c987c50b5c9">30794eee</a></strong>
<div>
<span>by Wolfgang Schweer</span>
<i>at 2020-03-06T20:37:55+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Adjust share/debian-edu-config/d-i/finish-install

Add code to set up LTSP client support during installation of systems
with profile 'LTSP-Server'.

Whitespace fixes.

Signed-off-by: Wolfgang Schweer <wschweer@arcor.de>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/bc90c03a8ff0900b108c96b37fd4c5efda1948be">bc90c03a</a></strong>
<div>
<span>by Wolfgang Schweer</span>
<i>at 2020-03-06T20:40:09+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Drop no longer needed cf3/cf.tftpd file.

Signed-off-by: Wolfgang Schweer <wschweer@arcor.de>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/1ba92af197cc565a5c561ad4785b30d1292e3d0d">1ba92af1</a></strong>
<div>
<span>by Wolfgang Schweer</span>
<i>at 2020-03-06T20:46:00+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Adjust cfengine related files:

cf3/cf.{chromium,firefox-esr} (http -> https related)

cf3/cf.homes (Kerberized NFS related)

cf3/cf.{finalize,ntp,pxeinstall,squid] and cf3/edu.cf (LTSP related)

cf3/cf.workarounds (no workarounds needed atm)

Signed-off-by: Wolfgang Schweer <wschweer@arcor.de>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/cef05fca4c22219013d83daf9559046a514face2">cef05fca</a></strong>
<div>
<span>by Wolfgang Schweer</span>
<i>at 2020-03-06T20:53:32+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Cleanup LDIF files

ldap-bootstrap/{gosa,samba}.ldif: Drop generation of outdated LanManager
password and cleanup the files from 10 year old commented entries.

Signed-off-by: Wolfgang Schweer <wschweer@arcor.de>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/2aaa1adfac0f1ea63520bd884c2c48c674b51e3c">2aaa1adf</a></strong>
<div>
<span>by Wolfgang Schweer</span>
<i>at 2020-03-06T20:55:53+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Drop outdated (and obsolete) lib/mime/packages/debian-edu-mailcap file

Signed-off-by: Wolfgang Schweer <wschweer@arcor.de>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/24f26f2552cdc62e5b580cac4d7e40a6f973c326">24f26f25</a></strong>
<div>
<span>by Wolfgang Schweer</span>
<i>at 2020-03-06T20:58:33+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Adjust debian/{dirs,debian-edu-config.links,debian-edu-config.postinst,
debian-edu-config.maintscript}, cf3/promises.cf and Makefile to reflect the changes.

Signed-off-by: Wolfgang Schweer <wschweer@arcor.de>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/f1b7660048272e2af90679d7fdab984243b39bd0">f1b76600</a></strong>
<div>
<span>by Wolfgang Schweer</span>
<i>at 2020-03-06T21:01:25+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">debian/debian-edu-config.preinst: Drop Stretch related conditional removal,
add LTSP related new one.

Signed-off-by: Wolfgang Schweer <wschweer@arcor.de>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/1ab228fccaf48b8257cafa63f7f378ca110ac088">1ab228fc</a></strong>
<div>
<span>by Wolfgang Schweer</span>
<i>at 2020-03-06T21:02:36+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Adjust debian/debian-edu-config.lintian-overrides. Thanks lintian.

Signed-off-by: Wolfgang Schweer <wschweer@arcor.de>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/62717efcb61f0a92de7fd7826945e41697a61437">62717efc</a></strong>
<div>
<span>by Wolfgang Schweer</span>
<i>at 2020-03-06T21:04:02+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add changelog entries for last commits.

Signed-off-by: Wolfgang Schweer <wschweer@arcor.de>
</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#836efb6e25a091dcb4ff8e1dbb2f0be6a5cbf14c">
Makefile
</a>
</li>
<li class="file-stats">
<a href="#c173489f315ef5e7a3831fa9204b5c61303a3324">
cf3/cf.chromium
</a>
</li>
<li class="file-stats">
<a href="#8d6ca351d8145ad2d5376982284d39b79ad82945">
cf3/cf.finalize
</a>
</li>
<li class="file-stats">
<a href="#fa55e49450da0273867b245f2847ae08593c2a0e">
cf3/cf.firefox-esr
</a>
</li>
<li class="file-stats">
<a href="#baefde24e058bffa3830b62b19aa21bb07679dab">
cf3/cf.grub
</a>
</li>
<li class="file-stats">
<a href="#9a77e0cab522d74481fc4a0325429cc52551336a">
cf3/cf.homes
</a>
</li>
<li class="file-stats">
<a href="#747caf7f61f49caeb73ee4891d35ff78b7f84924">
cf3/cf.ntp
</a>
</li>
<li class="file-stats">
<a href="#cc0bb3f3731e8d1ab2499c1bf3ed17ec47d4943b">
cf3/cf.pxeinstall
</a>
</li>
<li class="file-stats">
<a href="#cb96701fe193078ace43f1172b6c53c8c7a430c6">
cf3/cf.squid
</a>
</li>
<li class="file-stats">
<a href="#bdfa041895f93a4f9e5b46368173144b1f427671">
<span class="deleted-file">

cf3/cf.tftpd
</span>
</a>
</li>
<li class="file-stats">
<a href="#5e122dd007fb45f143675664c0d2e8cf05e7fd72">
cf3/cf.workarounds
</a>
</li>
<li class="file-stats">
<a href="#7c80d603c7796b95b92bcc00591ccba697afa3fa">
cf3/edu.cf
</a>
</li>
<li class="file-stats">
<a href="#b0f6be008dba838c280084b58396c80c80783e11">
cf3/promises.cf
</a>
</li>
<li class="file-stats">
<a href="#9c96da0e9f91d7d8937b69b524702c106258f0d1">
debian/changelog
</a>
</li>
<li class="file-stats">
<a href="#59ea28dbde378e0fb121cfa90629e073774e438b">
debian/debian-edu-config.links
</a>
</li>
<li class="file-stats">
<a href="#51118321323212c07d7cf53318c8eaefd7e8e78f">
debian/debian-edu-config.lintian-overrides
</a>
</li>
<li class="file-stats">
<a href="#064f9d4042815e902313041851a3c5f409cf0016">
debian/debian-edu-config.maintscript
</a>
</li>
<li class="file-stats">
<a href="#7e2b4e6538245384d0920637d1c954b902ea09ef">
debian/debian-edu-config.postinst
</a>
</li>
<li class="file-stats">
<a href="#64d8230877bc9613f064d9c9fff9dab95fa82583">
debian/debian-edu-config.preinst
</a>
</li>
<li class="file-stats">
<a href="#a5309cd7965acff1bb92c2441d2e35620d51749b">
debian/dirs
</a>
</li>
<li class="file-stats">
<a href="#4c427494a12b4cfa4b39c0199833f65372a6104d">
<span class="new-file">
+
etc/exports.d/edu.exports
</span>
</a>
</li>
<li class="file-stats">
<a href="#b6bab33ec58225bb8a4cb4076f946bb3aa621ab9">
<span class="deleted-file">

etc/ltsp/ltsp-build-client.conf
</span>
</a>
</li>
<li class="file-stats">
<a href="#f1a36e10a585d1f4c2273a387d32e967044f6487">
<span class="deleted-file">

etc/ltspfs/mounter.d/edu-notify
</span>
</a>
</li>
<li class="file-stats">
<a href="#05eb87b395c5a1964838e60bb8bf8536662eb33b">
ldap-bootstrap/autofs.ldif
</a>
</li>
<li class="file-stats">
<a href="#3f3fbf5b28f7fe38d1fee1f644f35f345c0242a8">
ldap-bootstrap/gosa.ldif
</a>
</li>
<li class="file-stats">
<a href="#cdb243977f4ea4414d2ba8e4dc49badff8e9dbeb">
ldap-bootstrap/root.ldif
</a>
</li>
<li class="file-stats">
<a href="#77f729d4572e5945f7892fd107308dcb1478a9dc">
ldap-bootstrap/samba.ldif
</a>
</li>
<li class="file-stats">
<a href="#5f4e98c6e4a3f7f4af6ecc138a1d7682366f29a8">
<span class="deleted-file">

lib/mime/packages/debian-edu-mailcap
</span>
</a>
</li>
<li class="file-stats">
<a href="#5a575bc9a8f7dab34a975011a6e3f948511d9e9a">
share/debian-edu-config/d-i/finish-install
</a>
</li>
<li class="file-stats">
<a href="#e5d7f1f083e2990540fad129041cde16c0788616">
<span class="deleted-file">

share/debian-edu-config/ltspfs-mounter-kde
</span>
</a>
</li>
</ul>
<h5>The diff was not included because it is too large.</h5>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777;">

<br>
<a href="https://salsa.debian.org/debian-edu/debian-edu-config/-/compare/94c04be2e45531502297d69d0e936559a42e9a25...62717efcb61f0a92de7fd7826945e41697a61437">View it on GitLab</a>.
<br>
You're receiving this email because of your account on salsa.debian.org.
If you'd like to receive fewer emails, you can
adjust your notification settings.



</p>
</div>
</body>
</html>