summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-03-19 15:21:50 +0000
committerThierry Vignaud <tv@mandriva.org>2009-03-19 15:21:50 +0000
commita77870295bef158e946c0c998114123fef52c00f (patch)
treec4be1057095bb3735b9243978a7d9c4e4df984dd
parent406fb8f0b6c17d6601ff00033a3b549351aad4a7 (diff)
downloadmgaonline-a77870295bef158e946c0c998114123fef52c00f.tar
mgaonline-a77870295bef158e946c0c998114123fef52c00f.tar.gz
mgaonline-a77870295bef158e946c0c998114123fef52c00f.tar.bz2
mgaonline-a77870295bef158e946c0c998114123fef52c00f.tar.xz
mgaonline-a77870295bef158e946c0c998114123fef52c00f.zip
2.752.75
-rw-r--r--Makefile2
-rw-r--r--NEWS2
-rwxr-xr-xmdkapplet-upgrade-helper2
3 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cd2d73fc..49773e7f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = mdkonline
-VERSION:=2.74
+VERSION:=2.75
SVNROOT = svn+ssh://svn.mandriva.com/svn/soft/$(PACKAGE)
NAME = mdkonline
diff --git a/NEWS b/NEWS
index 0a12e60e..71866457 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 2.75 - 19 March 2009
+
- mdkapplet
o check all media for update on cooker instead only update media
o update all media on cooker instead of only update media
diff --git a/mdkapplet-upgrade-helper b/mdkapplet-upgrade-helper
index 22d09abb..188d4a0e 100755
--- a/mdkapplet-upgrade-helper
+++ b/mdkapplet-upgrade-helper
@@ -234,5 +234,5 @@ sub fork_gurpmi {
}
sub update_media() {
- run_program::run('urpmi.update', if_($root, '--urpmi-root', $root), '-a', '--nocheck');
+ run_program::raw({ timeout => 'never' }, 'urpmi.update', if_($root, '--urpmi-root', $root), '-a', '--nocheck');
}