Changeset 929
- Timestamp:
- Mar 22, 2016, 3:57:42 PM (5 years ago)
- Location:
- lliurex-maker/trunk/fuentes/new/usr
- Files:
-
- 6 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-maker/trunk/fuentes/new/usr/bin/lliurex-maker
r924 r929 46 46 47 47 showErrors(){ 48 if [ $( cat binary.log | grep "^E " | tee errores | wc -l ) -gt 0 ];then48 if [ $( cat binary.log | grep "^E:" | tee errores | wc -l ) -gt 0 ];then 49 49 echo -e "\n\t${RED}******* Errors **********${NC}\n" 50 50 cat errores | sed -e "s%^% %g" -
lliurex-maker/trunk/fuentes/new/usr/share/lliurex-maker/configuration/client/package-lists/client.list.chroot_install
r865 r929 1 lliurex-meta-client -
lliurex-maker/trunk/fuentes/new/usr/share/lliurex-maker/configuration/desktop/package-lists/desktop.list.chroot_install
r865 r929 1 lliurex-meta-desktop -
lliurex-maker/trunk/fuentes/new/usr/share/lliurex-maker/configuration/infantil/package-lists/infantil.list.chroot_install
r865 r929 1 lliurex-meta-infantil -
lliurex-maker/trunk/fuentes/new/usr/share/lliurex-maker/configuration/server/package-lists/server.list.chroot_install
r865 r929 1 lliurex- cdd-cinnamon1 lliurex-meta-server
Note: See TracChangeset
for help on using the changeset viewer.