Duncan Mac-Vicar P [Thu, 9 Mar 2006 14:31:16 +0000 (14:31 +0000)]
when reading a empty arch string in patterns. Construct a noarch instead
of a arch named empty string. Selections were already working that way.
Andreas, is there a bug opened for this?
CC: aj@suse.de
Michael Andres [Thu, 9 Mar 2006 12:30:36 +0000 (12:30 +0000)]
typo
Michael Andres [Thu, 9 Mar 2006 12:27:44 +0000 (12:27 +0000)]
- added Example.EditionCompare
Marius Tomaschewski [Thu, 9 Mar 2006 11:42:43 +0000 (11:42 +0000)]
- Bug #156147: extended MediaSet::rewriteUrl() to support
rewriting of the medianr in iso files / "iso:" urls.
Stefan Schubert [Thu, 9 Mar 2006 10:56:41 +0000 (10:56 +0000)]
testcase for bug 155368; added ignore testcase, but they have to be checked again
Stefan Schubert [Thu, 9 Mar 2006 10:55:07 +0000 (10:55 +0000)]
Bug 155368
Michael Andres [Thu, 9 Mar 2006 10:03:35 +0000 (10:03 +0000)]
- fixed ZYpp::removeResolvables (forwarded to _pimpl->addResolvables ;()
Marius Tomaschewski [Thu, 9 Mar 2006 02:45:19 +0000 (02:45 +0000)]
- Bug #156176: Added downloads() function.
Marius Tomaschewski [Thu, 9 Mar 2006 01:37:54 +0000 (01:37 +0000)]
- Changed url parameter to optional. If missed, iso
parameter has to point to the absolute iso file name.
Michael Andres [Wed, 8 Mar 2006 23:14:59 +0000 (23:14 +0000)]
SourceManager:
- Hide implementation details; removed superfluous 'smart pointer to smart pointer'
usage.
- typedef SourceId: The numeric Id provided to access sources (and
provided by Source_Ref, so no need for SourceManager to invent some)
Michael Andres [Wed, 8 Mar 2006 21:58:59 +0000 (21:58 +0000)]
updated ProvideNumericId doc
Michael Andres [Wed, 8 Mar 2006 20:44:14 +0000 (20:44 +0000)]
- support Pathname concatenation via operator/ (and /=)
Jiri Srain [Wed, 8 Mar 2006 16:33:37 +0000 (16:33 +0000)]
renamed YUM parser classese to aviod name collision (#156037)
Duncan Mac-Vicar P [Wed, 8 Mar 2006 15:50:18 +0000 (15:50 +0000)]
Add strict tags validation and artificial intelligence :-P to deal with broken Gnome (and other) selections. We detect now some common mistakes like opening tag twice, and open and closing another one, and nested multi-lists. Objects coming from ParseExceptioned files are now ignored. Please test, because it is a change that can break lot of stable stuff. At least all my testcases still pass.
Michael Andres [Wed, 8 Mar 2006 14:27:30 +0000 (14:27 +0000)]
- updated SafeBool doc
- fixed missing Source_Ref operator!=
Stefan Schubert [Wed, 8 Mar 2006 13:23:58 +0000 (13:23 +0000)]
can reproduce the error
Klaus Kaempf [Wed, 8 Mar 2006 12:20:07 +0000 (12:20 +0000)]
relax locale() warning rule
Klaus Kaempf [Wed, 8 Mar 2006 11:34:16 +0000 (11:34 +0000)]
return value in non-void function
Stefan Hundhammer [Wed, 8 Mar 2006 11:33:00 +0000 (11:33 +0000)]
fixed stack overflow (ma)
Stefan Hundhammer [Wed, 8 Mar 2006 11:32:03 +0000 (11:32 +0000)]
fixed stack overflow (ma)
Duncan Mac-Vicar P [Wed, 8 Mar 2006 11:08:29 +0000 (11:08 +0000)]
pick it
Michael Andres [Wed, 8 Mar 2006 11:01:19 +0000 (11:01 +0000)]
- fixed missing template arg to ProvideNumericId<>
Stefan Schubert [Wed, 8 Mar 2006 09:56:48 +0000 (09:56 +0000)]
make a dump of martins machine
Michael Andres [Tue, 7 Mar 2006 22:21:25 +0000 (22:21 +0000)]
- Source:
- removed operator unspecified_bool_type, instead derive from base::SafeBool<Source_Ref>
- added: typedef unsigned long NumericId; NumericId numericId() const;
Providing a runtime unique numeric Source Id by deriving SourceImpl
from base::ProvideNumericId<SourceImpl,Source_Ref::NumericId>.
That's what e.g. SourceManager will have to use as Source id.
Michael Andres [Tue, 7 Mar 2006 22:15:37 +0000 (22:15 +0000)]
fixed missing return value
Michael Andres [Tue, 7 Mar 2006 22:14:54 +0000 (22:14 +0000)]
- ProvideNumericId: template the id type (integral)
Klaus Kaempf [Tue, 7 Mar 2006 20:00:32 +0000 (20:00 +0000)]
language tests
add locale() provides to beta52-i386-packages.xml
Klaus Kaempf [Tue, 7 Mar 2006 19:58:30 +0000 (19:58 +0000)]
move zmd-backend out of library build into a separate directory
(with separate "make dist" and a separate package)
Jiri Srain [Tue, 7 Mar 2006 18:12:17 +0000 (18:12 +0000)]
added special exception class for aborting installation (#154936)
Michael Andres [Tue, 7 Mar 2006 17:44:46 +0000 (17:44 +0000)]
- fixed ResPoolProxy diffState
Duncan Mac-Vicar P [Tue, 7 Mar 2006 17:02:43 +0000 (17:02 +0000)]
move benchmark to its own file
Marius Tomaschewski [Tue, 7 Mar 2006 17:02:02 +0000 (17:02 +0000)]
- Changed to use url.asCompleteString() in comparison
against stored url in removeSource function as well.
Marius Tomaschewski [Tue, 7 Mar 2006 16:53:40 +0000 (16:53 +0000)]
- Changed to use url().asCompleteString (incl. passwd).
Marius Tomaschewski [Tue, 7 Mar 2006 16:46:48 +0000 (16:46 +0000)]
- Changed to use url.asCompleteString (include passwd)
Marius Tomaschewski [Tue, 7 Mar 2006 16:42:57 +0000 (16:42 +0000)]
- Added asCompleteString() call
Marius Tomaschewski [Tue, 7 Mar 2006 16:41:46 +0000 (16:41 +0000)]
- Added asCompleteString() shortcut function that forces
returning of all URL components (incl. password)
Duncan Mac-Vicar P [Tue, 7 Mar 2006 15:50:02 +0000 (15:50 +0000)]
one more testcase
Jiri Srain [Tue, 7 Mar 2006 15:11:57 +0000 (15:11 +0000)]
fixed URL rewriting for CD2 and following (#154762)
Duncan Mac-Vicar P [Tue, 7 Mar 2006 14:58:57 +0000 (14:58 +0000)]
only complain once
Duncan Mac-Vicar P [Tue, 7 Mar 2006 14:57:23 +0000 (14:57 +0000)]
use macro to instanciate the test object
Ladislav Slezak [Tue, 7 Mar 2006 13:18:09 +0000 (13:18 +0000)]
- fixed disk usage of removed packages (#155364)
Stefan Schubert [Tue, 7 Mar 2006 12:48:14 +0000 (12:48 +0000)]
solution added
Klaus Kaempf [Tue, 7 Mar 2006 12:39:34 +0000 (12:39 +0000)]
add debug to transactResObject()
Michael Andres [Tue, 7 Mar 2006 12:26:53 +0000 (12:26 +0000)]
- removed superfluous ZYPP_DUMPON macro
Klaus Kaempf [Tue, 7 Mar 2006 12:26:11 +0000 (12:26 +0000)]
silently ignore multiple installs of identical packages
Klaus Kaempf [Tue, 7 Mar 2006 11:34:28 +0000 (11:34 +0000)]
increment by one only
Stefan Schubert [Tue, 7 Mar 2006 11:20:11 +0000 (11:20 +0000)]
testcase for bug155368
Stefan Schubert [Tue, 7 Mar 2006 11:07:32 +0000 (11:07 +0000)]
working with YaST log files in order get installed packages
Duncan Mac-Vicar P [Tue, 7 Mar 2006 10:28:50 +0000 (10:28 +0000)]
more tests
Stefan Schubert [Tue, 7 Mar 2006 10:23:56 +0000 (10:23 +0000)]
filter added for special packages
Klaus Kaempf [Mon, 6 Mar 2006 21:21:11 +0000 (21:21 +0000)]
filter incompatible store objects before writing them into the table
Klaus Kaempf [Mon, 6 Mar 2006 18:27:39 +0000 (18:27 +0000)]
default enabled to 'true' (workaround bug #155459)
Klaus Kaempf [Mon, 6 Mar 2006 18:07:02 +0000 (18:07 +0000)]
add debug
Duncan Mac-Vicar P [Mon, 6 Mar 2006 17:42:52 +0000 (17:42 +0000)]
suse 10 source metadata
Duncan Mac-Vicar P [Mon, 6 Mar 2006 17:42:36 +0000 (17:42 +0000)]
moved more tests to the class test
Marius Tomaschewski [Mon, 6 Mar 2006 17:18:01 +0000 (17:18 +0000)]
- Lowered isAttached retry limit (wait for mtab update)
Marius Tomaschewski [Mon, 6 Mar 2006 17:16:19 +0000 (17:16 +0000)]
- Fixed checkAttached to cache results only, if we've
seen the physical device at least once after mount.
- Fixed checkAttached to accept block devices also in
/dev subdirs (e.g. devmapper / lvm logical volumes).
- Fixed checkAttached to compare only same dev types.
Marius Tomaschewski [Mon, 6 Mar 2006 17:06:01 +0000 (17:06 +0000)]
- Removed caching in getMountEntries, since it may
return old mtab content to MediaHandler ...
Klaus Kaempf [Mon, 6 Mar 2006 16:55:37 +0000 (16:55 +0000)]
fix the build
Duncan Mac-Vicar P [Mon, 6 Mar 2006 16:51:11 +0000 (16:51 +0000)]
additional debug
Stefan Schubert [Mon, 6 Mar 2006 16:24:07 +0000 (16:24 +0000)]
regarding RESOLVER_INFO_TYPE_CONFLICTS_WITH as an error
Duncan Mac-Vicar P [Mon, 6 Mar 2006 16:06:38 +0000 (16:06 +0000)]
started refactoring this huge amount of tests to make it a real testsuite , automated
Stefan Schubert [Mon, 6 Mar 2006 16:01:47 +0000 (16:01 +0000)]
new translations
Klaus Kaempf [Mon, 6 Mar 2006 15:38:30 +0000 (15:38 +0000)]
soft installes are _not_ transitive
Klaus Kaempf [Mon, 6 Mar 2006 15:23:39 +0000 (15:23 +0000)]
lower debug
Marius Tomaschewski [Mon, 6 Mar 2006 14:57:21 +0000 (14:57 +0000)]
- Implemented disk volume devices check against /dev/disk/by-uuid
Duncan Mac-Vicar P [Mon, 6 Mar 2006 14:46:54 +0000 (14:46 +0000)]
ups, make them pure virtual
Duncan Mac-Vicar P [Mon, 6 Mar 2006 13:19:41 +0000 (13:19 +0000)]
support for named flags, not attached to a specific resolvable
Duncan Mac-Vicar P [Mon, 6 Mar 2006 11:31:23 +0000 (11:31 +0000)]
completed support for gpg keys for SuseTags source. It can read keys both from media and cache
Duncan Mac-Vicar P [Mon, 6 Mar 2006 10:43:05 +0000 (10:43 +0000)]
I am sure I already commited this, not sure why the changes dissapeared
Klaus Kaempf [Sun, 5 Mar 2006 14:47:00 +0000 (14:47 +0000)]
only write by-solver transacts back to transactions table. (#154976)
Klaus Kaempf [Sat, 4 Mar 2006 11:36:31 +0000 (11:36 +0000)]
release the last source at end of commit (see inline comment
and bug 155002)
Klaus Kaempf [Sat, 4 Mar 2006 07:46:26 +0000 (07:46 +0000)]
use setSoftTransact also in UI helper
Klaus Kaempf [Sat, 4 Mar 2006 07:36:18 +0000 (07:36 +0000)]
check maySetSoftTransact before actually scheduling a pool item for installation
Klaus Kaempf [Sat, 4 Mar 2006 07:35:16 +0000 (07:35 +0000)]
fix build
Klaus Kaempf [Fri, 3 Mar 2006 22:49:32 +0000 (22:49 +0000)]
comment -> warning
Klaus Kaempf [Fri, 3 Mar 2006 22:48:24 +0000 (22:48 +0000)]
warn about bad stream
Klaus Kaempf [Fri, 3 Mar 2006 22:47:00 +0000 (22:47 +0000)]
run /sbin/SuSEconfig after transact (#154802)
Klaus Kaempf [Fri, 3 Mar 2006 22:35:21 +0000 (22:35 +0000)]
setenv YAST_IS_RUNNING to postpone %ldconfig in postinstall scripts
Michael Andres [Fri, 3 Mar 2006 22:35:16 +0000 (22:35 +0000)]
- Added ResStatus::setSoftTransact. Similar to setTransact, but leaving KEEP_STATE
also requires a superior causer.
Klaus Kaempf [Fri, 3 Mar 2006 22:14:16 +0000 (22:14 +0000)]
cope with NULL values in catalogs (#153584)
Klaus Kaempf [Fri, 3 Mar 2006 22:03:58 +0000 (22:03 +0000)]
cope with all kinds of resolvables
Klaus Kaempf [Fri, 3 Mar 2006 18:08:25 +0000 (18:08 +0000)]
dont crash if source was never initialized
Michael Andres [Fri, 3 Mar 2006 17:16:48 +0000 (17:16 +0000)]
- place ifgzstream/ofgzstream in namespace zypp (not zypp::base)
Duncan Mac-Vicar P [Fri, 3 Mar 2006 17:14:00 +0000 (17:14 +0000)]
start implementing gpg keys support for sources
Duncan Mac-Vicar P [Fri, 3 Mar 2006 17:08:59 +0000 (17:08 +0000)]
better validation error
Duncan Mac-Vicar P [Fri, 3 Mar 2006 17:07:55 +0000 (17:07 +0000)]
add missing serializes
Klaus Kaempf [Fri, 3 Mar 2006 16:40:22 +0000 (16:40 +0000)]
ensure final release() at destructor
Stefan Schubert [Fri, 3 Mar 2006 16:26:14 +0000 (16:26 +0000)]
locking items of deleting solution correctly; bug #153328
Klaus Kaempf [Fri, 3 Mar 2006 16:21:24 +0000 (16:21 +0000)]
also count Atoms
Jiri Srain [Fri, 3 Mar 2006 15:51:08 +0000 (15:51 +0000)]
fixed media reattaching
Klaus Kaempf [Fri, 3 Mar 2006 14:43:54 +0000 (14:43 +0000)]
fix constructor
Klaus Kaempf [Fri, 3 Mar 2006 14:22:03 +0000 (14:22 +0000)]
pass Locale to LanguageImpl
Michael Andres [Fri, 3 Mar 2006 14:01:25 +0000 (14:01 +0000)]
- Added Logical functor chaining _ACondition OR _BCondition:
functor::Or<_ACondition, _BCondition> or_c( _ACondition conda_r, _BCondition condb_r );
Klaus Kaempf [Fri, 3 Mar 2006 13:15:58 +0000 (13:15 +0000)]
provide summary to LanguageImpl
Stanislav Visnovsky [Fri, 3 Mar 2006 13:11:46 +0000 (13:11 +0000)]
source refresh
Klaus Kaempf [Fri, 3 Mar 2006 11:46:02 +0000 (11:46 +0000)]
agument location and mediaid
PatchRpm and DeltaRpm are currently commented out, need equal definition
in parser/yum and source/yum
Klaus Kaempf [Fri, 3 Mar 2006 11:45:20 +0000 (11:45 +0000)]
make YUMSourceImpl a friend so it can augmentPackage() properly
Klaus Kaempf [Fri, 3 Mar 2006 11:31:50 +0000 (11:31 +0000)]
get location, patch, and delta rpms from patch-package-atom, if set
Klaus Kaempf [Fri, 3 Mar 2006 11:31:17 +0000 (11:31 +0000)]
add reminder warning