Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Emerge Automatique
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
Whoo
n00b
n00b


Joined: 25 May 2003
Posts: 27
Location: Quebec ;)

PostPosted: Sat Aug 02, 2003 3:00 pm    Post subject: Emerge Automatique Reply with quote

Comme j'ai plusieurs serveurs sous gentoo, j'aime bien être prévenu pour la mise à jour des packages .... Alors j'ai fait ce petit truc:

/etc/cron.script/emerge.cron:
Code:

#!/bin/bash

/usr/bin/emerge rsync &>/dev/null

/usr/bin/emerge -up --nospinner --columns world | grep "ebuild" | \
sed \
-e 's=      *=</td><td>=g' -e 's/^/<tr><td>/g' \
-e 's=$=</td></tr>=g' \
-e 's=] \([a-z]\)=] </td><td>\1=g' > /tmp/world

A=$(cat /tmp/world | wc -l )

if [ ! "$A" -eq 0 ] 
then
echo "From: Emerge Checker <root@`hostname`>
Content-Type: text/html
Subject: Emerge for `hostname`
To: Admin of `hostname` <root@`hostname`>

<html>
<body>
<h1>Emerge for `hostname` - `date +'%D'`</h1>
<h2>($A packages )</h2>
<table border=1>
`cat /tmp/world`
</table>
</body>
</html>" | /usr/sbin/sendmail $@
fi


Puis un petit:
Code:

0 */4 * * *     /etc/cron.script/emerge.cron mon@email


@+ Whoo
Back to top
View user's profile Send private message
DuF
Advocate
Advocate


Joined: 09 Dec 2002
Posts: 2687
Location: Paris

PostPosted: Sat Aug 02, 2003 4:21 pm    Post subject: Reply with quote

Il me semble que sur gentoofr.org il y avait eu un script dans le même genre sauf que c'était pour être prévenu de nouveaux packages mais seulement pour ceux qu'ont souhaitais. Ca peut revenir au même, suffit d'adapter, enfin bon c'est sympa de poster ces scripts pour partager avec les autres.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum