Jiri Srain [Tue, 21 Feb 2006 22:35:49 +0000 (22:35 +0000)]
added Target::setInstallationLogfile to set the RPM log
(/var/log/YaST2/y2logRPM)
Klaus Kaempf [Tue, 21 Feb 2006 19:05:26 +0000 (19:05 +0000)]
ignore
Klaus Kaempf [Tue, 21 Feb 2006 19:04:34 +0000 (19:04 +0000)]
improve debug
Klaus Kaempf [Tue, 21 Feb 2006 19:03:43 +0000 (19:03 +0000)]
implement catalog handling
implement source data uploading to ZMD (query-files)
Klaus Kaempf [Tue, 21 Feb 2006 18:44:31 +0000 (18:44 +0000)]
complete catalog API
Klaus Kaempf [Tue, 21 Feb 2006 18:18:08 +0000 (18:18 +0000)]
ouch, extended the wrong bitfield
Klaus Kaempf [Tue, 21 Feb 2006 18:17:50 +0000 (18:17 +0000)]
indentation
Duncan Mac-Vicar P [Tue, 21 Feb 2006 17:21:11 +0000 (17:21 +0000)]
log where are we trying to find the cache
Jiri Srain [Tue, 21 Feb 2006 17:10:39 +0000 (17:10 +0000)]
more fsbugging log
Duncan Mac-Vicar P [Tue, 21 Feb 2006 16:48:05 +0000 (16:48 +0000)]
rewrite the package collection logic from scratch to make it readable by humans
Stefan Schubert [Tue, 21 Feb 2006 16:41:50 +0000 (16:41 +0000)]
taking care about priorities
Klaus Kaempf [Tue, 21 Feb 2006 16:31:17 +0000 (16:31 +0000)]
- put branch items at end of resolver queue (put unknowns last)
- add # of items in branch to debug
Klaus Kaempf [Tue, 21 Feb 2006 16:29:00 +0000 (16:29 +0000)]
fix typo
Klaus Kaempf [Tue, 21 Feb 2006 16:20:28 +0000 (16:20 +0000)]
fix comment
Michael Andres [Tue, 21 Feb 2006 16:18:50 +0000 (16:18 +0000)]
- removed obsolete ArchCompat (it's now an Arch detail)
Jiri Srain [Tue, 21 Feb 2006 16:11:32 +0000 (16:11 +0000)]
fixed missing prefix before static variable
Klaus Kaempf [Tue, 21 Feb 2006 15:50:40 +0000 (15:50 +0000)]
- set logfile to stderr
- handle locales in testcases
Jiri Srain [Tue, 21 Feb 2006 15:39:57 +0000 (15:39 +0000)]
Set the agent string for HTTP and HTTPS
Michael Andres [Tue, 21 Feb 2006 14:35:58 +0000 (14:35 +0000)]
- Arch:
- fixed the broken compare and compatibleWith relation
- introduced shared implementation class, maintaining comatibility information.
- added type Arch::CompatSet, and Arch::compatSet( const Arch & targetArch_r );
returns a CompatSet including all Archs compatible with targetArch_r;
CompatSet uses reverse order: x86_64 athlon i686 i586 i486 i386 noarch
Duncan Mac-Vicar P [Tue, 21 Feb 2006 13:48:50 +0000 (13:48 +0000)]
refuse to use stupid paths as cache dir :-) stanos computer is now safe
Duncan Mac-Vicar P [Tue, 21 Feb 2006 13:42:51 +0000 (13:42 +0000)]
cache content file
Klaus Kaempf [Tue, 21 Feb 2006 12:20:31 +0000 (12:20 +0000)]
fix segfault when filtering packages
Stanislav Visnovsky [Tue, 21 Feb 2006 11:42:11 +0000 (11:42 +0000)]
Fixed cache dir handling
TODO: integration with SourceCache
Stanislav Visnovsky [Tue, 21 Feb 2006 11:41:07 +0000 (11:41 +0000)]
allow to set a different root for source cache
Stanislav Visnovsky [Tue, 21 Feb 2006 11:40:31 +0000 (11:40 +0000)]
make sure there is '/' at the end of path to dir
Stanislav Visnovsky [Tue, 21 Feb 2006 11:25:20 +0000 (11:25 +0000)]
use patterns file from cache
Michael Andres [Tue, 21 Feb 2006 11:17:14 +0000 (11:17 +0000)]
- backup
Klaus Kaempf [Tue, 21 Feb 2006 09:57:12 +0000 (09:57 +0000)]
add LOGGROUP
Klaus Kaempf [Tue, 21 Feb 2006 09:42:07 +0000 (09:42 +0000)]
honor "supplements" dependency
Klaus Kaempf [Tue, 21 Feb 2006 09:38:45 +0000 (09:38 +0000)]
add "supplements" as normal dependency
Klaus Kaempf [Tue, 21 Feb 2006 09:18:19 +0000 (09:18 +0000)]
honor "Sup" for "supplements
Klaus Kaempf [Tue, 21 Feb 2006 09:16:32 +0000 (09:16 +0000)]
save last package before filtering out the next
Klaus Kaempf [Tue, 21 Feb 2006 08:56:25 +0000 (08:56 +0000)]
include assert.h
Klaus Kaempf [Tue, 21 Feb 2006 08:18:15 +0000 (08:18 +0000)]
add dummy returns
Michael Andres [Mon, 20 Feb 2006 22:35:15 +0000 (22:35 +0000)]
- Prepare class ArchCompat for proper architecture ordering
and comaptibility handling.
Marius Tomaschewski [Mon, 20 Feb 2006 21:47:05 +0000 (21:47 +0000)]
- Changed to compare filesystem type with media source type
Marius Tomaschewski [Mon, 20 Feb 2006 21:32:14 +0000 (21:32 +0000)]
- Implemented overloaded isAttached() calling checkAttached()
- Changed to use isUseableAttachPoint() for path verify
Marius Tomaschewski [Mon, 20 Feb 2006 21:29:21 +0000 (21:29 +0000)]
- Implemented checkAttached() function verifying attached
media against last state of the mount entries.
- Implemented isUseableAttachPoint() verifying attach point
against last state of the mount entries.
- Changed isAttached to virtual, so it can be overloaded
to call checkAttached() in derived classes.
- Moved MediaAccess friendship to protected.
Marius Tomaschewski [Mon, 20 Feb 2006 21:24:04 +0000 (21:24 +0000)]
- Added getMountTableMTime() and getMountEntries()
to the interface, cleaned up a little bit
Marius Tomaschewski [Mon, 20 Feb 2006 21:18:05 +0000 (21:18 +0000)]
- Fixed to use temporary variable
Klaus Kaempf [Mon, 20 Feb 2006 20:27:29 +0000 (20:27 +0000)]
track "uninstall due to upgrade" seperately
Klaus Kaempf [Mon, 20 Feb 2006 19:40:00 +0000 (19:40 +0000)]
debug code added
Klaus Kaempf [Mon, 20 Feb 2006 19:20:01 +0000 (19:20 +0000)]
don't write dependencies with empty edition
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
Klaus Kaempf [Mon, 20 Feb 2006 18:16:05 +0000 (18:16 +0000)]
- define LOGGROUP
- fix file: url
Klaus Kaempf [Mon, 20 Feb 2006 18:09:32 +0000 (18:09 +0000)]
define LOGGROUP
Klaus Kaempf [Mon, 20 Feb 2006 18:09:24 +0000 (18:09 +0000)]
comment typo
Klaus Kaempf [Mon, 20 Feb 2006 18:07:13 +0000 (18:07 +0000)]
write log to /var/log/zmd-backend.log
Duncan Mac-Vicar P [Mon, 20 Feb 2006 17:45:56 +0000 (17:45 +0000)]
add /var/lib/zypp as an accessor
Klaus Kaempf [Mon, 20 Feb 2006 17:19:07 +0000 (17:19 +0000)]
start adding 'catalogs' api (incomplete)
Marius Tomaschewski [Mon, 20 Feb 2006 17:14:55 +0000 (17:14 +0000)]
- Changed back to use fixed RW_pointer unique()
Klaus Kaempf [Mon, 20 Feb 2006 17:00:43 +0000 (17:00 +0000)]
compiles again
Klaus Kaempf [Mon, 20 Feb 2006 16:44:19 +0000 (16:44 +0000)]
write target resolvables as catalog "@system"
Klaus Kaempf [Mon, 20 Feb 2006 16:43:58 +0000 (16:43 +0000)]
pass "catalog" to backend
Duncan Mac-Vicar P [Mon, 20 Feb 2006 16:32:41 +0000 (16:32 +0000)]
make patterns category tarnslatable, for Huha
Klaus Kaempf [Mon, 20 Feb 2006 16:21:45 +0000 (16:21 +0000)]
write all resolvables
Klaus Kaempf [Mon, 20 Feb 2006 16:21:29 +0000 (16:21 +0000)]
adapt to latest ZMD table format
Klaus Kaempf [Mon, 20 Feb 2006 16:05:58 +0000 (16:05 +0000)]
architecture accessors
Klaus Kaempf [Mon, 20 Feb 2006 16:05:41 +0000 (16:05 +0000)]
determine and provide architecture
Duncan Mac-Vicar P [Mon, 20 Feb 2006 15:16:03 +0000 (15:16 +0000)]
remove some debug
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.
Duncan Mac-Vicar P [Mon, 20 Feb 2006 14:51:39 +0000 (14:51 +0000)]
check if arch is empty
Marius Tomaschewski [Mon, 20 Feb 2006 14:24:05 +0000 (14:24 +0000)]
- Do _never_ create static MediaManager instances
unless you like unitialized mutextes!
Duncan Mac-Vicar P [Mon, 20 Feb 2006 13:55:56 +0000 (13:55 +0000)]
add testcase for Huha bug
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
Marius Tomaschewski [Mon, 20 Feb 2006 12:59:55 +0000 (12:59 +0000)]
- Fixed to throw NotDesired instead of NotAttached exception
Marius Tomaschewski [Mon, 20 Feb 2006 12:59:07 +0000 (12:59 +0000)]
- Documented exceptions of provideFile
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
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).
Stanislav Visnovsky [Mon, 20 Feb 2006 10:05:26 +0000 (10:05 +0000)]
enable storage on target
Michael Andres [Sat, 18 Feb 2006 23:57:53 +0000 (23:57 +0000)]
- Added BitField assign and bitwise operators.
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.
Stefan Schubert [Sat, 18 Feb 2006 16:39:44 +0000 (16:39 +0000)]
text changes desired by the UI
Stefan Schubert [Sat, 18 Feb 2006 16:39:17 +0000 (16:39 +0000)]
text changes desired by the UI
Stefan Schubert [Sat, 18 Feb 2006 16:26:50 +0000 (16:26 +0000)]
revert to r 1513; does not build
Stefan Schubert [Sat, 18 Feb 2006 16:23:00 +0000 (16:23 +0000)]
new translations
Stefan Schubert [Sat, 18 Feb 2006 16:01:55 +0000 (16:01 +0000)]
pefer 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
Stefan Schubert [Sat, 18 Feb 2006 11:14:06 +0000 (11:14 +0000)]
output has been changed
Stefan Schubert [Sat, 18 Feb 2006 11:13:20 +0000 (11:13 +0000)]
output has been changed
Michael Andres [Fri, 17 Feb 2006 21:10:33 +0000 (21:10 +0000)]
- install PtrTypes test
Michael Andres [Fri, 17 Feb 2006 20:57:36 +0000 (20:57 +0000)]
- Use swap instead of reset in RW_pointer.
Duncan Mac-Vicar P [Fri, 17 Feb 2006 17:05:31 +0000 (17:05 +0000)]
add order to patterns, also for Mr. Huha integration
Klaus Kaempf [Fri, 17 Feb 2006 17:04:58 +0000 (17:04 +0000)]
fix comment
Duncan Mac-Vicar P [Fri, 17 Feb 2006 16:55:59 +0000 (16:55 +0000)]
add icon for Huha
Stefan Schubert [Fri, 17 Feb 2006 16:55:53 +0000 (16:55 +0000)]
enabled debug again
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
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
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
Marius Tomaschewski [Fri, 17 Feb 2006 16:28:36 +0000 (16:28 +0000)]
- Added testcase for zypp::RW_pointer unique()
Michael Andres [Fri, 17 Feb 2006 16:16:52 +0000 (16:16 +0000)]
- updateed doc
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.
Klaus Kaempf [Fri, 17 Feb 2006 15:56:59 +0000 (15:56 +0000)]
all pass now
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)
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 ;-))
Klaus Kaempf [Fri, 17 Feb 2006 15:15:29 +0000 (15:15 +0000)]
these pass now
Duncan Mac-Vicar P [Fri, 17 Feb 2006 14:33:33 +0000 (14:33 +0000)]
allow to store the cache_dir for sources
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
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
Stanislav Visnovsky [Fri, 17 Feb 2006 13:57:27 +0000 (13:57 +0000)]
provide public API for using caches