ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Igor Vlasenko <vlasenko@imath.kiev.ua>
To: devel@lists.altlinux.org
Subject: [devel] hasher is lacking black box properties
Date: Wed, 2 Mar 2011 17:28:57 +0200
Message-ID: <20110302152857.GA15878@dad.imath.kiev.ua> (raw)

Господа, 
давно уже столкнулся с проблемой скриптования работы с hasher,
из за которой многие мои скрипты приватные, так как не будут 
работать в общем случае (в произвольном окружении).

наш hasher не является черным ящиком: вход у него есть,
и скрипт может подать туда что-нибудь,
а вот описания выхода ему не хватает --

chroot, user_a, user_b, repo_bin, repo_src
и многое другое, описывающее то, что на выходе,
зависит и от настроек hasher+hasher_priv(~/.hasher и др.)
и от дополнительных опций, проходящих через скрипт 
от пользователя к hasher'у.

И узнать эти значения сейчас скрипт не может 
без тайного знания внутренностей hasher. Т.е. сейчас 
наш hasher, к сожалению, не черный ящик.

Это поправить легко, надо только добавить к нему интерфейс
описания того, что на выходе.

Мое предложение -- опция --reportdir=/path/to/reportdir 
к hsh, и, возможно, другим утилитам.

отчеты будут локальными: каждый полезный кусок кода
может проверить, нужен ли отчет
if [ -n "$hasher_reportdir" ]; then
...
fi
и отчитаться в папке reportdir в свой отдельный файл.
т.е. формат отчета -- папка с файлами, каждый файл
либо список (srpms written, rpms written, например)
либо список значений переменных (пар ключ-значение).

Т.е. предлагаю обсудить, как будет выглядеть такой интерфейс,
если Дмитрий согласится, то написать и я могу. Главное, чтобы 
он появился в hasher.

-- 

Dr. Igor Vlasenko
--------------------
Topology Department
Institute of Math
Kiev, Ukraine



             reply	other threads:[~2011-03-02 15:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-02 15:28 Igor Vlasenko [this message]
2011-03-02 23:54 ` Dmitry V. Levin
2011-03-03 20:03   ` Igor Vlasenko

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=20110302152857.GA15878@dad.imath.kiev.ua \
    --to=vlasenko@imath.kiev.ua \
    --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