Mailinglist Archive: yast-commit (490 mails)

< Previous Next >
[yast-commit] r38273 - in /trunk/online-update: VERSION package/yast2-online-update.changes src/AutoOnlineUpdate.ycp yast2-online-update.spec.in
  • From: jsuchome@xxxxxxxxxxxxxxxx
  • Date: Tue, 05 Jun 2007 07:04:44 -0000
  • Message-id: <20070605070444.959F39C9A0@xxxxxxxxxxxxxxxx>
Author: jsuchome
Date: Tue Jun  5 09:04:44 2007
New Revision: 38273

URL: http://svn.opensuse.org/viewcvs/yast?rev=38273&view=rev
Log:
- use zypper intseatd of rug for automatic online update (#273133)
- 2.15.15


Modified:
    trunk/online-update/VERSION
    trunk/online-update/package/yast2-online-update.changes
    trunk/online-update/src/AutoOnlineUpdate.ycp
    trunk/online-update/yast2-online-update.spec.in

Modified: trunk/online-update/VERSION
URL: http://svn.opensuse.org/viewcvs/yast/trunk/online-update/VERSION?rev=38273&r1=38272&r2=38273&view=diff
==============================================================================
--- trunk/online-update/VERSION (original)
+++ trunk/online-update/VERSION Tue Jun  5 09:04:44 2007
@@ -1 +1 @@
-2.15.14
+2.15.15

Modified: trunk/online-update/package/yast2-online-update.changes
URL: http://svn.opensuse.org/viewcvs/yast/trunk/online-update/package/yast2-online-update.changes?rev=38273&r1=38272&r2=38273&view=diff
==============================================================================
--- trunk/online-update/package/yast2-online-update.changes (original)
+++ trunk/online-update/package/yast2-online-update.changes Tue Jun  5 09:04:44 2007
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Tue May 29 13:39:38 CEST 2007 - jsuchome@xxxxxxx
+
+- use zypper intseatd of rug for automatic online update (#273133)
+- 2.15.15
+
+-------------------------------------------------------------------
 Fri May 25 16:12:47 CEST 2007 - jsuchome@xxxxxxx
 
 - DonePackage and DoneProvide callbacks return "I" (#277351)

Modified: trunk/online-update/src/AutoOnlineUpdate.ycp
URL: http://svn.opensuse.org/viewcvs/yast/trunk/online-update/src/AutoOnlineUpdate.ycp?rev=38273&r1=38272&r2=38273&view=diff
==============================================================================
--- trunk/online-update/src/AutoOnlineUpdate.ycp (original)
+++ trunk/online-update/src/AutoOnlineUpdate.ycp Tue Jun  5 09:04:44 2007
@@ -81,7 +81,7 @@
 global boolean modified = false;
 
 // the application that does the update (rug/zypper)
-global string updater  = "rug";
+global string updater  = "zypper";
 
 // packages required for installation (for autoYaST)
 list required_packages = [];
@@ -237,7 +237,7 @@
            if (Package::Installed ("zypper"))
                updater = "zypper";
            else if (Package::Installed ("zmd"))
-               // rug is default if zmd is present
+               // rug is default only if zmd is present
                to_install      = "rug";
            else
                to_install      = "zypper";

Modified: trunk/online-update/yast2-online-update.spec.in
URL: http://svn.opensuse.org/viewcvs/yast/trunk/online-update/yast2-online-update.spec.in?rev=38273&r1=38272&r2=38273&view=diff
==============================================================================
--- trunk/online-update/yast2-online-update.spec.in (original)
+++ trunk/online-update/yast2-online-update.spec.in Tue Jun  5 09:04:44 2007
@@ -47,6 +47,10 @@
        fi
     fi
     rm -f /etc/cron.d/yast2-online-update.bak
+    # now we have zypper instead of rug (bug #273133)
+    if [ "`grep -c rug /etc/cron.d/yast2-online-update 2>/dev/null`" -gt 0 ]; then
+       sed -e "s/rug/zypper/g" -i /etc/cron.d/yast2-online-update
+    fi
 fi
 to_remove="/usr/share/YaST2/clients/product_post.ycp"
 if [ -f $to_remove ] ; then

--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages