ALT Linux Team development discussions
 help / color / mirror / Atom feed
* Re: [devel] [SCM] packages/rpm: heads/altlinux-4.1
  @ 2008-09-08 16:48 ` Dmitry V. Levin
  2008-09-19  6:49   ` [devel] " Alexey Tourbin
  0 siblings, 1 reply; 2+ messages in thread
From: Dmitry V. Levin @ 2008-09-08 16:48 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 1388 bytes --]

On Mon, Sep 08, 2008 at 01:20:19PM +0400, Alexey M. Tourbin wrote:
> Update of /people/at/packages/rpm.git
> 
> Changes statistics since common ancestor `4.0.4-alt95.M41.2' follows:
>  configure.in                      |    1 +
>  lib/psm.c                         |   63 +++++++++++++++++++++++++++++++++++--
>  lib/psm.h                         |    5 +++
>  lib/transaction.c                 |   10 ++++++
>  rpm-4_0.spec                      |    4 ++
>  scripts/Makefile.am               |    2 +
>  scripts/posttrans-filetriggers.in |   32 +++++++++++++++++++
>  7 files changed, 114 insertions(+), 3 deletions(-)
> 
> Changelog since common ancestor `4.0.4-alt95.M41.2' follows:
> commit 462bd2a2b95b6946ccd347b8d1848943d5ae3c99
> Author: Alexey Tourbin <at@altlinux>
> Date:   Mon Sep 8 10:57:19 2008 +0400
> 
>     implemented posttrans filetriggers, vaguely based on Mandriva patch

Давайте сперва в Сизиф.

> +    const char *file = rpmGetPath(ts->rpmdb->db_home, "/files-awaiting-filetriggers");
> +    const char *script = RPMCONFIGDIR "/posttrans-filetriggers";
> +    const char *argv[] = { script, file, NULL };
> +    rpmMessage(RPMMESS_VERBOSE, _("Running %s\n"), script);
> +    int rc = runScript(psm, NULL, script, 2, argv, NULL, 0, 0);

Может быть, будет лучше сделать временный файл (с уникальным для транзакции
именем)?


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [devel] packages/rpm: heads/altlinux-4.1
  2008-09-08 16:48 ` [devel] [SCM] packages/rpm: heads/altlinux-4.1 Dmitry V. Levin
@ 2008-09-19  6:49   ` Alexey Tourbin
  0 siblings, 0 replies; 2+ messages in thread
From: Alexey Tourbin @ 2008-09-19  6:49 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 879 bytes --]

On Mon, Sep 08, 2008 at 08:48:23PM +0400, Dmitry V. Levin wrote:
> > +    const char *file = rpmGetPath(ts->rpmdb->db_home, "/files-awaiting-filetriggers");
> > +    const char *script = RPMCONFIGDIR "/posttrans-filetriggers";
> > +    const char *argv[] = { script, file, NULL };
> > +    rpmMessage(RPMMESS_VERBOSE, _("Running %s\n"), script);
> > +    int rc = runScript(psm, NULL, script, 2, argv, NULL, 0, 0);
> 
> Может быть, будет лучше сделать временный файл (с уникальным для транзакции
> именем)?

Как раз имеет некоторый смысл делать файл с фиксированным именем.
Этот файл всегда открывается на запись в режиме добавления, а удаляется
только при успешном завершении /usr/lib/rpm/posttrans-filetriggers.
То есть при наличии обломов запуск триггеров откладывается, их можно
будет перезапустить вручную или автоматически при следущей успешной
транзакции.

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-09-19  6:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-08 16:48 ` [devel] [SCM] packages/rpm: heads/altlinux-4.1 Dmitry V. Levin
2008-09-19  6:49   ` [devel] " Alexey Tourbin

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