Mailinglist Archive: zypp-commit (339 mails)
| < Previous | Next > |
[zypp-commit] r11283 - /trunk/sat-solver/bindings/repo.i
- From: mlschroe@xxxxxxxxxxxxxxxx
- Date: Thu, 09 Oct 2008 13:17:28 -0000
- Message-id: <20081009131728.665F8F4AED@xxxxxxxxxxxxxxxx>
Author: mlschroe
Date: Thu Oct 9 15:17:28 2008
New Revision: 11283
URL: http://svn.opensuse.org/viewcvs/zypp?rev=11283&view=rev
Log:
- another of those add_rpmdb calls...
Modified:
trunk/sat-solver/bindings/repo.i
Modified: trunk/sat-solver/bindings/repo.i
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/sat-solver/bindings/repo.i?rev=11283&r1=11282&r2=11283&view=diff
==============================================================================
--- trunk/sat-solver/bindings/repo.i (original)
+++ trunk/sat-solver/bindings/repo.i Thu Oct 9 15:17:28 2008
@@ -78,7 +78,7 @@
}
void add_rpmdb( const char *rootdir )
- { repo_add_rpmdb( $self, NULL, NULL, rootdir ); }
+ { repo_add_rpmdb( $self, NULL, rootdir, 0); }
XSolvable *create_solvable( const char *name, const char *evr, const char
*arch = NULL )
{ return xsolvable_create( $self, name, evr, arch ); }
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
Date: Thu Oct 9 15:17:28 2008
New Revision: 11283
URL: http://svn.opensuse.org/viewcvs/zypp?rev=11283&view=rev
Log:
- another of those add_rpmdb calls...
Modified:
trunk/sat-solver/bindings/repo.i
Modified: trunk/sat-solver/bindings/repo.i
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/sat-solver/bindings/repo.i?rev=11283&r1=11282&r2=11283&view=diff
==============================================================================
--- trunk/sat-solver/bindings/repo.i (original)
+++ trunk/sat-solver/bindings/repo.i Thu Oct 9 15:17:28 2008
@@ -78,7 +78,7 @@
}
void add_rpmdb( const char *rootdir )
- { repo_add_rpmdb( $self, NULL, NULL, rootdir ); }
+ { repo_add_rpmdb( $self, NULL, rootdir, 0); }
XSolvable *create_solvable( const char *name, const char *evr, const char
*arch = NULL )
{ return xsolvable_create( $self, name, evr, arch ); }
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
| < Previous | Next > |