ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Igor Vlasenko <vlasenko@imath.kiev.ua>
To: devel@lists.altlinux.org
Subject: [devel] I: смена acl по итогам переклички
Date: Wed, 15 Feb 2017 21:46:58 +0200
Message-ID: <20170215194657.GA21692@dad.imath.kiev.ua> (raw)

Уважаемые коллеги,

по итогам переклички предлагаю через 3 дня выполнить
следующий скрипт для смены acl:
http://repocop.altlinux.org/pub/acl-change/change_acl.txt

код его генератора и использованные базы можно посмотреть в
http://repocop.altlinux.org/pub/acl-change/MIA.tar.xz

Вот псевдокод логики скрипта:
($LEADER5 - бд пакетов. где есть по факту новый лидер - более пол года,
сделал 5 заливок подряд на этот пакет,
$missing_in_action - список выбывших
$flag_buildfail - пакет не собирается
$watch - пакет надо обновить
$everybody - в acl есть @everybody

foreach my $pkgname {
    next unless $missing_in_action{$leader};
    if ($missing_in_action_flag{$leader}==0) {
	print "# $pkgname: $leader is gone.\n";
	select_new_leader($pkgname);
    } elsif ($flag_buildfail{$pkgname} or $watch{$pkgname}) {
	print "# $pkgname: $leader is missing.\n";
	print "# $pkgname: package does not rebuild lately (see beehive-logs).\n" if $flag_buildfail{$pkgname};
	print "# $pkgname: package needs update (see watch.altlinux.org)\n" if $watch{$pkgname};
	select_new_leader($pkgname);
    } elsif ($LEADER5{$pkgname}) {
	print "# $pkgname: $leader is not active while package is managed by $LEADER5{$pkgname}->[1].\n";
	acl_set_leader($pkgname, $LEADER5{$pkgname}->[1]);
    } elsif (!$everybody{$pkgname}) {
	# KEEP
	print "# $pkgname: $leader is not active, package needs \@everybody.\n";
	acl_add($pkgname, '@everybody');
    } else {
	# KEEP
    }
}



-- 

I V


             reply	other threads:[~2017-02-15 19:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-15 19:46 Igor Vlasenko [this message]
2017-02-17 18:39 ` Igor Vlasenko
2017-02-17 22:23   ` Dmitry V. Levin
2017-02-18 18:21     ` Igor Vlasenko
2017-02-22 17:07       ` 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=20170215194657.GA21692@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