Mailinglist Archive: zypp-commit (194 mails)
| < Previous | Next > |
[zypp-commit] r10420 - /branches/SuSE-Linux-11_0-Branch/libzypp/zypp/ZYppCallbacks.h
- From: jkupec@xxxxxxxxxxxxxxxx
- Date: Fri, 20 Jun 2008 11:18:59 -0000
- Message-id: <20080620111859.7E3C0302E6@xxxxxxxxxxxxxxxx>
Author: jkupec
Date: Fri Jun 20 13:18:59 2008
New Revision: 10420
URL: http://svn.opensuse.org/viewcvs/zypp?rev=10420&view=rev
Log:
- let PatchScriptRepor::Action be the same as others
Modified:
branches/SuSE-Linux-11_0-Branch/libzypp/zypp/ZYppCallbacks.h
Modified: branches/SuSE-Linux-11_0-Branch/libzypp/zypp/ZYppCallbacks.h
URL:
http://svn.opensuse.org/viewcvs/zypp/branches/SuSE-Linux-11_0-Branch/libzypp/zypp/ZYppCallbacks.h?rev=10420&r1=10419&r2=10420&view=diff
==============================================================================
--- branches/SuSE-Linux-11_0-Branch/libzypp/zypp/ZYppCallbacks.h (original)
+++ branches/SuSE-Linux-11_0-Branch/libzypp/zypp/ZYppCallbacks.h Fri Jun 20
13:18:59 2008
@@ -418,8 +418,8 @@
enum Notify { OUTPUT, PING };
enum Action {
ABORT, // abort commit and return error
- IGNORE, // ignore any failue and continue
RETRY, // (re)try to execute this script
+ IGNORE // ignore any failue and continue
};
/** Start executing the script provided by package.
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
Date: Fri Jun 20 13:18:59 2008
New Revision: 10420
URL: http://svn.opensuse.org/viewcvs/zypp?rev=10420&view=rev
Log:
- let PatchScriptRepor::Action be the same as others
Modified:
branches/SuSE-Linux-11_0-Branch/libzypp/zypp/ZYppCallbacks.h
Modified: branches/SuSE-Linux-11_0-Branch/libzypp/zypp/ZYppCallbacks.h
URL:
http://svn.opensuse.org/viewcvs/zypp/branches/SuSE-Linux-11_0-Branch/libzypp/zypp/ZYppCallbacks.h?rev=10420&r1=10419&r2=10420&view=diff
==============================================================================
--- branches/SuSE-Linux-11_0-Branch/libzypp/zypp/ZYppCallbacks.h (original)
+++ branches/SuSE-Linux-11_0-Branch/libzypp/zypp/ZYppCallbacks.h Fri Jun 20
13:18:59 2008
@@ -418,8 +418,8 @@
enum Notify { OUTPUT, PING };
enum Action {
ABORT, // abort commit and return error
- IGNORE, // ignore any failue and continue
RETRY, // (re)try to execute this script
+ IGNORE // ignore any failue and continue
};
/** Start executing the script provided by package.
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
| < Previous | Next > |