Mailinglist Archive: zypp-commit (194 mails)

< Previous Next >
[zypp-commit] r10309 - /trunk/zypper/src/zypper.cc
  • From: jkupec@xxxxxxxxxxxxxxxx
  • Date: Mon, 02 Jun 2008 15:21:44 -0000
  • Message-id: <20080602152144.95822345AE@xxxxxxxxxxxxxxxx>
Author: jkupec
Date: Mon Jun 2 17:21:44 2008
New Revision: 10309

URL: http://svn.opensuse.org/viewcvs/zypp?rev=10309&view=rev
Log:
- --debug-solver for inr and ve (bnc #396353)

Modified:
trunk/zypper/src/zypper.cc

Modified: trunk/zypper/src/zypper.cc
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/zypper/src/zypper.cc?rev=10309&r1=10308&r2=10309&view=diff
==============================================================================
--- trunk/zypper/src/zypper.cc (original)
+++ trunk/zypper/src/zypper.cc Mon Jun 2 17:21:44 2008
@@ -914,6 +914,7 @@
{"repo", required_argument, 0, 'r'},
{"no-recommends", no_argument, 0, 0},
{"help", no_argument, 0, 'h'},
+ {"debug-solver", no_argument, 0, 0},
{0, 0, 0, 0}
};
specific_options = verify_options;
@@ -936,6 +937,7 @@
static struct option options[] = {
{"dry-run", no_argument, 0, 'D'},
{"repo", required_argument, 0, 'r'},
+ {"debug-solver", no_argument, 0, 0},
{"help", no_argument, 0, 'h'},
{0, 0, 0, 0}
};
@@ -950,6 +952,7 @@
" Command options:\n"
"-r, --repo <alias|#|URI> Use only specified repositories to install
packages.\n"
"-D, --dry-run Test the installation, do not actually install
anything.\n"
+ " --debug-solver Create solver test case for debugging.\n"
);
break;
}

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

< Previous Next >
This Thread
  • No further messages