ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Michael Shigorin <mike@osdn.org.ua>
To: devel@lists.altlinux.org
Subject: [devel] qa-robot::bugs (was: [cyber] I: Sisyphus-20080215 bugs: +6 -2 (2181))
Date: Mon, 18 Feb 2008 00:24:21 +0200
Message-ID: <20080217222421.GD19858@osdn.org.ua> (raw)
In-Reply-To: <20080215014409.GA32567@granary.armor.altlinux.org>

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

On Fri, Feb 15, 2008 at 04:44:10AM +0300, QA Team Robot wrote:

...и с тех пор замолчал.

Кажется, bugs(1) нуждается в патчике вида

--- altbug.orig 2005-06-22 18:11:10 +0300
+++ altbug      2008-02-18 00:22:22 +0200
@@ -26,7 +26,7 @@
 
 my $bz = WWW::Bugzilla->new(
        server          => 'bugzilla.altlinux.org',
-       product         => 'ALT Linux Sisyphus',
+       product         => 'Sisyphus',
        use_ssl         => 1,
        email           => $email,
        password        => $password)

багу вешать?

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

[-- Attachment #2: altbug --]
[-- Type: text/plain, Size: 870 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		=> '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";

       reply	other threads:[~2008-02-17 22:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-17 22:24 ` Michael Shigorin [this message]
2008-02-17 22:27   ` [devel] qa-robot::bugs Mikhail Gusarov
2008-02-17 22:38     ` Dmitry V. Levin
2008-02-18  7:03     ` Andrey Rahmatullin
2008-02-18  7:11       ` Mikhail Gusarov
2008-02-17 22:40   ` Dmitry V. Levin
2008-02-17 22:43     ` Mikhail Gusarov

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=20080217222421.GD19858@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