From: Oleg Solovyov <mcpain@altlinux.org> To: devel@lists.altlinux.org Subject: Re: [devel] [PATCH for apt] Implemented generic callback system for package manager transactions Date: Tue, 10 Dec 2019 10:27:54 +0300 Message-ID: <2881077.pm4W107xvM@work-pc.localdomain> (raw) In-Reply-To: <20191210003042.GF15867@altlinux.org> [-- Attachment #1: Type: text/plain, Size: 1407 bytes --] On вторник, 10 декабря 2019 г. 03:30:42 MSK Dmitry V. Levin wrote: > On Fri, Dec 06, 2019 at 04:12:01PM +0300, Oleg Solovyov wrote: > > --- > > > > apt/apt-pkg/packagemanager.cc | 4 +- > > apt/apt-pkg/packagemanager.h | 30 +++++++- > > apt/apt-pkg/rpm/rpmpm.cc | 137 ++++++++++++++++++++++++++++++++-- > > apt/apt-pkg/rpm/rpmpm.h | 16 ++-- > > 4 files changed, 170 insertions(+), 17 deletions(-) > > I agree the code should speak for itself, but it would be great > if you could shed some light on what's going on. We're introducing custom callback for higher layers (like packagekit), letting them pass their own callbacks to APT instead of using rpmShowProgress when it's necessary. It's useful in particular case of offline updating when packagekit can send messages to plymouth letting user know about transaction progress but because APT does not send anything since it's using rpmShowProgress, packagekit reports nothing because it's just nothing to report. > > [...] > > This looks ugly. Could we use the same values for corresponding > APTCALLBACK_* and RPMCALLBACK_* constants instead? They're passed to packagekit. I don't think it's a good idea to let packagekit know something about RPM internals. Better introduce something similar in APT than include RPM headers in packagekit (which is two layers above RPM) I think. [-- Attachment #2: This is a digitally signed message part. --] [-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2019-12-10 7:27 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-12-06 13:12 Oleg Solovyov 2019-12-10 0:30 ` Dmitry V. Levin 2019-12-10 7:27 ` Oleg Solovyov [this message] 2019-12-10 22:39 ` Dmitry V. Levin 2019-12-10 7:37 ` Aleksei Nikiforov 2019-12-10 14:38 ` [devel] [PATCH for apt v2] " Oleg Solovyov 2019-12-11 9:15 ` [devel] [PATCH for apt v3] " Oleg Solovyov
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=2881077.pm4W107xvM@work-pc.localdomain \ --to=mcpain@altlinux.org \ --cc=devel@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Team development discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \ devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru public-inbox-index devel Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.devel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git