platform/upstream/libzypp.git
16 years agorevert isLocal metod and use downloads instead to decide when cache packages.
Josef Reidinger [Tue, 6 May 2008 12:58:06 +0000 (12:58 +0000)]
revert isLocal metod and use downloads instead to decide when cache packages.

16 years agofix saving after cleaning empty locks
Josef Reidinger [Tue, 6 May 2008 08:22:15 +0000 (08:22 +0000)]
fix saving after cleaning empty locks

16 years agoI hope I got the right return value
Stephan Kulow [Tue, 6 May 2008 05:37:49 +0000 (05:37 +0000)]
I hope I got the right return value

16 years agochanges
Jan Kupec [Mon, 5 May 2008 12:10:45 +0000 (12:10 +0000)]
changes

16 years ago- support multiple search strings (ORed)
Jan Kupec [Mon, 5 May 2008 12:08:08 +0000 (12:08 +0000)]
- support multiple search strings (ORed)

16 years agorev 9943
Stefan Schubert [Mon, 5 May 2008 07:56:10 +0000 (07:56 +0000)]
rev 9943

16 years agoSwitch off the upgrade mode of the
Stefan Schubert [Mon, 5 May 2008 07:55:20 +0000 (07:55 +0000)]
Switch off the upgrade mode of the
SAT solver cause the packages have already been evaluated by
the distupgrade machanism of libzypp. (bnc #386375)

16 years agochanges
Josef Reidinger [Fri, 2 May 2008 14:32:43 +0000 (14:32 +0000)]
changes

16 years agorelease file after copy to cache as soon as possible. (bnc #381311)
Josef Reidinger [Fri, 2 May 2008 14:31:18 +0000 (14:31 +0000)]
release file after copy to cache as soon as possible. (bnc #381311)

16 years agobugfix for 385832
Stefan Schubert [Fri, 2 May 2008 14:29:23 +0000 (14:29 +0000)]
bugfix for 385832

16 years ago- bugfix:keep states by user has been removed it
Stefan Schubert [Fri, 2 May 2008 14:27:50 +0000 (14:27 +0000)]
- bugfix:keep states by user has been removed it
  the package has not been installed BUT has been recommended by another
  package.
- cleanup logs

16 years agochanges
Josef Reidinger [Fri, 2 May 2008 10:16:46 +0000 (10:16 +0000)]
changes

16 years agoadd isLocal function to Url which say if scheme is local or internet.
Josef Reidinger [Fri, 2 May 2008 10:15:28 +0000 (10:15 +0000)]
add isLocal function to Url which say if scheme is local or internet.

16 years agochanges
Josef Reidinger [Fri, 2 May 2008 07:37:22 +0000 (07:37 +0000)]
changes

16 years agocache decision for repository depend on his url.
Josef Reidinger [Fri, 2 May 2008 07:32:24 +0000 (07:32 +0000)]
cache decision for repository depend on his url.
http,ftp and smb cache packages.

16 years ago- Load and maintain persistent hard locks stored in /etc/zypp/locks.
Michael Andres [Wed, 30 Apr 2008 23:07:34 +0000 (23:07 +0000)]
- Load and maintain persistent hard locks stored in /etc/zypp/locks.
  Locks are loaded together with the target, and changes are writen
  back on commit. zypp.conf option locksfile.apply can be used to turn
  this feature on or off. (FATE #120352)

16 years agoDefine functions in namespace zypp
Michael Andres [Wed, 30 Apr 2008 22:36:11 +0000 (22:36 +0000)]
Define functions in  namespace zypp

16 years agofix missing enum in switch
Michael Andres [Wed, 30 Apr 2008 22:35:22 +0000 (22:35 +0000)]
fix missing enum in switch

16 years agoEnabled Pool to handle persistent hard locks, except save/restore which is Targets...
Michael Andres [Wed, 30 Apr 2008 21:20:45 +0000 (21:20 +0000)]
Enabled Pool to handle persistent hard locks, except save/restore which is Targets job.

16 years agoAdd PoolQueryResult::contains
Michael Andres [Wed, 30 Apr 2008 21:16:07 +0000 (21:16 +0000)]
Add PoolQueryResult::contains

16 years agoUse own logclass for PoolQuery
Michael Andres [Wed, 30 Apr 2008 21:15:22 +0000 (21:15 +0000)]
Use own logclass for PoolQuery

16 years agosmall fixes
Michael Andres [Wed, 30 Apr 2008 18:01:46 +0000 (18:01 +0000)]
small fixes

16 years agodeprecate script message and atom
Michael Andres [Wed, 30 Apr 2008 17:57:26 +0000 (17:57 +0000)]
deprecate script message and atom

16 years agofix RepoManager_test
Michael Andres [Wed, 30 Apr 2008 15:17:35 +0000 (15:17 +0000)]
fix RepoManager_test

16 years ago- Add zypp.conf option solvfilesdir: Path where the repo solv files
Michael Andres [Wed, 30 Apr 2008 14:40:35 +0000 (14:40 +0000)]
- Add zypp.conf option solvfilesdir: Path where the repo solv files
  are created. Default value: {cachedir}/solv.
- Target and repositories now save their solvfiles below {solvfilesdir}
  in directories named after the repositories alias.

16 years agochanges
Jan Kupec [Wed, 30 Apr 2008 12:33:21 +0000 (12:33 +0000)]
changes

16 years ago- the symlink must be relative
Jan Kupec [Wed, 30 Apr 2008 12:32:40 +0000 (12:32 +0000)]
- the symlink must be relative

16 years ago- fixed filesystem::expandlink(Pathname) (bnc #368477)
Jan Kupec [Wed, 30 Apr 2008 12:18:54 +0000 (12:18 +0000)]
- fixed filesystem::expandlink(Pathname) (bnc #368477)

16 years agoadd Target::cleanCache
Michael Andres [Wed, 30 Apr 2008 11:03:44 +0000 (11:03 +0000)]
add Target::cleanCache

16 years ago- remove _items_to_update
Stefan Schubert [Wed, 30 Apr 2008 10:10:03 +0000 (10:10 +0000)]
- remove _items_to_update
- regarding user selected items in the resolve queue

16 years agodocs
Michael Andres [Tue, 29 Apr 2008 22:18:12 +0000 (22:18 +0000)]
docs

16 years ago- don't throw in begin() if the specified repo is not found in pool,
Jan Kupec [Tue, 29 Apr 2008 21:27:31 +0000 (21:27 +0000)]
- don't throw in begin() if the specified repo is not found in pool,
  return end() instead (bnc #384337)
- catch exceptions within size() and empty(), act as if the result is
  empty in such case (bnc #384337)

16 years agotypo
Michael Andres [Tue, 29 Apr 2008 20:43:46 +0000 (20:43 +0000)]
typo

16 years agoAdd class PoolQueryResult: Helper class to collect (not only) PoolQuery results.
Michael Andres [Tue, 29 Apr 2008 20:28:57 +0000 (20:28 +0000)]
Add class PoolQueryResult: Helper class to collect (not only) PoolQuery results.

16 years agobackup
Michael Andres [Tue, 29 Apr 2008 16:19:41 +0000 (16:19 +0000)]
backup

16 years agohopefully fix build in beta
Stephan Kulow [Tue, 29 Apr 2008 16:18:01 +0000 (16:18 +0000)]
hopefully fix build in beta

16 years agoUpdateScripts: separate version and release by "-" instead of "."
Klaus Kaempf [Tue, 29 Apr 2008 14:55:07 +0000 (14:55 +0000)]
UpdateScripts: separate version and release by "-" instead of "."

16 years agocleanup in return values of doUpgrade and doUpdate
Stefan Schubert [Tue, 29 Apr 2008 14:37:55 +0000 (14:37 +0000)]
cleanup in return values of doUpgrade and doUpdate

16 years agocleanup in return values of doUpgrade and doUpdate
Stefan Schubert [Tue, 29 Apr 2008 14:37:09 +0000 (14:37 +0000)]
cleanup in return values of doUpgrade and doUpdate

16 years ago- two tests added, speedup
Jan Kupec [Tue, 29 Apr 2008 13:49:53 +0000 (13:49 +0000)]
- two tests added, speedup

16 years agoFix order od initializer list
Michael Andres [Tue, 29 Apr 2008 11:32:51 +0000 (11:32 +0000)]
Fix order od initializer list

16 years ago- switch to SEARCH_SKIP_KIND in PoolQuery - fixes exact/glob/regex
Jan Kupec [Tue, 29 Apr 2008 11:28:37 +0000 (11:28 +0000)]
- switch to SEARCH_SKIP_KIND in PoolQuery - fixes exact/glob/regex
  queries on patches/patterns/products

16 years agorelease
Jan Kupec [Mon, 28 Apr 2008 16:35:43 +0000 (16:35 +0000)]
release

16 years agochanges
Jan Kupec [Mon, 28 Apr 2008 16:30:33 +0000 (16:30 +0000)]
changes

16 years ago- check for valid pool in begin(), improve the code (bnc #384337)
Jan Kupec [Mon, 28 Apr 2008 16:27:29 +0000 (16:27 +0000)]
- check for valid pool in begin(), improve the code (bnc #384337)

16 years agoAssert the cache directory _after_ cleaning.
Michael Matz [Mon, 28 Apr 2008 16:09:40 +0000 (16:09 +0000)]
Assert the cache directory _after_ cleaning.

16 years agoUpdated package-manager-su from xdg-utils-1.0.2-48 (bnc#339549).
Martin Vidner [Mon, 28 Apr 2008 13:40:26 +0000 (13:40 +0000)]
Updated package-manager-su from xdg-utils-1.0.2-48 (bnc#339549).

16 years agolatest translations
Stefan Schubert [Mon, 28 Apr 2008 13:26:04 +0000 (13:26 +0000)]
latest translations

16 years agolatest translations
Stefan Schubert [Mon, 28 Apr 2008 13:25:19 +0000 (13:25 +0000)]
latest translations

16 years ago- more comments
Jan Kupec [Mon, 28 Apr 2008 12:33:18 +0000 (12:33 +0000)]
- more comments

16 years agoupdated doku
Stefan Schubert [Mon, 28 Apr 2008 11:52:58 +0000 (11:52 +0000)]
updated doku

16 years ago- need to submit due to zypper not building
Jan Kupec [Mon, 28 Apr 2008 09:24:48 +0000 (09:24 +0000)]
- need to submit due to zypper not building
- bumping minor due to changes in RepoManager

16 years agoCreate the solv files in their own subdirs under $CACHE/solv/. Preparation
Michael Matz [Sun, 27 Apr 2008 19:53:53 +0000 (19:53 +0000)]
Create the solv files in their own subdirs under $CACHE/solv/.  Preparation
for split solv files.  (The @System repo still is generated in the main
cache path)

16 years ago- stream output for TriBool added
Jan Kupec [Sat, 26 Apr 2008 13:52:55 +0000 (13:52 +0000)]
- stream output for TriBool added

16 years ago- Prevent target::unload from creating a system repo in order
Michael Andres [Fri, 25 Apr 2008 14:21:25 +0000 (14:21 +0000)]
- Prevent target::unload from creating a system repo in order
  to unload it. (bnc 382297)

16 years agocreate dbfiles 0644
Michael Andres [Fri, 25 Apr 2008 13:31:47 +0000 (13:31 +0000)]
create dbfiles 0644

16 years ago improve lock documentation
Josef Reidinger [Fri, 25 Apr 2008 13:22:05 +0000 (13:22 +0000)]
 improve lock documentation

16 years ago- Prevent deselected or deleted items from being re-selected due to
Michael Andres [Fri, 25 Apr 2008 12:37:57 +0000 (12:37 +0000)]
- Prevent deselected or deleted items from being re-selected due to
  recommends (aka. persistent soft locks). Unlike hard locked, those
  items will be automatically selected if required. The list of soft
  locked items is stored in /var/lib/zypp/SoftLocks.

16 years agoadd ctest target, but not as default target
Michael Andres [Fri, 25 Apr 2008 12:20:51 +0000 (12:20 +0000)]
add ctest target, but not as default target

16 years agoadd ctest target
Michael Andres [Fri, 25 Apr 2008 12:14:02 +0000 (12:14 +0000)]
add ctest target

16 years agoadded a hint to enable all requested repos
Stefan Schubert [Fri, 25 Apr 2008 10:08:41 +0000 (10:08 +0000)]
added a hint to enable all requested repos

16 years agochange confusing return state of caseSensitive in PoolQuery
Josef Reidinger [Fri, 25 Apr 2008 07:48:24 +0000 (07:48 +0000)]
change confusing return state of caseSensitive in PoolQuery

16 years agoEnabled Pool to handle automatic soft-locks,
Michael Andres [Thu, 24 Apr 2008 16:58:20 +0000 (16:58 +0000)]
Enabled Pool to handle automatic soft-locks,
except save/restore which is Targets job.

16 years agobackup
Michael Andres [Wed, 23 Apr 2008 20:59:01 +0000 (20:59 +0000)]
backup

16 years ago- Remove obsolete AdditionalCapabilities interface from ResPool.
Michael Andres [Wed, 23 Apr 2008 20:30:38 +0000 (20:30 +0000)]
- Remove obsolete AdditionalCapabilities interface from ResPool.
  Forward sat::Pool::RepositoryIterator. There's no more need to
  maintain an extra Repository list in ResPool.

16 years agoSupport dependencies requiring a specific architecture:
Michael Andres [Wed, 23 Apr 2008 19:26:00 +0000 (19:26 +0000)]
Support dependencies requiring a specific architecture:
"name[.arch] [op edition]".

16 years agoFix build.
Michael Matz [Tue, 22 Apr 2008 16:11:24 +0000 (16:11 +0000)]
Fix build.

16 years agomerge changelog order
Duncan Mac-Vicar P [Tue, 22 Apr 2008 15:44:47 +0000 (15:44 +0000)]
merge changelog order

16 years agopatch attributes
Duncan Mac-Vicar P [Tue, 22 Apr 2008 15:44:45 +0000 (15:44 +0000)]
patch attributes

16 years agopatch attributes and deprecate old ones
Duncan Mac-Vicar P [Tue, 22 Apr 2008 15:44:44 +0000 (15:44 +0000)]
patch attributes and deprecate old ones

it is backward compatible change, however dont increase the version again unless all
deprecated methods have a replacement. installsize may be a candidate?

16 years agoCreating update testcase in /mnt if the updated has been started from
Stefan Schubert [Tue, 22 Apr 2008 13:51:56 +0000 (13:51 +0000)]
Creating update testcase in /mnt if the updated has been started from
instsys

16 years agochanges
Josef Reidinger [Tue, 22 Apr 2008 13:42:19 +0000 (13:42 +0000)]
changes

16 years agochange locks api -
Josef Reidinger [Tue, 22 Apr 2008 13:40:49 +0000 (13:40 +0000)]
change locks api -
- make more functions const
- replace add/remove by selectable to add/remove by ident or name and kind

16 years agotypos's
Stefan Schubert [Tue, 22 Apr 2008 11:58:49 +0000 (11:58 +0000)]
typos's

16 years agoDo not architecture changes while "dup" in the external distribution
Stefan Schubert [Tue, 22 Apr 2008 11:57:21 +0000 (11:57 +0000)]
Do not architecture changes while "dup" in the external distribution
updagrade ONLY. bnc #382274

16 years agoDo not architecture changes while "dup" in the external distribution
Stefan Schubert [Tue, 22 Apr 2008 11:54:46 +0000 (11:54 +0000)]
Do not architecture changes while "dup" in the external distribution
updagrade ONLY. bnc #382274

16 years agotypo
Michael Andres [Tue, 22 Apr 2008 11:40:44 +0000 (11:40 +0000)]
typo

16 years agobugfix: product have the right status now: broken/satisfied
Stefan Schubert [Tue, 22 Apr 2008 10:00:45 +0000 (10:00 +0000)]
bugfix: product have the right status now: broken/satisfied

16 years agoreplace boost::replace_all by jano's implementation which is faster (replace in place)
Josef Reidinger [Tue, 22 Apr 2008 09:57:59 +0000 (09:57 +0000)]
replace boost::replace_all by jano's implementation which is faster (replace in place)

16 years ago- Added Pattern::core returning the packages required by a pattern.
Michael Andres [Tue, 22 Apr 2008 08:37:37 +0000 (08:37 +0000)]
- Added Pattern::core returning the packages required by a pattern.

16 years agofix in generating the rule
Stefan Schubert [Tue, 22 Apr 2008 07:41:01 +0000 (07:41 +0000)]
fix in generating the rule

16 years agoadded self conflicts in the error message
Stefan Schubert [Mon, 21 Apr 2008 16:57:43 +0000 (16:57 +0000)]
added self conflicts in the error message

16 years agobugfix; typos
Stefan Schubert [Mon, 21 Apr 2008 16:36:01 +0000 (16:36 +0000)]
bugfix; typos

16 years ago- removed unneeded Solutions
Stefan Schubert [Mon, 21 Apr 2008 15:26:56 +0000 (15:26 +0000)]
- removed unneeded Solutions
- added ignore dependencies

16 years agoAdded Target::release(), returning the targets distribution release string.
Michael Andres [Mon, 21 Apr 2008 13:39:45 +0000 (13:39 +0000)]
Added Target::release(), returning the targets distribution release string.

16 years ago- more accurate exception message (bnc #381845)
Jan Kupec [Mon, 21 Apr 2008 12:39:28 +0000 (12:39 +0000)]
- more accurate exception message (bnc #381845)
- should the message be translated?

16 years agocleanup in ignore dependencies
Stefan Schubert [Mon, 21 Apr 2008 12:12:09 +0000 (12:12 +0000)]
cleanup in ignore dependencies

16 years agoadded weak
Stefan Schubert [Mon, 21 Apr 2008 08:50:25 +0000 (08:50 +0000)]
added weak

16 years agoper default abort if package installation fails
Michael Andres [Fri, 18 Apr 2008 23:09:40 +0000 (23:09 +0000)]
per default abort if package installation fails

16 years agoenable english as fallback
Michael Andres [Fri, 18 Apr 2008 22:21:28 +0000 (22:21 +0000)]
enable english as fallback

16 years agoDont restrict LookupAttr to SEARCH_NO_STORAGE_SOLVABLE.
Michael Andres [Fri, 18 Apr 2008 21:37:56 +0000 (21:37 +0000)]
Dont restrict LookupAttr to SEARCH_NO_STORAGE_SOLVABLE.

16 years agoremove debug output
Michael Andres [Fri, 18 Apr 2008 20:50:41 +0000 (20:50 +0000)]
remove debug output

16 years agoAdd IdString ui::Selectable::ident(), the identifier built from kind and name.
Michael Andres [Fri, 18 Apr 2008 19:04:41 +0000 (19:04 +0000)]
Add IdString ui::Selectable::ident(), the identifier built from kind and name.

16 years agofix
Michael Andres [Fri, 18 Apr 2008 18:56:33 +0000 (18:56 +0000)]
fix

16 years agoEnable SplitIdent to also join kind,name
Michael Andres [Fri, 18 Apr 2008 18:35:00 +0000 (18:35 +0000)]
Enable SplitIdent to also join kind,name

16 years agoIf no language support was requested choose en.
Michael Andres [Fri, 18 Apr 2008 18:32:43 +0000 (18:32 +0000)]
If no language support was requested choose en.

16 years agosolver.h is now C++ aware. And pool.h is implied in solver.h.
Michael Matz [Fri, 18 Apr 2008 16:00:30 +0000 (16:00 +0000)]
solver.h is now C++ aware.  And pool.h is implied in solver.h.

16 years agocleanup in order to avoid namespace-conflicts with the SAT-solver
Stefan Schubert [Fri, 18 Apr 2008 15:46:12 +0000 (15:46 +0000)]
cleanup in order to avoid namespace-conflicts with the SAT-solver

16 years agobackup
Michael Andres [Fri, 18 Apr 2008 15:10:58 +0000 (15:10 +0000)]
backup

16 years agochanges
Duncan Mac-Vicar P [Fri, 18 Apr 2008 13:28:09 +0000 (13:28 +0000)]
changes