Changeset 2764
- Timestamp:
- Nov 7, 2016, 1:54:47 PM (4 years ago)
- Location:
- lmd/trunk/fuentes
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
lmd/trunk/fuentes/debian/changelog
r2739 r2764 1 lmd (2.4.55) xenial; urgency=high 2 3 * Fixing mirror path 4 * Added lliurex keyring to ltsp-build 5 6 -- Hector Garcia Huerta <hectorgh@gmail.com> Mon, 07 Nov 2016 13:54:06 +0100 7 1 8 lmd (2.4.54) xenial; urgency=high 2 9 -
lmd/trunk/fuentes/lmd-lliurex-data.install/etc/ltsp/templates/lliurex-ltsp-client-amd64.conf
r2055 r2764 8 8 # Common values 9 9 #export http_proxy="http://hostname:port" 10 MIRROR="http://mirror/llx16 05"10 MIRROR="http://mirror/llx16" 11 11 #EXTRA_MIRROR="" 12 SECURITY_MIRROR="http://mirror/llx16 05"13 UPDATES_MIRROR="http://mirror/llx16 05"12 SECURITY_MIRROR="http://mirror/llx16" 13 UPDATES_MIRROR="http://mirror/llx16" 14 14 DIST="xenial" 15 15 CUSTOM_PACKAGES="lmd-client epoptes-client" -
lmd/trunk/fuentes/lmd-lliurex-data.install/etc/ltsp/templates/lliurex-ltsp-client.conf
r1862 r2764 8 8 # Common values 9 9 #export http_proxy="http://hostname:port" 10 MIRROR="http://mirror/llx16 05"10 MIRROR="http://mirror/llx16" 11 11 #EXTRA_MIRROR="" 12 SECURITY_MIRROR="http://mirror/llx16 05"13 UPDATES_MIRROR="http://mirror/llx16 05"12 SECURITY_MIRROR="http://mirror/llx16" 13 UPDATES_MIRROR="http://mirror/llx16" 14 14 DIST="xenial" 15 15 CUSTOM_PACKAGES="lmd-client epoptes-client" -
lmd/trunk/fuentes/lmd-lliurex-data.install/etc/ltsp/templates/lliurex-ltsp-desktop-amd64.conf
r2055 r2764 8 8 # Common values 9 9 #export http_proxy="http://hostname:port" 10 MIRROR="http://mirror/llx16 05"10 MIRROR="http://mirror/llx16" 11 11 #EXTRA_MIRROR="" 12 SECURITY_MIRROR="http://mirror/llx16 05"13 UPDATES_MIRROR="http://mirror/llx16 05"12 SECURITY_MIRROR="http://mirror/llx16" 13 UPDATES_MIRROR="http://mirror/llx16" 14 14 DIST="xenial" 15 15 CUSTOM_PACKAGES="lmd-client epoptes-client" -
lmd/trunk/fuentes/lmd-lliurex-data.install/etc/ltsp/templates/lliurex-ltsp-desktop.conf
r1862 r2764 8 8 # Common values 9 9 #export http_proxy="http://hostname:port" 10 MIRROR="http://mirror/llx16 05"10 MIRROR="http://mirror/llx16" 11 11 #EXTRA_MIRROR="" 12 SECURITY_MIRROR="http://mirror/llx16 05"13 UPDATES_MIRROR="http://mirror/llx16 05"12 SECURITY_MIRROR="http://mirror/llx16" 13 UPDATES_MIRROR="http://mirror/llx16" 14 14 DIST="xenial" 15 15 CUSTOM_PACKAGES="lmd-client epoptes-client" -
lmd/trunk/fuentes/lmd-lliurex-data.install/etc/ltsp/templates/lliurex-ltsp-infantil-amd64.conf
r2055 r2764 8 8 # Common values 9 9 #export http_proxy="http://hostname:port" 10 MIRROR="http://mirror/llx16 05"10 MIRROR="http://mirror/llx16" 11 11 #EXTRA_MIRROR="" 12 SECURITY_MIRROR="http://mirror/llx16 05"13 UPDATES_MIRROR="http://mirror/llx16 05"12 SECURITY_MIRROR="http://mirror/llx16" 13 UPDATES_MIRROR="http://mirror/llx16" 14 14 DIST="xenial" 15 15 CUSTOM_PACKAGES="lmd-client epoptes-client" -
lmd/trunk/fuentes/lmd-lliurex-data.install/etc/ltsp/templates/lliurex-ltsp-infantil.conf
r1871 r2764 8 8 # Common values 9 9 #export http_proxy="http://hostname:port" 10 MIRROR="http://mirror/llx16 05"10 MIRROR="http://mirror/llx16" 11 11 #EXTRA_MIRROR="" 12 SECURITY_MIRROR="http://mirror/llx16 05"13 UPDATES_MIRROR="http://mirror/llx16 05"12 SECURITY_MIRROR="http://mirror/llx16" 13 UPDATES_MIRROR="http://mirror/llx16" 14 14 DIST="xenial" 15 15 CUSTOM_PACKAGES="lmd-client epoptes-client" -
lmd/trunk/fuentes/lmd-server.install/usr/share/n4d/python-plugins/LmdServer.py
r2670 r2764 125 125 path="/etc/ltsp/templates/"+template; 126 126 if(os.path.isfile(path)): 127 extraLliurexOpts="--a ccept-unsigned-packages --purge-chroot"127 extraLliurexOpts="--apt-keys /usr/share/keyrings/lliurex-archive-keyring.gpg --accept-unsigned-packages --purge-chroot" 128 128 # if template exists, create an image 129 129 print "[LmdServer] Create_image from "+path
Note: See TracChangeset
for help on using the changeset viewer.