platform/upstream/libzypp.git
18 years ago- Fixed to use temporary variable
Marius Tomaschewski [Mon, 20 Feb 2006 21:18:05 +0000 (21:18 +0000)]
- Fixed to use temporary variable

18 years agotrack "uninstall due to upgrade" seperately
Klaus Kaempf [Mon, 20 Feb 2006 20:27:29 +0000 (20:27 +0000)]
track "uninstall due to upgrade" seperately

18 years agodebug code added
Klaus Kaempf [Mon, 20 Feb 2006 19:40:00 +0000 (19:40 +0000)]
debug code added

18 years agodon't write dependencies with empty edition
Klaus Kaempf [Mon, 20 Feb 2006 19:20:01 +0000 (19:20 +0000)]
don't write dependencies with empty edition

18 years agofix filename filter in PROVIDES.
Klaus Kaempf [Mon, 20 Feb 2006 19:19:18 +0000 (19:19 +0000)]
fix filename filter in PROVIDES.
  Speeds up target creation from > 1 min to < 15 sec

18 years ago- define LOGGROUP
Klaus Kaempf [Mon, 20 Feb 2006 18:16:05 +0000 (18:16 +0000)]
- define LOGGROUP
- fix file: url

18 years agodefine LOGGROUP
Klaus Kaempf [Mon, 20 Feb 2006 18:09:32 +0000 (18:09 +0000)]
define LOGGROUP

18 years agocomment typo
Klaus Kaempf [Mon, 20 Feb 2006 18:09:24 +0000 (18:09 +0000)]
comment typo

18 years agowrite log to /var/log/zmd-backend.log
Klaus Kaempf [Mon, 20 Feb 2006 18:07:13 +0000 (18:07 +0000)]
write log to /var/log/zmd-backend.log

18 years agoadd /var/lib/zypp as an accessor
Duncan Mac-Vicar P [Mon, 20 Feb 2006 17:45:56 +0000 (17:45 +0000)]
add /var/lib/zypp as an accessor

18 years agostart adding 'catalogs' api (incomplete)
Klaus Kaempf [Mon, 20 Feb 2006 17:19:07 +0000 (17:19 +0000)]
start adding 'catalogs' api (incomplete)

18 years ago- Changed back to use fixed RW_pointer unique()
Marius Tomaschewski [Mon, 20 Feb 2006 17:14:55 +0000 (17:14 +0000)]
- Changed back to use fixed RW_pointer unique()

18 years agocompiles again
Klaus Kaempf [Mon, 20 Feb 2006 17:00:43 +0000 (17:00 +0000)]
compiles again

18 years agowrite target resolvables as catalog "@system"
Klaus Kaempf [Mon, 20 Feb 2006 16:44:19 +0000 (16:44 +0000)]
write target resolvables as catalog "@system"

18 years agopass "catalog" to backend
Klaus Kaempf [Mon, 20 Feb 2006 16:43:58 +0000 (16:43 +0000)]
pass "catalog" to backend

18 years agomake patterns category tarnslatable, for Huha
Duncan Mac-Vicar P [Mon, 20 Feb 2006 16:32:41 +0000 (16:32 +0000)]
make patterns category tarnslatable, for Huha

18 years agowrite all resolvables
Klaus Kaempf [Mon, 20 Feb 2006 16:21:45 +0000 (16:21 +0000)]
write all resolvables

18 years agoadapt to latest ZMD table format
Klaus Kaempf [Mon, 20 Feb 2006 16:21:29 +0000 (16:21 +0000)]
adapt to latest ZMD table format

18 years agoarchitecture accessors
Klaus Kaempf [Mon, 20 Feb 2006 16:05:58 +0000 (16:05 +0000)]
architecture accessors

18 years agodetermine and provide architecture
Klaus Kaempf [Mon, 20 Feb 2006 16:05:41 +0000 (16:05 +0000)]
determine and provide architecture

18 years agoremove some debug
Duncan Mac-Vicar P [Mon, 20 Feb 2006 15:16:03 +0000 (15:16 +0000)]
remove some debug

18 years agoReport problems when restoring sources from persistent store.
Stanislav Visnovsky [Mon, 20 Feb 2006 15:04:35 +0000 (15:04 +0000)]
Report problems when restoring sources from persistent store.
Restore also enablement and autorefresh.

18 years agocheck if arch is empty
Duncan Mac-Vicar P [Mon, 20 Feb 2006 14:51:39 +0000 (14:51 +0000)]
check if arch is empty

18 years ago- Do _never_ create static MediaManager instances
Marius Tomaschewski [Mon, 20 Feb 2006 14:24:05 +0000 (14:24 +0000)]
- Do _never_ create static MediaManager instances
  unless you like unitialized mutextes!

18 years agoadd testcase for Huha bug
Duncan Mac-Vicar P [Mon, 20 Feb 2006 13:55:56 +0000 (13:55 +0000)]
add testcase for Huha bug

18 years agoimplement cache for SuSeTags, this should allow installing without CD1 in the drive...
Duncan Mac-Vicar P [Mon, 20 Feb 2006 13:47:26 +0000 (13:47 +0000)]
implement cache for SuSeTags, this should allow installing without CD1 in the drive all the time. CAUTION: experimental, gimme feedback

18 years ago- Fixed to throw NotDesired instead of NotAttached exception
Marius Tomaschewski [Mon, 20 Feb 2006 12:59:55 +0000 (12:59 +0000)]
- Fixed to throw NotDesired instead of NotAttached exception

18 years ago- Documented exceptions of provideFile
Marius Tomaschewski [Mon, 20 Feb 2006 12:59:07 +0000 (12:59 +0000)]
- Documented exceptions of provideFile

18 years agocheck that repo exists when using cache too. Otherwise it detects a YUM repo just...
Duncan Mac-Vicar P [Mon, 20 Feb 2006 12:51:19 +0000 (12:51 +0000)]
check that repo exists when using cache too. Otherwise it detects a YUM repo just when a cache parameter is given, no matter if it is not a YUM cache

18 years ago- Disable per default logging to stderr. It now defaults to no logging,
Michael Andres [Mon, 20 Feb 2006 11:07:47 +0000 (11:07 +0000)]
- Disable per default logging to stderr. It now defaults to no logging,
  which may be changed by setting $ZYPP_LOGFILE ( "-" for stderr, otherwise
  pathname of the log file).

18 years agoenable storage on target
Stanislav Visnovsky [Mon, 20 Feb 2006 10:05:26 +0000 (10:05 +0000)]
enable storage on target

18 years ago- Added BitField assign and bitwise operators.
Michael Andres [Sat, 18 Feb 2006 23:57:53 +0000 (23:57 +0000)]
- Added BitField assign and bitwise operators.

18 years ago- Added class base::SafeBool. Resusable implementaion of a save 'operator bool'.
Michael Andres [Sat, 18 Feb 2006 23:51:05 +0000 (23:51 +0000)]
- Added class base::SafeBool. Resusable implementaion of a save 'operator bool'.
  Using CRTP, derived classes must provide 'bool boolTest() const' only. See doc.

18 years agotext changes desired by the UI
Stefan Schubert [Sat, 18 Feb 2006 16:39:44 +0000 (16:39 +0000)]
text changes desired by the UI

18 years agotext changes desired by the UI
Stefan Schubert [Sat, 18 Feb 2006 16:39:17 +0000 (16:39 +0000)]
text changes desired by the UI

18 years agorevert to r 1513; does not build
Stefan Schubert [Sat, 18 Feb 2006 16:26:50 +0000 (16:26 +0000)]
revert to r 1513; does not build

18 years agonew translations
Stefan Schubert [Sat, 18 Feb 2006 16:23:00 +0000 (16:23 +0000)]
new translations

18 years agopefer newer versions if there are more solutions
Stefan Schubert [Sat, 18 Feb 2006 16:01:55 +0000 (16:01 +0000)]
pefer newer versions if there are more solutions

18 years agopefer newer versions if there are more solutions
Stefan Schubert [Sat, 18 Feb 2006 16:01:32 +0000 (16:01 +0000)]
pefer newer versions if there are more solutions

18 years agooutput has been changed
Stefan Schubert [Sat, 18 Feb 2006 11:14:06 +0000 (11:14 +0000)]
output has been changed

18 years agooutput has been changed
Stefan Schubert [Sat, 18 Feb 2006 11:13:20 +0000 (11:13 +0000)]
output has been changed

18 years ago- install PtrTypes test
Michael Andres [Fri, 17 Feb 2006 21:10:33 +0000 (21:10 +0000)]
- install PtrTypes test

18 years ago- Use swap instead of reset in RW_pointer.
Michael Andres [Fri, 17 Feb 2006 20:57:36 +0000 (20:57 +0000)]
- Use swap instead of reset in RW_pointer.

18 years agoadd order to patterns, also for Mr. Huha integration
Duncan Mac-Vicar P [Fri, 17 Feb 2006 17:05:31 +0000 (17:05 +0000)]
add order to patterns, also for Mr. Huha integration

18 years agofix comment
Klaus Kaempf [Fri, 17 Feb 2006 17:04:58 +0000 (17:04 +0000)]
fix comment

18 years agoadd icon for Huha
Duncan Mac-Vicar P [Fri, 17 Feb 2006 16:55:59 +0000 (16:55 +0000)]
add icon for Huha

18 years agoenabled debug again
Stefan Schubert [Fri, 17 Feb 2006 16:55:53 +0000 (16:55 +0000)]
enabled debug again

18 years ago- Do not evaluate provide,conflicts.... of an item which has to be
Stefan Schubert [Fri, 17 Feb 2006 16:54:38 +0000 (16:54 +0000)]
- Do not evaluate provide,conflicts.... of an item which has to be
  installed and which is uninstallable
- lower priority of recommend items when a conflict happens

18 years ago- Do not evaluate provide,conflicts.... of an item which has to be
Stefan Schubert [Fri, 17 Feb 2006 16:51:38 +0000 (16:51 +0000)]
- Do not evaluate provide,conflicts.... of an item which has to be
  installed and which is uninstallable
- lower priority of recommend items when a conflict happens

18 years agoenable patterns descriptions for Huha, and start implementing source cache for CDs...
Duncan Mac-Vicar P [Fri, 17 Feb 2006 16:38:48 +0000 (16:38 +0000)]
enable patterns descriptions for Huha, and start implementing source cache for CDs so we can change the CD

18 years ago- Added testcase for zypp::RW_pointer unique()
Marius Tomaschewski [Fri, 17 Feb 2006 16:28:36 +0000 (16:28 +0000)]
- Added testcase for zypp::RW_pointer unique()

18 years ago- updateed doc
Michael Andres [Fri, 17 Feb 2006 16:16:52 +0000 (16:16 +0000)]
- updateed doc

18 years ago- Fixed unwanted creation of temporary inside RW_pointer types, causing
Michael Andres [Fri, 17 Feb 2006 16:01:42 +0000 (16:01 +0000)]
- Fixed unwanted creation of temporary inside RW_pointer types, causing
  wrong unique/use_count values reported.

18 years agoall pass now
Klaus Kaempf [Fri, 17 Feb 2006 15:56:59 +0000 (15:56 +0000)]
all pass now

18 years agoany state changes which are the result of the initial 'establish'
Klaus Kaempf [Fri, 17 Feb 2006 15:53:19 +0000 (15:53 +0000)]
any state changes which are the result of the initial 'establish'
are APPL_HIGH (these determine if/which patches are needed)

18 years agodont establish individual items, establish the complete pool
Klaus Kaempf [Fri, 17 Feb 2006 15:16:35 +0000 (15:16 +0000)]
dont establish individual items, establish the complete pool
 (read: use the public API, not the internal one ;-))

18 years agothese pass now
Klaus Kaempf [Fri, 17 Feb 2006 15:15:29 +0000 (15:15 +0000)]
these pass now

18 years agoallow to store the cache_dir for sources
Duncan Mac-Vicar P [Fri, 17 Feb 2006 14:33:33 +0000 (14:33 +0000)]
allow to store the cache_dir for sources

18 years agoEach soft require should generate a soft installation.
Stefan Schubert [Fri, 17 Feb 2006 14:02:45 +0000 (14:02 +0000)]
Each soft require should generate a soft installation.
At least the correct error message of the postfix-sendmail-conflict will
be returned.
More investigation is needed --> continue

18 years agoEach soft require should generate a soft installation.
Stefan Schubert [Fri, 17 Feb 2006 14:02:08 +0000 (14:02 +0000)]
Each soft require should generate a soft installation.
At least the correct error message of the postfix-sendmail-conflict will be returned.
More investigation is needed --> continue

18 years agoprovide public API for using caches
Stanislav Visnovsky [Fri, 17 Feb 2006 13:57:27 +0000 (13:57 +0000)]
provide public API for using caches

18 years agoadd "isUndetermined()"
Klaus Kaempf [Fri, 17 Feb 2006 13:10:04 +0000 (13:10 +0000)]
add "isUndetermined()"

18 years agomake "establishPool()" return bool
Klaus Kaempf [Fri, 17 Feb 2006 13:02:57 +0000 (13:02 +0000)]
make "establishPool()" return bool

18 years ago- Changed to pass cifs to mount command regardless
Marius Tomaschewski [Fri, 17 Feb 2006 12:45:28 +0000 (12:45 +0000)]
- Changed to pass cifs to mount command regardless
  if user provided smb:// or cifs:// URL.

18 years ago- Fixed reset of temporary attachpoint in removeAttachPoint
Marius Tomaschewski [Fri, 17 Feb 2006 12:35:48 +0000 (12:35 +0000)]
- Fixed reset of temporary attachpoint in removeAttachPoint

18 years ago- backup
Michael Andres [Fri, 17 Feb 2006 12:15:44 +0000 (12:15 +0000)]
- backup

18 years agobugfix 150844 update SLES9
Stefan Schubert [Fri, 17 Feb 2006 11:21:27 +0000 (11:21 +0000)]
bugfix 150844 update SLES9

18 years agobugfix 150844 update SLES9
Stefan Schubert [Fri, 17 Feb 2006 11:20:48 +0000 (11:20 +0000)]
bugfix 150844 update SLES9

18 years agoall are working now
Klaus Kaempf [Fri, 17 Feb 2006 11:18:52 +0000 (11:18 +0000)]
all are working now

18 years agofix testcases, they still had the ResStatus bug ;-)
Klaus Kaempf [Fri, 17 Feb 2006 11:17:07 +0000 (11:17 +0000)]
fix testcases, they still had the ResStatus bug ;-)

18 years agotreat unneeded as 'present', requirements to this are fulfilled
Klaus Kaempf [Fri, 17 Feb 2006 11:16:07 +0000 (11:16 +0000)]
treat unneeded as 'present', requirements to this are fulfilled

18 years agoextend debug
Klaus Kaempf [Fri, 17 Feb 2006 11:15:28 +0000 (11:15 +0000)]
extend debug

18 years agoenable storage of trsnlations using Michaels backdoor, disable saving and restoring...
Duncan Mac-Vicar P [Fri, 17 Feb 2006 11:05:56 +0000 (11:05 +0000)]
enable storage of trsnlations using Michaels backdoor, disable saving and restoring source for now. It is not the way to go. Fix YUM group to actually save the parsed translated data

18 years agore-establish all items which either freshen or supplement an item which changes state...
Klaus Kaempf [Fri, 17 Feb 2006 10:51:45 +0000 (10:51 +0000)]
re-establish all items which either freshen or supplement an item which changes state (installed <-> uninstalled)

18 years agolexical ordering
Klaus Kaempf [Fri, 17 Feb 2006 10:33:19 +0000 (10:33 +0000)]
lexical ordering

18 years agofix "file:/" Url
Klaus Kaempf [Fri, 17 Feb 2006 10:24:40 +0000 (10:24 +0000)]
fix "file:/" Url

18 years ago- backup
Michael Andres [Fri, 17 Feb 2006 09:07:14 +0000 (09:07 +0000)]
- backup

18 years ago- Fixed forceMediaRelease to reset desired mark as well
Marius Tomaschewski [Fri, 17 Feb 2006 08:59:36 +0000 (08:59 +0000)]
- Fixed forceMediaRelease to reset desired mark as well

18 years ago- backup
Michael Andres [Fri, 17 Feb 2006 08:56:18 +0000 (08:56 +0000)]
- backup

18 years ago- Prepared Language resolvable.
Michael Andres [Thu, 16 Feb 2006 23:12:55 +0000 (23:12 +0000)]
- Prepared Language resolvable.

18 years agoadd media verifier for all CDs in the set
Jiri Srain [Thu, 16 Feb 2006 22:38:27 +0000 (22:38 +0000)]
add media verifier for all CDs in the set

18 years ago- Implemented forced media release. A release(eject=true)
Marius Tomaschewski [Thu, 16 Feb 2006 20:40:27 +0000 (20:40 +0000)]
- Implemented forced media release. A release(eject=true)
  releases all instances (accessId's) and ejects the media.

18 years ago- Improved to release and attach again
Marius Tomaschewski [Thu, 16 Feb 2006 20:38:59 +0000 (20:38 +0000)]
- Improved to release and attach again

18 years agodo a loop around ejecting a media
Stanislav Visnovsky [Thu, 16 Feb 2006 20:05:40 +0000 (20:05 +0000)]
do a loop around ejecting a media

18 years ago- Added samples for valid / invalid url's
Marius Tomaschewski [Thu, 16 Feb 2006 19:38:12 +0000 (19:38 +0000)]
- Added samples for valid / invalid url's

18 years ago- Added require path and disallow host config flags
Marius Tomaschewski [Thu, 16 Feb 2006 19:36:22 +0000 (19:36 +0000)]
- Added require path and disallow host config flags
  in hd, cd, dvd, dir, file schemes (throws)
- Added require host for ftp, http, https schemes
- Reverted to reject empty url's - Url("") throws

18 years agobeta3 was broken, revert all testcases to beta38
Klaus Kaempf [Thu, 16 Feb 2006 19:34:31 +0000 (19:34 +0000)]
beta3 was broken, revert all testcases to beta38

18 years ago- Added require_host and require_pathname flags
Marius Tomaschewski [Thu, 16 Feb 2006 19:31:59 +0000 (19:31 +0000)]
- Added require_host and require_pathname flags
  allowing to reject url without hostname/path
- Removed obsolete require_scheme - allways
  needed, except in "Url url;"

18 years agoadapt to fixed iterators
Klaus Kaempf [Thu, 16 Feb 2006 18:45:29 +0000 (18:45 +0000)]
adapt to fixed iterators

18 years agopack header
Stanislav Visnovsky [Thu, 16 Feb 2006 18:45:28 +0000 (18:45 +0000)]
pack header

18 years agocomment-out debug, this is working just nicely now
Klaus Kaempf [Thu, 16 Feb 2006 18:09:35 +0000 (18:09 +0000)]
comment-out debug, this is working just nicely now

18 years agoextends -> supplements
Klaus Kaempf [Thu, 16 Feb 2006 17:55:53 +0000 (17:55 +0000)]
extends -> supplements

18 years agoEXTENDS -> SUPPLEMENTS
Klaus Kaempf [Thu, 16 Feb 2006 17:53:29 +0000 (17:53 +0000)]
EXTENDS -> SUPPLEMENTS

18 years agobetter debug
Klaus Kaempf [Thu, 16 Feb 2006 17:52:06 +0000 (17:52 +0000)]
better debug

18 years agoset arch to "i686"
Klaus Kaempf [Thu, 16 Feb 2006 17:47:27 +0000 (17:47 +0000)]
set arch to "i686"

18 years agoi586 -> i686
Klaus Kaempf [Thu, 16 Feb 2006 17:45:40 +0000 (17:45 +0000)]
i586 -> i686

18 years agofix ByInstalled()/ByUninstalled() filters
Klaus Kaempf [Thu, 16 Feb 2006 17:39:02 +0000 (17:39 +0000)]
fix ByInstalled()/ByUninstalled() filters

18 years agodefine LOGGROUP
Klaus Kaempf [Thu, 16 Feb 2006 17:31:32 +0000 (17:31 +0000)]
define LOGGROUP

18 years ago- Added reattach
Marius Tomaschewski [Thu, 16 Feb 2006 17:18:58 +0000 (17:18 +0000)]
- Added reattach

18 years agoremove all hacked capability iterators
Klaus Kaempf [Thu, 16 Feb 2006 17:08:31 +0000 (17:08 +0000)]
remove all hacked capability iterators
and replace them with object-oriented ones

*NOT* ready for production