platform/upstream/zypper.git
16 years ago- more progress -> Out
Jan Kupec [Thu, 21 Feb 2008 17:25:19 +0000 (17:25 +0000)]
- more progress -> Out

16 years agoMean bug, when an inlined version of isExists uses a different layout of
Michael Matz [Thu, 21 Feb 2008 16:57:30 +0000 (16:57 +0000)]
Mean bug, when an inlined version of isExists uses a different layout of
the PathInfo class, than the one in the library, due to different
definition of _FILE_OFFSET_BITS in compiling libzypp and compiling
zypper (that influences the size of "struct stat", and hence the layout
of PathInfo objects :-(

16 years agochanges
Jan Kupec [Thu, 21 Feb 2008 13:16:05 +0000 (13:16 +0000)]
changes

16 years ago- prompts -> Out::prompt()
Jan Kupec [Thu, 21 Feb 2008 13:00:15 +0000 (13:00 +0000)]
- prompts -> Out::prompt()
- TODO: localization of some prompts

16 years agoupdate
Jan Kupec [Wed, 20 Feb 2008 16:25:50 +0000 (16:25 +0000)]
update

16 years agoupdate
Jan Kupec [Wed, 20 Feb 2008 14:05:06 +0000 (14:05 +0000)]
update

16 years ago- applyLocks() before generating solver testcase
Jan Kupec [Wed, 20 Feb 2008 09:58:43 +0000 (09:58 +0000)]
- applyLocks() before generating solver testcase

16 years ago- zypper-misc:cond_init_target -> zypper-repos:init_target
Jan Kupec [Tue, 19 Feb 2008 16:55:01 +0000 (16:55 +0000)]
- zypper-misc:cond_init_target -> zypper-repos:init_target

16 years ago- fixed some strings (#362927)
Jan Kupec [Tue, 19 Feb 2008 16:33:00 +0000 (16:33 +0000)]
- fixed some strings (#362927)
- removed calls to applyLocks() except before solving

16 years ago- require correct libzypp
Jan Kupec [Tue, 19 Feb 2008 15:25:52 +0000 (15:25 +0000)]
- require correct libzypp

16 years ago- normal download progress rewritten with Out class
Jan Kupec [Tue, 19 Feb 2008 15:23:46 +0000 (15:23 +0000)]
- normal download progress rewritten with Out class

16 years ago- can't use <progress><tick/></progress> for progress becase multiple
Jan Kupec [Tue, 19 Feb 2008 12:56:20 +0000 (12:56 +0000)]
- can't use <progress><tick/></progress> for progress becase multiple
  progress meters can be in place simultaneously. Also we can have
  multiple operations running in parallel in the future
  (e.g. commit/download). Thus, using <progress/> all the time, no
  starting and ending tags.
- backup

16 years ago- typo
Jan Kupec [Tue, 19 Feb 2008 09:31:49 +0000 (09:31 +0000)]
- typo

16 years ago- extending xmlout support
Jan Kupec [Mon, 18 Feb 2008 10:25:20 +0000 (10:25 +0000)]
- extending xmlout support

16 years agoadd command
Duncan Mac-Vicar P [Sun, 17 Feb 2008 17:21:17 +0000 (17:21 +0000)]
add command

16 years agoadd bugzilla reference
Duncan Mac-Vicar P [Sun, 17 Feb 2008 11:11:24 +0000 (11:11 +0000)]
add bugzilla reference

16 years ago- add support for installing build dependencies from
Duncan Mac-Vicar P [Sun, 17 Feb 2008 11:05:51 +0000 (11:05 +0000)]
- add support for installing build dependencies from
  source package (w.i.p)
- 0.10.1

16 years agorefactor srcinstall in two pieces
Duncan Mac-Vicar P [Sun, 17 Feb 2008 11:05:42 +0000 (11:05 +0000)]
refactor srcinstall in two pieces

16 years ago- port srcinstall to use byIdent as Michael suggested. It segfaults but it
Duncan Mac-Vicar P [Sun, 17 Feb 2008 11:05:38 +0000 (11:05 +0000)]
- port srcinstall to use byIdent as Michael suggested. It segfaults but it
  seems it is due to a bug in libzypp ;-)

16 years agodont abuse the log
Duncan Mac-Vicar P [Sat, 16 Feb 2008 14:57:04 +0000 (14:57 +0000)]
dont abuse the log

16 years agoversion
Jan Kupec [Fri, 15 Feb 2008 16:04:27 +0000 (16:04 +0000)]
version

16 years agoversion&changes
Jan Kupec [Fri, 15 Feb 2008 15:59:16 +0000 (15:59 +0000)]
version&changes

16 years agochanged --terse to --xmlout
Thomas Goettlicher [Fri, 15 Feb 2008 15:45:21 +0000 (15:45 +0000)]
changed --terse to --xmlout

16 years ago- write all the xml to stdout
Jan Kupec [Fri, 15 Feb 2008 14:17:35 +0000 (14:17 +0000)]
- write all the xml to stdout

16 years ago- simulate --terse with --xmlout temporarily
Jan Kupec [Fri, 15 Feb 2008 14:11:50 +0000 (14:11 +0000)]
- simulate --terse with --xmlout temporarily

16 years ago- cout -> zypper.out()
Jan Kupec [Fri, 15 Feb 2008 13:47:32 +0000 (13:47 +0000)]
- cout -> zypper.out()

16 years ago- backup: --xmlout, the output may be broken on some places
Jan Kupec [Fri, 15 Feb 2008 13:24:57 +0000 (13:24 +0000)]
- backup: --xmlout, the output may be broken on some places
- zypper.cc ported

16 years agoimplemented 'zypper clean'
Stanislav Visnovsky [Fri, 15 Feb 2008 13:20:26 +0000 (13:20 +0000)]
implemented 'zypper clean'

16 years agojump_sat ported zypper to libzypp
Stephan Kulow [Fri, 15 Feb 2008 10:23:32 +0000 (10:23 +0000)]
jump_sat ported zypper to libzypp

16 years ago- byName -> byIdent
Jan Kupec [Thu, 14 Feb 2008 13:27:06 +0000 (13:27 +0000)]
- byName -> byIdent

16 years ago- ResObject::repository() -> repoInfo()
Jan Kupec [Wed, 13 Feb 2008 16:20:30 +0000 (16:20 +0000)]
- ResObject::repository() -> repoInfo()

16 years ago- one '!' less :O)
Jan Kupec [Wed, 13 Feb 2008 12:56:02 +0000 (12:56 +0000)]
- one '!' less :O)

16 years agomake it possible to force it in
Stephan Kulow [Wed, 13 Feb 2008 10:26:25 +0000 (10:26 +0000)]
make it possible to force it in

16 years ago- wrong shorthand for mr --refresh fixed
Jan Kupec [Tue, 12 Feb 2008 12:26:38 +0000 (12:26 +0000)]
- wrong shorthand for mr --refresh fixed

16 years ago- added the old ar and mr options for backward compatibility
Jan Kupec [Tue, 12 Feb 2008 12:25:59 +0000 (12:25 +0000)]
- added the old ar and mr options for backward compatibility

16 years agochanges
Jan Kupec [Tue, 12 Feb 2008 12:03:01 +0000 (12:03 +0000)]
changes

16 years ago- ar and mr command options made consistent (bnc #356132, bnc #356135)
Jan Kupec [Tue, 12 Feb 2008 11:58:18 +0000 (11:58 +0000)]
- ar and mr command options made consistent (bnc #356132, bnc #356135)

16 years ago- fix conflicting search -c, --case-sensitive is -C now (bnc #58021)
Jan Kupec [Tue, 12 Feb 2008 10:46:23 +0000 (10:46 +0000)]
- fix conflicting search -c, --case-sensitive is -C now (bnc #58021)

16 years ago- fix 'zypper --help' (bnc #358850)
Jan Kupec [Tue, 12 Feb 2008 09:59:55 +0000 (09:59 +0000)]
- fix 'zypper --help' (bnc #358850)

16 years agousability starts by using simple language :-)
Duncan Mac-Vicar P [Sun, 10 Feb 2008 22:34:24 +0000 (22:34 +0000)]
usability starts by using simple language :-)

16 years agousability starts with simple language
Duncan Mac-Vicar P [Sun, 10 Feb 2008 22:33:57 +0000 (22:33 +0000)]
usability starts with simple language

16 years ago- reimplement zypper search using Query, not complete but it returns something ;-)
Duncan Mac-Vicar P [Fri, 8 Feb 2008 18:12:41 +0000 (18:12 +0000)]
- reimplement zypper search using Query, not complete but it returns something ;-)

16 years agofix fix build
Duncan Mac-Vicar P [Thu, 7 Feb 2008 14:15:54 +0000 (14:15 +0000)]
fix fix build

16 years agono longer needed
Stephan Kulow [Thu, 7 Feb 2008 14:13:36 +0000 (14:13 +0000)]
no longer needed

16 years agocompile
Duncan Mac-Vicar P [Thu, 7 Feb 2008 13:56:21 +0000 (13:56 +0000)]
compile

16 years agobuild again, broke srcpackage install :-(
Duncan Mac-Vicar P [Wed, 6 Feb 2008 16:56:32 +0000 (16:56 +0000)]
build again, broke srcpackage install :-(

16 years agouse repoinfo
Duncan Mac-Vicar P [Wed, 6 Feb 2008 02:16:04 +0000 (02:16 +0000)]
use repoinfo

16 years agomerge trunk revision 8453
Duncan Mac-Vicar P [Wed, 6 Feb 2008 02:15:49 +0000 (02:15 +0000)]
merge trunk revision 8453

16 years agouse new load function
Duncan Mac-Vicar P [Tue, 5 Feb 2008 15:16:05 +0000 (15:16 +0000)]
use new load function

16 years agouse ZYppCommon stuff
Duncan Mac-Vicar P [Tue, 5 Feb 2008 15:16:02 +0000 (15:16 +0000)]
use ZYppCommon stuff

16 years ago- man page update
Jan Kupec [Mon, 4 Feb 2008 10:55:52 +0000 (10:55 +0000)]
- man page update

16 years agochanges
Jan Kupec [Mon, 4 Feb 2008 10:44:46 +0000 (10:44 +0000)]
changes

16 years ago- new exit code 104 ZYPPER_EXIT_INF_CAP_NOT_FOUND (#358326)
Jan Kupec [Mon, 4 Feb 2008 10:43:57 +0000 (10:43 +0000)]
- new exit code 104 ZYPPER_EXIT_INF_CAP_NOT_FOUND (#358326)

16 years ago- port zypper to libzypp sat
Duncan Mac-Vicar P [Sat, 2 Feb 2008 22:26:20 +0000 (22:26 +0000)]
- port zypper to libzypp sat

16 years ago- merge trunk rev 8446
Duncan Mac-Vicar P [Sat, 2 Feb 2008 22:26:10 +0000 (22:26 +0000)]
- merge trunk rev 8446

16 years agoversion & changes
Jan Kupec [Fri, 1 Feb 2008 17:28:11 +0000 (17:28 +0000)]
version & changes

16 years ago- man page update
Jan Kupec [Fri, 1 Feb 2008 17:25:14 +0000 (17:25 +0000)]
- man page update

16 years ago- --no-refresh added (#356741)
Jan Kupec [Fri, 1 Feb 2008 17:12:12 +0000 (17:12 +0000)]
- --no-refresh added (#356741)

16 years ago- catch RepoAlreadyExistsException when renaming to an existing repo
Jan Kupec [Fri, 1 Feb 2008 17:06:38 +0000 (17:06 +0000)]
- catch RepoAlreadyExistsException when renaming to an existing repo
  (bnc #228216)

16 years ago- fixed shell -h in zypper shell
Jan Kupec [Thu, 31 Jan 2008 12:41:40 +0000 (12:41 +0000)]
- fixed shell -h in zypper shell

16 years agochanges
Jan Kupec [Thu, 31 Jan 2008 12:19:04 +0000 (12:19 +0000)]
changes

16 years ago- fixed zypper help shell (bnc #357262)
Jan Kupec [Thu, 31 Jan 2008 12:17:51 +0000 (12:17 +0000)]
- fixed zypper help shell (bnc #357262)

16 years ago- fixed zypper install three-char-string (zypper thought is was an RPM)
Jan Kupec [Thu, 24 Jan 2008 13:04:14 +0000 (13:04 +0000)]
- fixed zypper install three-char-string (zypper thought is was an RPM)
- improved RPM install a bit

16 years agochanges
Jan Kupec [Thu, 17 Jan 2008 13:24:51 +0000 (13:24 +0000)]
changes

16 years ago- use -D for --dry-run (-d will be --download-only)
Jan Kupec [Thu, 17 Jan 2008 13:22:40 +0000 (13:22 +0000)]
- use -D for --dry-run (-d will be --download-only)
- update man page

16 years ago- --dry-run for in, rm, up, and dup (#350736)
Jan Kupec [Wed, 16 Jan 2008 16:58:02 +0000 (16:58 +0000)]
- --dry-run for in, rm, up, and dup (#350736)

16 years ago- help texts updated a bit
Jan Kupec [Tue, 15 Jan 2008 16:42:28 +0000 (16:42 +0000)]
- help texts updated a bit

16 years ago- skip repos with no alias or url when adding repos from file
Jan Kupec [Tue, 15 Jan 2008 16:23:22 +0000 (16:23 +0000)]
- skip repos with no alias or url when adding repos from file

16 years ago- minor corrections
Jan Kupec [Tue, 15 Jan 2008 09:59:30 +0000 (09:59 +0000)]
- minor corrections

16 years ago- --version fixed
Jan Kupec [Tue, 15 Jan 2008 09:09:24 +0000 (09:09 +0000)]
- --version fixed

16 years agoversion&changes
Jan Kupec [Mon, 14 Jan 2008 15:22:08 +0000 (15:22 +0000)]
version&changes

16 years ago- man page/help text udpate
Jan Kupec [Mon, 14 Jan 2008 15:14:05 +0000 (15:14 +0000)]
- man page/help text udpate

16 years ago- use root_dir before rpm file cache dir
Jan Kupec [Mon, 14 Jan 2008 13:21:55 +0000 (13:21 +0000)]
- use root_dir before rpm file cache dir
- user /var/cache/zypper/RPMS as download dir for plain rpms

16 years ago- ability to install RPM files added (FATE #302151)
Jan Kupec [Fri, 11 Jan 2008 13:52:36 +0000 (13:52 +0000)]
- ability to install RPM files added (FATE #302151)
- todo: polish the behavior a bit more

16 years agochanges
Jan Kupec [Wed, 9 Jan 2008 17:28:00 +0000 (17:28 +0000)]
changes

16 years ago- support # and URI as well as alias in --repo
Jan Kupec [Wed, 9 Jan 2008 16:35:31 +0000 (16:35 +0000)]
- support # and URI as well as alias in --repo
- multiple --repo possible now in all commands supporting the option

16 years ago- --repo for refresh (less surprises for users)
Jan Kupec [Wed, 9 Jan 2008 16:16:07 +0000 (16:16 +0000)]
- --repo for refresh (less surprises for users)

16 years agoFixed inappropriate use of "zypp::KindOf<zypp::Resolvable>" instead of
Michael Andres [Tue, 8 Jan 2008 12:52:16 +0000 (12:52 +0000)]
Fixed inappropriate use of "zypp::KindOf<zypp::Resolvable>" instead of
"zypp::Resolvable::Kind".

16 years ago- show the repo name instead of alias upon removal
Jan Kupec [Mon, 7 Jan 2008 11:03:25 +0000 (11:03 +0000)]
- show the repo name instead of alias upon removal

16 years agochanges
Jan Kupec [Fri, 4 Jan 2008 12:29:31 +0000 (12:29 +0000)]
changes

16 years ago- docs update
Jan Kupec [Fri, 4 Jan 2008 12:29:01 +0000 (12:29 +0000)]
- docs update

16 years ago- reenabled --disable-repositories and --disable-system-resolvables
Jan Kupec [Fri, 4 Jan 2008 11:02:51 +0000 (11:02 +0000)]
- reenabled --disable-repositories and --disable-system-resolvables
  (#224886)

16 years ago- make_url now tries to create a dir:/path url from and argument which
Jan Kupec [Thu, 3 Jan 2008 16:07:24 +0000 (16:07 +0000)]
- make_url now tries to create a dir:/path url from and argument which
  does not look like an url and is a valid and accessible path

16 years ago- --plus-repo added as a global option for adding additional temporary
Jan Kupec [Thu, 3 Jan 2008 16:06:07 +0000 (16:06 +0000)]
- --plus-repo added as a global option for adding additional temporary
  repository for current transaction (#224886)

16 years ago- removed the unnecessary commas
Jan Kupec [Thu, 3 Jan 2008 12:28:14 +0000 (12:28 +0000)]
- removed the unnecessary commas

16 years agosolver migration branch
Michael Andres [Tue, 18 Dec 2007 12:47:02 +0000 (12:47 +0000)]
solver migration branch

16 years agoversion
Jan Kupec [Wed, 12 Dec 2007 12:42:37 +0000 (12:42 +0000)]
version

16 years ago- s/already installed/the newest version already installed/
Jan Kupec [Tue, 11 Dec 2007 17:15:45 +0000 (17:15 +0000)]
- s/already installed/the newest version already installed/

16 years agochanges
Jan Kupec [Tue, 11 Dec 2007 16:50:13 +0000 (16:50 +0000)]
changes

16 years ago- man page and TODO update
Jan Kupec [Tue, 11 Dec 2007 16:45:36 +0000 (16:45 +0000)]
- man page and TODO update

16 years ago- vendor string added to the info output
Jan Kupec [Tue, 11 Dec 2007 16:33:15 +0000 (16:33 +0000)]
- vendor string added to the info output

16 years ago- product-info command added for rug compatibility
Jan Kupec [Tue, 11 Dec 2007 16:30:59 +0000 (16:30 +0000)]
- product-info command added for rug compatibility

16 years ago- info -t product support added
Jan Kupec [Tue, 11 Dec 2007 16:12:26 +0000 (16:12 +0000)]
- info -t product support added

16 years ago- pattern-info command added (rug compatibility)
Jan Kupec [Tue, 11 Dec 2007 16:03:59 +0000 (16:03 +0000)]
- pattern-info command added (rug compatibility)

16 years ago- info for -t pattern added
Jan Kupec [Tue, 11 Dec 2007 15:23:05 +0000 (15:23 +0000)]
- info for -t pattern added

16 years ago- syntax and dist-upgrade command added to the help
Jan Kupec [Mon, 10 Dec 2007 10:53:49 +0000 (10:53 +0000)]
- syntax and dist-upgrade command added to the help

16 years agochanges
Jan Kupec [Sun, 9 Dec 2007 17:23:38 +0000 (17:23 +0000)]
changes

16 years ago(no commit message)
Jan Kupec [Sun, 9 Dec 2007 17:21:02 +0000 (17:21 +0000)]

16 years ago- support for --type added to the info command
Jan Kupec [Sun, 9 Dec 2007 17:20:42 +0000 (17:20 +0000)]
- support for --type added to the info command

16 years ago- removed the exit machinery, EditRequestException retained
Jan Kupec [Sun, 9 Dec 2007 15:57:30 +0000 (15:57 +0000)]
- removed the exit machinery, EditRequestException retained
- quit command help added