diff options
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20111105')
12 files changed, 154 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/attachments/20111105/12778233/attachment-0001.bin b/zarb-ml/mageia-dev/attachments/20111105/12778233/attachment-0001.bin new file mode 100644 index 000000000..b56dbf856 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20111105/12778233/attachment-0001.bin @@ -0,0 +1,21 @@ +#!/bin/sh +MODE=dist + +if [ $MODE = "dist" ] +then + SERV=http://azkar/upd-mga1 +else + SERV=file://home/pierre/upd-mga1 +fi + +if [ $HOSTTYPE = "x86_64" ] +then + urpmi.addmedia --update "core update azkar" $SERV/x86_64/media/core/updates + urpmi.addmedia --update "non-free update azkar" $SERV/x86_64/media/nonfree/updates + urpmi.addmedia --update "tainted update azkar" $SERV/i586/media/tainted/updates + urpmi.addmedia --update "core update azkar" $SERV/i586/media/core/updates +else + urpmi.addmedia --update "core update azkar" $SERV/i586/media/core/updates + urpmi.addmedia --update "non-free update azkar" $SERV/i586/media/nonfree/updates + urpmi.addmedia --update "tainted update azkar" $SERV/i586/media/tainted/updates +fi diff --git a/zarb-ml/mageia-dev/attachments/20111105/12778233/attachment-0002.bin b/zarb-ml/mageia-dev/attachments/20111105/12778233/attachment-0002.bin new file mode 100644 index 000000000..37cd79146 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20111105/12778233/attachment-0002.bin @@ -0,0 +1,28 @@ +#!/bin/sh +# fait un miroir local des updates et le tient à jour + +SOURCE=ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/1 +DEST=/home/pierre/mga/upd-1/ +export TMPDIR=/tmp + + [ ! -d $DEST ] && mkdir $DEST && chmod a+rx $DEST + [ ! -d $DEST ] && echo "Créez le répertoire $DEST" && exit + +for NB in x86_64 i586 + do + [ ! -d $DEST/$NB ] && mkdir $DEST/$NB && chmod a+rx $DEST/$NB + [ ! -d $DEST/$NB/media ] && mkdir $DEST/$NB/media && chmod a+rx $DEST/$NB/media + for CNT in core nonfree tainted + do + med=$NB/media/$CNT + [ ! -d $DEST/$med ] && mkdir $DEST/$med && chmod a+rx $DEST/$med + mir=$NB/media/$CNT/updates + [ ! -d $DEST/$mir ] && mkdir $DEST/$mir && chmod a+rx $DEST/$mir && echo "Répertoire $DEST/$mir créé" + + echo -e "\n En cours : $mir" + mirrordir --no-chown $SOURCE/$mir $DEST/$mir + done +done + +echo "Miroirs $DEST à jour : `date`" + diff --git a/zarb-ml/mageia-dev/attachments/20111105/12778233/attachment-0003.bin b/zarb-ml/mageia-dev/attachments/20111105/12778233/attachment-0003.bin new file mode 100644 index 000000000..b56dbf856 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20111105/12778233/attachment-0003.bin @@ -0,0 +1,21 @@ +#!/bin/sh +MODE=dist + +if [ $MODE = "dist" ] +then + SERV=http://azkar/upd-mga1 +else + SERV=file://home/pierre/upd-mga1 +fi + +if [ $HOSTTYPE = "x86_64" ] +then + urpmi.addmedia --update "core update azkar" $SERV/x86_64/media/core/updates + urpmi.addmedia --update "non-free update azkar" $SERV/x86_64/media/nonfree/updates + urpmi.addmedia --update "tainted update azkar" $SERV/i586/media/tainted/updates + urpmi.addmedia --update "core update azkar" $SERV/i586/media/core/updates +else + urpmi.addmedia --update "core update azkar" $SERV/i586/media/core/updates + urpmi.addmedia --update "non-free update azkar" $SERV/i586/media/nonfree/updates + urpmi.addmedia --update "tainted update azkar" $SERV/i586/media/tainted/updates +fi diff --git a/zarb-ml/mageia-dev/attachments/20111105/12778233/attachment.bin b/zarb-ml/mageia-dev/attachments/20111105/12778233/attachment.bin new file mode 100644 index 000000000..37cd79146 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20111105/12778233/attachment.bin @@ -0,0 +1,28 @@ +#!/bin/sh +# fait un miroir local des updates et le tient à jour + +SOURCE=ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/1 +DEST=/home/pierre/mga/upd-1/ +export TMPDIR=/tmp + + [ ! -d $DEST ] && mkdir $DEST && chmod a+rx $DEST + [ ! -d $DEST ] && echo "Créez le répertoire $DEST" && exit + +for NB in x86_64 i586 + do + [ ! -d $DEST/$NB ] && mkdir $DEST/$NB && chmod a+rx $DEST/$NB + [ ! -d $DEST/$NB/media ] && mkdir $DEST/$NB/media && chmod a+rx $DEST/$NB/media + for CNT in core nonfree tainted + do + med=$NB/media/$CNT + [ ! -d $DEST/$med ] && mkdir $DEST/$med && chmod a+rx $DEST/$med + mir=$NB/media/$CNT/updates + [ ! -d $DEST/$mir ] && mkdir $DEST/$mir && chmod a+rx $DEST/$mir && echo "Répertoire $DEST/$mir créé" + + echo -e "\n En cours : $mir" + mirrordir --no-chown $SOURCE/$mir $DEST/$mir + done +done + +echo "Miroirs $DEST à jour : `date`" + diff --git a/zarb-ml/mageia-dev/attachments/20111105/676c531b/attachment-0001.html b/zarb-ml/mageia-dev/attachments/20111105/676c531b/attachment-0001.html new file mode 100644 index 000000000..d0f050126 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20111105/676c531b/attachment-0001.html @@ -0,0 +1,6 @@ +<p><br> +>> So it would be safe to push both to updates_testing, right ?<br> +><br> +> I think we should not provide a new version as update : it is in our policy!</p> +<p>True, but the policy also mention exceptions, and this is mostly a bug fix release that fixes lots of crashes. That's why mikala (not me) thought it would be a good idea to do the update in this case.</p> +<p>Juancho </p> diff --git a/zarb-ml/mageia-dev/attachments/20111105/676c531b/attachment.html b/zarb-ml/mageia-dev/attachments/20111105/676c531b/attachment.html new file mode 100644 index 000000000..d0f050126 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20111105/676c531b/attachment.html @@ -0,0 +1,6 @@ +<p><br> +>> So it would be safe to push both to updates_testing, right ?<br> +><br> +> I think we should not provide a new version as update : it is in our policy!</p> +<p>True, but the policy also mention exceptions, and this is mostly a bug fix release that fixes lots of crashes. That's why mikala (not me) thought it would be a good idea to do the update in this case.</p> +<p>Juancho </p> diff --git a/zarb-ml/mageia-dev/attachments/20111105/8fed6434/attachment-0001.asc b/zarb-ml/mageia-dev/attachments/20111105/8fed6434/attachment-0001.asc new file mode 100644 index 000000000..9ec8d4c2c --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20111105/8fed6434/attachment-0001.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.11 (GNU/Linux) + +iEYEABECAAYFAk61m7MACgkQqEs9DA4DquCXLwCgpzVOZeGYkg7cymGC+r+Rrib6 +8IwAnRPbXvw9oA4PoSxstGBcqeyjLFOS +=wzBF +-----END PGP SIGNATURE----- diff --git a/zarb-ml/mageia-dev/attachments/20111105/8fed6434/attachment.asc b/zarb-ml/mageia-dev/attachments/20111105/8fed6434/attachment.asc new file mode 100644 index 000000000..9ec8d4c2c --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20111105/8fed6434/attachment.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.11 (GNU/Linux) + +iEYEABECAAYFAk61m7MACgkQqEs9DA4DquCXLwCgpzVOZeGYkg7cymGC+r+Rrib6 +8IwAnRPbXvw9oA4PoSxstGBcqeyjLFOS +=wzBF +-----END PGP SIGNATURE----- diff --git a/zarb-ml/mageia-dev/attachments/20111105/f3b8283f/attachment-0001.html b/zarb-ml/mageia-dev/attachments/20111105/f3b8283f/attachment-0001.html new file mode 100644 index 000000000..ead6a7410 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20111105/f3b8283f/attachment-0001.html @@ -0,0 +1,8 @@ +<p><br> +On Nov 5, 2011 7:25 PM, "John Balcaen" <<a href="mailto:mikala@mageia.org">mikala@mageia.org</a>> wrote:<br> +> several crash fixes , memory leaks fix &<br> +> corruption which can be a big problem for people using it.<br> +><br> +></p> +<p>44 crashes to be exact.</p> +<p>Juancho </p> diff --git a/zarb-ml/mageia-dev/attachments/20111105/f3b8283f/attachment.html b/zarb-ml/mageia-dev/attachments/20111105/f3b8283f/attachment.html new file mode 100644 index 000000000..ead6a7410 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20111105/f3b8283f/attachment.html @@ -0,0 +1,8 @@ +<p><br> +On Nov 5, 2011 7:25 PM, "John Balcaen" <<a href="mailto:mikala@mageia.org">mikala@mageia.org</a>> wrote:<br> +> several crash fixes , memory leaks fix &<br> +> corruption which can be a big problem for people using it.<br> +><br> +></p> +<p>44 crashes to be exact.</p> +<p>Juancho </p> diff --git a/zarb-ml/mageia-dev/attachments/20111105/f848c721/attachment-0001.asc b/zarb-ml/mageia-dev/attachments/20111105/f848c721/attachment-0001.asc new file mode 100644 index 000000000..91ae2bc79 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20111105/f848c721/attachment-0001.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.11 (GNU/Linux) + +iEYEABECAAYFAk61YOIACgkQqEs9DA4DquDV/QCfa0x3I89e7FQLgClEB7vQDdDC +RYUAn0PXCdRsbxw1YRYtgZHAZriDz1Vm +=Fn8G +-----END PGP SIGNATURE----- diff --git a/zarb-ml/mageia-dev/attachments/20111105/f848c721/attachment.asc b/zarb-ml/mageia-dev/attachments/20111105/f848c721/attachment.asc new file mode 100644 index 000000000..91ae2bc79 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20111105/f848c721/attachment.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.11 (GNU/Linux) + +iEYEABECAAYFAk61YOIACgkQqEs9DA4DquDV/QCfa0x3I89e7FQLgClEB7vQDdDC +RYUAn0PXCdRsbxw1YRYtgZHAZriDz1Vm +=Fn8G +-----END PGP SIGNATURE----- |