- Timestamp:
- Mar 22, 2016, 12:07:01 PM (5 years ago)
- Location:
- lmd/trunk/fuentes
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
lmd/trunk/fuentes/debian/changelog
r725 r928 1 lmd (2.4.32-wip) xenial; urgency=medium 2 3 * wip 4 5 -- M.Angel Juan <m.angel.juan@gmail.com> Wed, 09 Mar 2016 13:49:53 +0100 6 1 7 lmd (2.4.31) xenial; urgency=high 2 8 -
lmd/trunk/fuentes/lmd-lliurex-data.install/etc/ltsp/templates/lliurex-ltsp-client.conf
r392 r928 7 7 8 8 # Common values 9 MIRROR="http://mirror/llx1 505"10 SECURITY_MIRROR="http://mirror/llx1 505"11 UPDATES_MIRROR="http://mirror/llx1 505"12 DIST=" trusty"9 MIRROR="http://mirror/llx1605" 10 SECURITY_MIRROR="http://mirror/llx1605" 11 UPDATES_MIRROR="http://mirror/llx1605" 12 DIST="xenial" 13 13 CUSTOM_PACKAGES="lmd-client epoptes-client" 14 14 -
lmd/trunk/fuentes/lmd-lliurex-data.install/etc/ltsp/templates/lliurex-ltsp-desktop.conf
r392 r928 7 7 8 8 # Common values 9 MIRROR="http://mirror/llx1 505"10 SECURITY_MIRROR="http://mirror/llx1 505"11 UPDATES_MIRROR="http://mirror/llx1 505"12 DIST=" trusty"9 MIRROR="http://mirror/llx1605" 10 SECURITY_MIRROR="http://mirror/llx1605" 11 UPDATES_MIRROR="http://mirror/llx1605" 12 DIST="xenial" 13 13 CUSTOM_PACKAGES="lmd-client epoptes-client" 14 14 -
lmd/trunk/fuentes/lmd-lliurex-data.install/etc/ltsp/templates/lliurex-ltsp-infantil.conf
r392 r928 7 7 8 8 # Common values 9 MIRROR="http://mirror/llx1 505"10 SECURITY_MIRROR="http://mirror/llx1 505"11 UPDATES_MIRROR="http://mirror/llx1 505"12 DIST=" trusty"9 MIRROR="http://mirror/llx1605" 10 SECURITY_MIRROR="http://mirror/llx1605" 11 UPDATES_MIRROR="http://mirror/llx1605" 12 DIST="xenial" 13 13 CUSTOM_PACKAGES="lmd-client epoptes-client" 14 14 -
lmd/trunk/fuentes/lmd-lliurex-data.install/usr/share/ltsp/plugins/ltsp-build-client/Ubuntu/094-lliurex
r392 r928 11 11 esac 12 12 13 [ ! -d /opt/ltsp/$CHROOT/net/mirror/llx1 505 ] || umount -l /opt/ltsp/$CHROOT/net/mirror/llx150513 [ ! -d /opt/ltsp/$CHROOT/net/mirror/llx1605 ] || umount -l /opt/ltsp/$CHROOT/net/mirror/llx1605 14 14 # Working about nsswitch and friends 15 15 if [ -f /opt/ltsp/$CHROOT/etc/ldap.conf ] ; then -
lmd/trunk/fuentes/lmd-server.install/usr/share/n4d/python-plugins/LmdServer.py
r392 r928 749 749 (out, err) = proc.communicate() 750 750 751 if ((not "1 5.05" in out) and out!="" ):751 if ((not "16.05" in out) and out!="" ): 752 752 # check nbd... 753 753 for nbd_descriptor in os.listdir(nbd_dir): … … 757 757 ret_list.append(name) 758 758 759 #ret_list.append("pajarito"); # TO DELETE760 #ret_list.append("perro"); # TO DELETE761 759 return ret_list 762 760 -
lmd/trunk/fuentes/svgs/llx-client13.svg
r392 r928 4063 4063 x="152.63663" 4064 4064 y="1041.9862" 4065 style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Bubbler One;-inkscape-font-specification:Bubbler One Bold">1 5.05</tspan></text>4065 style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Bubbler One;-inkscape-font-specification:Bubbler One Bold">16.05</tspan></text> 4066 4066 </g> 4067 4067 </svg>
Note: See TracChangeset
for help on using the changeset viewer.