Subversion Repositories ALCASAR

Rev

Rev 459 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 459 Rev 460
Line 1... Line 1...
1
#!/bin/sh
1
#!/bin/sh
2
# $Id: alcasar-urpmi.sh 459 2011-01-17 18:53:40Z franck $
2
# $Id: alcasar-urpmi.sh 460 2011-01-17 22:22:16Z richard $
3
# script de mise à jour de la distribution 
3
# script de mise à jour de la distribution 
4
# 3abtux
4
# 3abtux & rexy
5
# changelog :
5
# changelog :
6
# 	+ Fait une mise à niveau du système actuel
6
# 	+ Fait une mise à niveau du système actuel
7
#	+ vérifie que la version actuelle du système est compatible avec un upgrade
7
#	+ vérifie que la version actuelle du système est compatible 
8
#	+ remplace les médias puis fait un upgrade
8
#	+ remplace les médias puis met à jour
9
 
-
 
10
# Mise à niveau du système dans la version 2010.1
-
 
11
 
9
 
12
VERSION="2010.1"
10
VERSION="2010.1"
13
 
-
 
-
 
11
# extract the current Mandriva version and hardware architecture (i586 ou X64)
14
fic=`cat /etc/product.id`
12
fic=`cat /etc/product.id`
15
old="$IFS"
13
old="$IFS"
16
IFS=","
14
IFS=","
17
set $fic
15
set $fic
18
for i in $*
16
for i in $*
19
do
17
do
20
	if [ "`echo $i|grep version|cut -d'=' -f1`" == "version" ]
18
	if [ "`echo $i|grep version|cut -d'=' -f1`" == "version" ]
21
	then 
19
	then 
22
		CURRENT_VERSION=`echo $i|cut -d"=" -f2`
20
		CURRENT_VERSION=`echo $i|cut -d"=" -f2`
23
		echo $CURRENT_VERSION
-
 
24
		if [ $CURRENT_VERSION != "2009.0" ] && [ $CURRENT_VERSION != "2009.1" ] && [ $CURRENT_VERSION != "2010.0" ] && [ $CURRENT_VERSION != "2010.1" ] && [ $CURRENT_VERSION != "2010.2" ] 
21
		if [ $CURRENT_VERSION != "2009.0" ] && [ $CURRENT_VERSION != "2009.1" ] && [ $CURRENT_VERSION != "2010.0" ] && [ $CURRENT_VERSION != "2010.1" ] && [ $CURRENT_VERSION != "2010.2" ] 
25
		then
22
		then
26
		      echo "La migration automatique du système ne peut être réalisée."
23
		      echo "La migration automatique du système ne peut être réalisée."
27
		      echo "Réalisez une mise à jour manuelle (cf. doc)."
24
		      echo "Réalisez une mise à jour manuelle (cf. doc)."
-
 
25
		      echo "The automatic system update can't perform."
-
 
26
		      echo "Do a manual update (see doc)."
28
		exit 1		
27
		exit 1		
29
		fi
28
		fi
30
	fi
29
	fi
31
	if [ "`echo $i|grep arch|cut -d'=' -f1`" == "arch" ]
30
	if [ "`echo $i|grep arch|cut -d'=' -f1`" == "arch" ]
32
	then 
31
	then 
Line 34... Line 33...
34
	else
33
	else
35
		ARCH="i586"
34
		ARCH="i586"
36
	fi
35
	fi
37
done
36
done
38
IFS="$old"
37
IFS="$old"
39
echo "Mise à niveau de la version actuelle"
-
 
40
urpmi --auto --auto-update
-
 
41
 
-
 
42
# migration si nécessaire
38
# migrate
43
if [ $CURRENT_VERSION  != $VERSION ] && [ $CURRENT_VERSION != "2010.2" ]
39
if [ $CURRENT_VERSION != "2010.2" ]
44
then
40
then
45
	############################
41
###########################
46
	# For International install
42
#                       For International install
47
	# MIRRORLIST="http://api.mandriva.com/mirrors/basic.$VERSION.$ARCH.list"
43
#MIRRORLIST="http://api.mandriva.com/mirrors/basic.$VERSION.$ARCH.list"
48
	
-
 
49
	# For french ALCASARistes
44
#                       For french ALCASARistes
50
	MIRRORLIST="http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/$VERSION/$ARCH"
45
MIRRORLIST="http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/$VERSION/$ARCH"
51
	############################
46
############################
52
 
-
 
53
	urpmi.removemedia -a
47
	urpmi.removemedia -a
54
	urpmi.addmedia --probe-synthesis --mirrorlist $MIRRORLIST main /media/main/release
48
	urpmi.addmedia --probe-synthesis --mirrorlist $MIRRORLIST main /media/main/release
55
	urpmi.addmedia --probe-synthesis --mirrorlist $MIRRORLIST main_updates /media/main/updates
49
	urpmi.addmedia --probe-synthesis --mirrorlist $MIRRORLIST main_updates /media/main/updates
56
	urpmi.addmedia --probe-synthesis --mirrorlist $MIRRORLIST contrib /media/contrib/release
50
	urpmi.addmedia --probe-synthesis --mirrorlist $MIRRORLIST contrib /media/contrib/release
57
	urpmi.addmedia --probe-synthesis --mirrorlist $MIRRORLIST contrib_updates /media/contrib/updates
51
	urpmi.addmedia --probe-synthesis --mirrorlist $MIRRORLIST contrib_updates /media/contrib/updates
58
	nb_repository=`cat /etc/urpmi/urpmi.cfg|grep mirrorlist|wc -l`
52
	nb_repository=`cat /etc/urpmi/urpmi.cfg|grep mirrorlist|wc -l`
59
	if [ "$nb_repository" != "4" ]
53
	if [ "$nb_repository" != "4" ]
60
	then
54
	then
61
		exit 1
55
		exit 1
62
	fi
56
	fi
63
	# Effectue la migration du système en mandriva $VERSION
-
 
64
	echo "Migration du système en Mandriva $VERSION ! Cela peut durer un certains temps ... "
57
	echo "Migration du système en Mandriva $VERSION ! Cela peut durer un certains temps ... "
65
	echo "Il est temps d'aller prendre un café :-) "
58
	echo "Il est temps d'aller prendre un café :-) "
66
	
-
 
67
# On teste la mise à jour du système
-
 
68
	echo "Récupération des paquetages de mise à jour. Veuillez patienter ..."
59
	echo "Mandriva Linux migration in progress. It could take a while ..."
69
	urpmi --auto --auto-update --quiet --test --retry 2
-
 
70
	if [ "$?" != "0" ]
-
 
71
	then
-
 
72
		echo
-
 
73
		echo "Une erreur a été détectée lors de la récupération des paquetages de mise à jour."
-
 
74
		echo "Relancez l'installation ultérieurement."
60
	echo "You should now take a Beer ;-) "
75
		echo "Si vous rencontrez de nouveau ce problème, changez de dépôt en modifiant le fichier 'scripts/alcasar-urpmi.sh'"
-
 
76
		exit 0
-
 
77
	fi
-
 
78
	urpmi --auto --auto-update
-
 
79
fi
61
fi
-
 
62
# update testing and download RPM in cache 
-
 
63
echo "Récupération des paquetages de mise à jour. Veuillez patienter ..."
-
 
64
echo "Updated RPM download. Please wait ..."
-
 
65
urpmi --auto --auto-update --quiet --test --retry 2
-
 
66
if [ "$?" != "0" ]
-
 
67
then
-
 
68
	echo
-
 
69
	echo "Une erreur a été détectée lors de la récupération des paquetages de mise à jour."
-
 
70
	echo "Relancez l'installation ultérieurement."
-
 
71
	echo "Si vous rencontrez à nouveau ce problème, modifier la variable MIRRORLIST du fichier 'scripts/alcasar-urpmi.sh'"
-
 
72
	echo "An error occurs when downloading"
-
 
73
	echo "Try an other install later."
-
 
74
	echo "If this problem occurs again, change the MIRRORLIST variable in the file 'scripts/alcasar-urpmi.sh'"
-
 
75
fi
-
 
76
# update with cached RPM
80
# puis un peu de nettoyage
77
urpmi --auto --auto-update
-
 
78
# cleaning
81
urpme --auto --auto-orphans
79
urpme --auto --auto-orphans
82
exit 0
80
exit 0
83
 
81