ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Michael Shigorin <mike@osdn.org.ua>
To: ALT Devel discussion list <devel@lists.altlinux.org>
Subject: [devel] багзила -- это дела половина?
Date: Fri, 2 Feb 2007 00:31:09 +0200
Message-ID: <20070201223109.GW31526@osdn.org.ua> (raw)
In-Reply-To: <8764aln20a.fsf@vertex.dottedmag.net>

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

On Fri, Feb 02, 2007 at 12:53:09AM +0600, Mikhail Gusarov wrote:
> Я бы всё-таки предложил использовать issue tracker для того,
> чтобы отмечать задачи вида "этот пакет нуждается в обновлении":
> репозиторий для этого подходит плохо, да и кому охота сидеть на
> сломанном Сизифе?  Думаю, я смогу нарисовать робота, вешающего
> RC-баги на пакеты, зависящие от библиотеки, перемещаемой в
> oldlibs, или следить за этим ручками.

У нас умельцев со скриптами вешать баги заметно больше,
чем умельцев писать скрипты для их починки.

С bugzilla abuse есть такой отрицательный момент -- смотришь 
в двести тыщь мильёнов багов, что на тебе висят, и руки
опускаются что-то делать.  Через полгода, зажмурившись,
добираешься -- а там половина по пять минут на баг чинится.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/

[-- Attachment #2: altbug --]
[-- Type: text/plain, Size: 880 bytes --]

#!/usr/bin/perl

use strict;
use WWW::Bugzilla;

# ~/.altbug.pl:
#	$email='my_name@altlinux.org';
#	$password='my_password';
our ($email, $password);
do <~/.altbug.pl>; chmod 0600, <~/.altbug.pl*>;

die "no email?" unless $email =~ /@/;
die "no password?" unless $password =~ /\S/;

use Getopt::Long qw(GetOptions);
GetOptions
	'pkg|package=s' => \my $pkg,
	'subj|subject|summary=s' => \my $subj
		or exit(1);

my $descr = join "" => <>;

die "no package?" unless $pkg =~ /\S/;
die "no summary?" unless $subj =~ /\S/;
die "no description?" unless $descr =~ /\S/;

my $bz = WWW::Bugzilla->new(
	server		=> 'bugzilla.altlinux.org',
	product		=> 'ALT Linux Sisyphus',
	use_ssl		=> 1,
	email		=> $email,
	password	=> $password)
		or die "Connection failed";

$bz->component($pkg);
$bz->summary($subj);
$bz->description($descr);

my $id = $bz->commit;
print "committed #$id: $subj\n";

  parent reply	other threads:[~2007-02-01 22:31 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-01 16:36 [devel] I: sendmail-8.14.0-alt1 rejected Dmitry V. Levin
2007-02-01 16:47 ` Alexey Tourbin
2007-02-01 16:49   ` Dmitry V. Levin
2007-02-01 17:06     ` Alexey Tourbin
2007-02-01 17:26       ` Dmitry V. Levin
2007-02-01 17:55         ` Alexey Tourbin
2007-02-01 18:21           ` Mikhail Gusarov
2007-02-01 18:35             ` Alexey Tourbin
2007-02-01 18:53               ` Mikhail Gusarov
2007-02-01 21:39                 ` Alexey Tourbin
2007-02-01 22:31                 ` Michael Shigorin [this message]
2007-02-02  2:53                   ` [devel] багзила -- это дела половина? Mikhail Gusarov
2007-02-02  9:53                     ` [devel] main и contrib (QA vs effort) Michael Shigorin
2007-02-01 20:37               ` [devel] I: sendmail-8.14.0-alt1 rejected Pavlov Konstantin
2007-02-01 21:39                 ` Alexey Tourbin
2007-02-01 22:29                   ` Pavlov Konstantin
2007-02-02  9:56                   ` Michael Shigorin
2007-02-02 10:58                   ` [devel] I: sendmail-8.14.0-alt1 rejected [JT] Igor Zubkov
2007-02-01 20:51               ` [devel] I: sendmail-8.14.0-alt1 rejected Денис Смирнов
2007-02-01 20:54                 ` Eugene Ostapets
2007-02-01 20:55                   ` Pavlov Konstantin
2007-02-01 21:28                     ` Хихин Руслан
2007-02-01 21:30                       ` Pavlov Konstantin
2007-02-01 21:48                     ` Eugene Ostapets
2007-02-01 22:03                       ` Денис Смирнов
2007-02-02  9:46                         ` Led
2007-02-02 15:05                           ` Денис Смирнов
2007-02-02 15:15                             ` Led
2007-02-02 15:17                               ` Pavlov Konstantin
2007-02-02 15:26                                 ` Led
2007-02-02 15:43                                   ` Konstantin Pavlov
2007-02-02 15:53                                     ` Led
2007-02-02 15:57                                       ` Konstantin Pavlov
2007-02-02 16:06                                         ` Led
2007-02-02 23:15                               ` Денис Смирнов
2007-02-02 23:25                                 ` Dmitry V. Levin
2007-02-03  0:21                                   ` Денис Смирнов
2007-02-05 10:13                                 ` Led
2007-02-05 18:42                                   ` Денис Смирнов
2007-02-01 22:05                       ` Alexey I. Froloff
2007-02-01 22:01                   ` Денис Смирнов
2007-02-02  8:01                 ` Sergey Y. Afonin
2007-02-01 21:05               ` Dmitry V. Levin
2007-02-01 21:59                 ` Alexey Tourbin
2007-02-01 22:50                   ` Dmitry V. Levin
2007-02-01 22:03                 ` Alexey I. Froloff
2007-02-01 22:47                   ` Dmitry V. Levin
2007-02-01 23:00                     ` Alexey I. Froloff
2007-02-01 23:07                       ` Pavlov Konstantin
2007-02-02 17:20                         ` Alexey I. Froloff
2007-02-02 21:01                           ` Pavlov Konstantin
2007-02-04 19:02               ` Anton Farygin
2007-02-04 22:06                 ` Michael Shigorin
2007-02-01 22:13   ` [devel] [JT] фри эз ин фриз Michael Shigorin
2007-02-02  7:58 ` [devel] I: sendmail-8.14.0-alt1 rejected Sergey Y. Afonin
2007-02-02  9:18   ` Sergey Y. Afonin
2007-02-02 23:27   ` Dmitry V. Levin
2007-02-03  6:57     ` Sergey Y. Afonin
2007-02-08 10:57     ` Sergey Y. Afonin
2007-02-08 13:50       ` Dmitry V. Levin

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=20070201223109.GW31526@osdn.org.ua \
    --to=mike@osdn.org.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