Revisión 70f47967
Añadido por Ismael Campos Suárez hace más de 4 años
ubuntu/bionic/all/linex-ubuntu-puppet/debian/changelog | ||
---|---|---|
linex-ubuntu-puppet (1.4.8) linex; urgency=medium
|
||
|
||
* Bug detectado en sinc_puppet
|
||
|
||
-- ismael <ismael.campos@educarex.es> Tue, 18 Nov 2020 09:47:40 +0100
|
||
|
||
linex-ubuntu-puppet (1.4.7) linex; urgency=medium
|
||
|
||
* Se actualiza sinc_puppet con nuevas funcionalidades:
|
ubuntu/bionic/all/linex-ubuntu-puppet/debian/postinst | ||
---|---|---|
#echo "Iniciando servicio sincpuppet. Espere..."
|
||
#systemctl start sincpuppet.service
|
||
echo "Ejecutando servicio sincpuppet. Espere..."
|
||
/usr/sbin/sinc_puppet -r -f now
|
||
/usr/sbin/sinc_puppet -f now
|
||
fi
|
||
|
||
exit 0
|
ubuntu/bionic/all/linex-ubuntu-puppet/usr/share/linex-ubuntu-puppet/sinc_puppet | ||
---|---|---|
if `grep -E 'Encountered a section with no Package: header|Problem with MergeList' /tmp/apterrors >/dev/null 2>&1`; then
|
||
rm -rf /var/lib/apt/lists/
|
||
else
|
||
if ! `grep "Could not get lock" /tmp/apterrors >/dev/null 2>&1`; then
|
||
apt-get -yf install && dpkg --configure -a && apt-get -y autoremove && apt-get clean && apt-get autoclean
|
||
fi
|
||
fi
|
||
fi
|
||
fi
|
Exportar a: Unified diff
Bug detectado en sinc_puppet