Michael Andres [Fri, 27 Jul 2007 15:19:22 +0000 (15:19 +0000)]
changes
Michael Andres [Fri, 27 Jul 2007 15:15:52 +0000 (15:15 +0000)]
- Fixed package to provide the location media number. (#294496)
Jan Kupec [Fri, 27 Jul 2007 14:44:49 +0000 (14:44 +0000)]
corrected revision
Jan Kupec [Fri, 27 Jul 2007 14:40:22 +0000 (14:40 +0000)]
- ignore empty url keys (baseurl, mirrorlist, gpgkey) instead of throwing bad url exception
Michael Andres [Fri, 27 Jul 2007 12:19:27 +0000 (12:19 +0000)]
add missing include
Michael Andres [Fri, 27 Jul 2007 12:15:16 +0000 (12:15 +0000)]
docs
Michael Andres [Fri, 27 Jul 2007 12:05:17 +0000 (12:05 +0000)]
Add historyAsString()
Duncan Mac-Vicar P [Fri, 27 Jul 2007 11:30:43 +0000 (11:30 +0000)]
- Make the callback report finish in the right way
Duncan Mac-Vicar P [Fri, 27 Jul 2007 11:30:43 +0000 (11:30 +0000)]
- Move the sqlite3x tick logic to sqlite3x iteself, allowing to set a progress data callback instead of the hack in cached::RepoImpl
Duncan Mac-Vicar P [Fri, 27 Jul 2007 11:30:41 +0000 (11:30 +0000)]
zconfig: default* -> *, they are not default anymore as the user can
set them in the conf file
Duncan Mac-Vicar P [Fri, 27 Jul 2007 11:30:40 +0000 (11:30 +0000)]
Not needed
Duncan Mac-Vicar P [Fri, 27 Jul 2007 11:30:38 +0000 (11:30 +0000)]
- re enable reading cache callbacks
Duncan Mac-Vicar P [Fri, 27 Jul 2007 11:30:37 +0000 (11:30 +0000)]
changes
Duncan Mac-Vicar P [Fri, 27 Jul 2007 11:30:36 +0000 (11:30 +0000)]
- ini parser without boost::regexp patch by dmueller (#152447)
Duncan Mac-Vicar P [Fri, 27 Jul 2007 11:30:35 +0000 (11:30 +0000)]
ups, I deleted the docu here
Duncan Mac-Vicar P [Fri, 27 Jul 2007 11:30:35 +0000 (11:30 +0000)]
- /var/lib/zypp/cache -> /var/cache/zypp (#292419)
Michael Andres [Fri, 27 Jul 2007 10:12:30 +0000 (10:12 +0000)]
add message history to Exception
Michael Andres [Fri, 27 Jul 2007 10:11:34 +0000 (10:11 +0000)]
fix signed/unsigned comparison
Klaus Kaempf [Thu, 26 Jul 2007 14:44:52 +0000 (14:44 +0000)]
- Make clearing of extra dependencies/conflicts configurable when
resolvePool(). Leave the default as before (clear extras).
Bug # 294727
- revision 6233
- version 3.12.0
Duncan Mac-Vicar P [Thu, 26 Jul 2007 08:15:46 +0000 (08:15 +0000)]
make the key names same as yum.conf for similar options
Michael Andres [Wed, 25 Jul 2007 11:47:41 +0000 (11:47 +0000)]
changes
Klaus Kaempf [Wed, 25 Jul 2007 09:55:36 +0000 (09:55 +0000)]
- don't hardcode "/var/tmp" as the temporary directory but
use filesystem::TmpPath::defaultLocation() instead.
- make filesystem::TmpPath::defaultLocation() configurable
via environment variable.
Arvin Schnell [Wed, 25 Jul 2007 08:37:04 +0000 (08:37 +0000)]
- fixed some typos
Michael Andres [Tue, 24 Jul 2007 15:51:41 +0000 (15:51 +0000)]
Fixed bug in smart pointer comparison.
Duncan Mac-Vicar P [Tue, 24 Jul 2007 15:35:26 +0000 (15:35 +0000)]
delete dead code
Arvin Schnell [Tue, 24 Jul 2007 14:19:50 +0000 (14:19 +0000)]
- output some caps
Duncan Mac-Vicar P [Tue, 24 Jul 2007 14:13:55 +0000 (14:13 +0000)]
dont crash
Duncan Mac-Vicar P [Tue, 24 Jul 2007 14:13:55 +0000 (14:13 +0000)]
compiles but segfaults
Duncan Mac-Vicar P [Tue, 24 Jul 2007 14:13:54 +0000 (14:13 +0000)]
- make this function a class so we can convert it into a scoped cache
Duncan Mac-Vicar P [Tue, 24 Jul 2007 14:13:54 +0000 (14:13 +0000)]
- Add metadata directory to repo info
Duncan Mac-Vicar P [Tue, 24 Jul 2007 14:13:53 +0000 (14:13 +0000)]
- ups, compile
Duncan Mac-Vicar P [Tue, 24 Jul 2007 14:13:52 +0000 (14:13 +0000)]
- ups, compile
Duncan Mac-Vicar P [Tue, 24 Jul 2007 14:13:51 +0000 (14:13 +0000)]
- better error message
Duncan Mac-Vicar P [Tue, 24 Jul 2007 12:44:08 +0000 (12:44 +0000)]
Merge branch 'media-verif'
Conflicts:
zypp/repo/RepoProvideFile.cc
Michael Andres [Tue, 24 Jul 2007 12:41:58 +0000 (12:41 +0000)]
changes
Duncan Mac-Vicar P [Tue, 24 Jul 2007 12:35:01 +0000 (12:35 +0000)]
read config from zypp.conf
Duncan Mac-Vicar P [Tue, 24 Jul 2007 12:35:01 +0000 (12:35 +0000)]
compile
Duncan Mac-Vicar P [Tue, 24 Jul 2007 12:35:00 +0000 (12:35 +0000)]
- ups, compile
Duncan Mac-Vicar P [Tue, 24 Jul 2007 12:34:59 +0000 (12:34 +0000)]
- better error message
Michael Andres [Mon, 23 Jul 2007 10:58:47 +0000 (10:58 +0000)]
- Create metadata download directories as sibling of the desired
final location instead of /var/tmp. (prevent failing renames
across filesystem boundaries).
Michael Andres [Mon, 23 Jul 2007 10:50:08 +0000 (10:50 +0000)]
Added static TmpFile::makeSibling TmpDir makeSibling for creating an temp file/dir as
sibling of a provided path ( var/lib/mydir -> var/lib/mydir.XXXX ). Convenient if the
temp path is intended to be renamed to the original path.
Michael Andres [Mon, 23 Jul 2007 10:11:55 +0000 (10:11 +0000)]
log failed actions as warning
Michael Andres [Mon, 23 Jul 2007 09:38:39 +0000 (09:38 +0000)]
backup
Duncan Mac-Vicar P [Mon, 23 Jul 2007 08:56:10 +0000 (08:56 +0000)]
- add default constructor for inidict, allowing to fill it later
Duncan Mac-Vicar P [Mon, 23 Jul 2007 08:56:09 +0000 (08:56 +0000)]
- Implement hasSection and hasEntry in IniDict
- test cases
Duncan Mac-Vicar P [Mon, 23 Jul 2007 08:56:08 +0000 (08:56 +0000)]
rawCachePath -> metadataPath
Duncan Mac-Vicar P [Sat, 21 Jul 2007 06:01:15 +0000 (06:01 +0000)]
- assert the destination directory before we use as cache
for Fetcher, because it checks its existence when adding it
Duncan Mac-Vicar P [Fri, 20 Jul 2007 20:21:11 +0000 (20:21 +0000)]
assert cache directory when initializing
Duncan Mac-Vicar P [Fri, 20 Jul 2007 20:21:08 +0000 (20:21 +0000)]
add methods to retrieve the status (checksum, date) of
metadata and cache
Michael Andres [Fri, 20 Jul 2007 14:08:54 +0000 (14:08 +0000)]
typo
Michael Andres [Fri, 20 Jul 2007 14:06:59 +0000 (14:06 +0000)]
changes
Michael Andres [Fri, 20 Jul 2007 14:01:56 +0000 (14:01 +0000)]
backup
Stefan Schubert [Fri, 20 Jul 2007 12:51:17 +0000 (12:51 +0000)]
classes from wich will be derived from should have a virtial destructor
Michael Andres [Fri, 20 Jul 2007 12:35:58 +0000 (12:35 +0000)]
Make Repository(Impl_Ptr) public. Yes, it is lowlevel but nevertheless usefull for testing.
Martin Vidner [Thu, 19 Jul 2007 17:28:16 +0000 (17:28 +0000)]
base/Gettext.h must not be included by any zypp header, include it
in .cc files instead.
Otherwise zypp would export its idea about the _ macro to any
application using zypp, causing conflicts with their own _ and
confusing Bubli.
Duncan Mac-Vicar P [Thu, 19 Jul 2007 15:43:32 +0000 (15:43 +0000)]
better docu
Duncan Mac-Vicar P [Thu, 19 Jul 2007 15:43:31 +0000 (15:43 +0000)]
Merge from master
Duncan Mac-Vicar P [Thu, 19 Jul 2007 15:43:31 +0000 (15:43 +0000)]
Media verification: split media download to a separate function
Michael Andres [Thu, 19 Jul 2007 15:13:51 +0000 (15:13 +0000)]
changed ZConfig to become a singleton
Duncan Mac-Vicar P [Thu, 19 Jul 2007 15:07:48 +0000 (15:07 +0000)]
- make repo manager use the common downloader interface to set the cache for downloader
- remove some duplicated code, use the common interface
Duncan Mac-Vicar P [Thu, 19 Jul 2007 15:07:48 +0000 (15:07 +0000)]
- Pass the media set to the Downloaders instead of having one in the object
- Make Downloaders have a base class repo::Downloader
this will allow to remove some code in RepoManager and interact
with the downloader without knowing which type is it
- Make Downloader base class inherit from fetcher, then you can
set the cache directories to the downloader itself, which
RepoManager will do
Duncan Mac-Vicar P [Thu, 19 Jul 2007 15:07:45 +0000 (15:07 +0000)]
documentation, add constructor from file
Duncan Mac-Vicar P [Thu, 19 Jul 2007 15:07:44 +0000 (15:07 +0000)]
Merge from master
Duncan Mac-Vicar P [Thu, 19 Jul 2007 15:07:44 +0000 (15:07 +0000)]
Merge from master
Duncan Mac-Vicar P [Thu, 19 Jul 2007 15:07:43 +0000 (15:07 +0000)]
Media verification: split media download to a separate function
Michael Andres [Thu, 19 Jul 2007 13:50:56 +0000 (13:50 +0000)]
changes
Michael Andres [Thu, 19 Jul 2007 13:50:33 +0000 (13:50 +0000)]
- Fixed repo::provideFile to set a deleter for downloaded files
(#293004).
Arvin Schnell [Thu, 19 Jul 2007 11:59:00 +0000 (11:59 +0000)]
- do not mess with system repo, cache et.al.
Michael Andres [Thu, 19 Jul 2007 10:57:12 +0000 (10:57 +0000)]
Query ByRepository now takes as well an alias.
Arvin Schnell [Thu, 19 Jul 2007 09:18:09 +0000 (09:18 +0000)]
- added test program
Duncan Mac-Vicar P [Thu, 19 Jul 2007 07:49:10 +0000 (07:49 +0000)]
whitespace
Duncan Mac-Vicar P [Thu, 19 Jul 2007 07:49:10 +0000 (07:49 +0000)]
Fix reading container attributes from the cache
Michael Andres [Wed, 18 Jul 2007 16:13:41 +0000 (16:13 +0000)]
remove obsolete methods
Duncan Mac-Vicar P [Wed, 18 Jul 2007 14:43:05 +0000 (14:43 +0000)]
changes
Duncan Mac-Vicar P [Wed, 18 Jul 2007 14:43:02 +0000 (14:43 +0000)]
typo
Duncan Mac-Vicar P [Wed, 18 Jul 2007 14:43:02 +0000 (14:43 +0000)]
Use asCompleteString() here as it includes options
Duncan Mac-Vicar P [Wed, 18 Jul 2007 14:43:01 +0000 (14:43 +0000)]
implement also operator != for Url
Duncan Mac-Vicar P [Wed, 18 Jul 2007 14:43:00 +0000 (14:43 +0000)]
Merge branch 'product-urls'
Duncan Mac-Vicar P [Wed, 18 Jul 2007 14:42:58 +0000 (14:42 +0000)]
Fix reading container attributes from the cache
Michael Andres [Wed, 18 Jul 2007 14:13:30 +0000 (14:13 +0000)]
changes
Michael Andres [Wed, 18 Jul 2007 14:12:53 +0000 (14:12 +0000)]
Port zypp-query-pool (#292404)
Stefan Schubert [Wed, 18 Jul 2007 14:10:03 +0000 (14:10 +0000)]
added new calls in Resolver.h: addRequire,addConflict
Michael Andres [Wed, 18 Jul 2007 12:40:33 +0000 (12:40 +0000)]
changes
Michael Andres [Wed, 18 Jul 2007 12:38:19 +0000 (12:38 +0000)]
changes
Michael Andres [Wed, 18 Jul 2007 12:38:02 +0000 (12:38 +0000)]
Duncan Mac-Vicar P [Wed, 18 Jul 2007 12:17:48 +0000 (12:17 +0000)]
- allow / in aliases (#292628)
Michael Andres [Wed, 18 Jul 2007 10:53:37 +0000 (10:53 +0000)]
disable test for product description (susetags has no descr)
Michael Andres [Wed, 18 Jul 2007 10:37:00 +0000 (10:37 +0000)]
changes
Michael Andres [Wed, 18 Jul 2007 10:36:39 +0000 (10:36 +0000)]
- Fixed repo::provideFile to throw on error.
- Fixed ResolvableQuery to use 0 as default for non existing
numerical values.
Duncan Mac-Vicar P [Wed, 18 Jul 2007 09:26:36 +0000 (09:26 +0000)]
- Throw a known exception if trying to build the cache without metadata so zypper could ask to the user wether to refresh
- update testcases
Jan Kupec [Wed, 18 Jul 2007 08:49:19 +0000 (08:49 +0000)]
getRepositoryInfo(Url,url::ViewOption) added
Duncan Mac-Vicar P [Tue, 17 Jul 2007 14:46:02 +0000 (14:46 +0000)]
log clean of cache
Michael Andres [Tue, 17 Jul 2007 13:56:42 +0000 (13:56 +0000)]
allow optional media number in setLocation and ctor (default 1)
Michael Andres [Tue, 17 Jul 2007 13:54:33 +0000 (13:54 +0000)]
changelog
Michael Andres [Tue, 17 Jul 2007 13:54:13 +0000 (13:54 +0000)]
- Fixed OnMediLocation to use safe defaults. Added setLocaltion and
additional ctor for convenience.
Stefan Schubert [Tue, 17 Jul 2007 11:19:37 +0000 (11:19 +0000)]
fixed typos
Michael Andres [Tue, 17 Jul 2007 10:41:36 +0000 (10:41 +0000)]
include packages.lang in combined progress
Stefan Schubert [Tue, 17 Jul 2007 09:32:26 +0000 (09:32 +0000)]
new translations
Stefan Schubert [Tue, 17 Jul 2007 08:47:35 +0000 (08:47 +0000)]
r 6034
Stefan Schubert [Tue, 17 Jul 2007 08:46:57 +0000 (08:46 +0000)]
Evalute update canditate:
Take canditates only which are really installable. Bug 292077