summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2011-05-28 21:07:12 +0000
committerThomas Backlund <tmb@mageia.org>2011-05-28 21:07:12 +0000
commitfdc965db65e42ff7f6cfb80ae12263006b8cea76 (patch)
treee31e81fc327dbeb116ff7e89f10830e5425bf915
parent1f4381568c681474f045f6423ca628b03701c249 (diff)
downloadmgaonline-fdc965db65e42ff7f6cfb80ae12263006b8cea76.tar
mgaonline-fdc965db65e42ff7f6cfb80ae12263006b8cea76.tar.gz
mgaonline-fdc965db65e42ff7f6cfb80ae12263006b8cea76.tar.bz2
mgaonline-fdc965db65e42ff7f6cfb80ae12263006b8cea76.tar.xz
mgaonline-fdc965db65e42ff7f6cfb80ae12263006b8cea76.zip
move gurpmi upgrade log to .MgaOnline/ too so /root stays clean
-rw-r--r--Makefile2
-rw-r--r--NEWS6
-rwxr-xr-xmgaapplet-upgrade-helper2
3 files changed, 7 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f6c336f4..a64b433a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = mgaonline
-VERSION:=2.77.28
+VERSION:=2.77.29
SVNROOT = svn+ssh://svn.mageia.org/svn/soft/$(PACKAGE)
NAME = mgaonline
diff --git a/NEWS b/NEWS
index 9326b55a..76ceb4b9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,11 @@
+Version 2.77.29 - 28 May 2010, Thomas Backlund
+
+- move gurpmi upgrade log to .MgaOnline/ too so /root stays clean
+
Version 2.77.28 - 28 May 2010, Thomas Backlund
- disable suggesting powerpack upgrade (mga #1153)
-- dont pollute homedir with urpmi.cfg backup files
+- dont pollute homedir with urpmi.cfg backup files (move to .MgaOnline/)
Version 2.77.27 - 27 May 2010, Thierry Vignaud
diff --git a/mgaapplet-upgrade-helper b/mgaapplet-upgrade-helper
index 36581b3e..103a74fa 100755
--- a/mgaapplet-upgrade-helper
+++ b/mgaapplet-upgrade-helper
@@ -346,7 +346,7 @@ packages as well?)."))
local $ENV{TMPDIR} = undef;
my $log_template =
"gurpmi_upgrade_to_${new_distro_version}_XXXXXXXX";
- $log_file = chomp_(`mktemp -u --tmpdir=$ENV{HOME}/ --suffix=.log $log_template`);
+ $log_file = chomp_(`mktemp -u --tmpdir=$ENV{HOME}/.MgaOnline/ --suffix=.log $log_template`);
log::explanations("logging gurpmi message in '$log_file'");
}