From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoo-bugzilla:bugstest commit in: /
Date: Fri, 13 Sep 2019 07:43:36 +0000 (UTC) [thread overview]
Message-ID: <1568360555.cf314d16a4f86bc6cdf3b8652766fe93b6f858e4.mgorny@gentoo> (raw)
commit: cf314d16a4f86bc6cdf3b8652766fe93b6f858e4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 13 07:42:35 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 13 07:42:35 2019 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-bugzilla.git/commit/?id=cf314d16
Do not add cloned bug to 'depends on'
Bug: https://bugs.gentoo.org/521230
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
enter_bug.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/enter_bug.cgi b/enter_bug.cgi
index e03a88528..0a74af830 100755
--- a/enter_bug.cgi
+++ b/enter_bug.cgi
@@ -208,7 +208,7 @@ if ($cloned_bug_id) {
$vars->{'short_desc'} = $cloned_bug->short_desc;
$vars->{'bug_file_loc'} = $cloned_bug->bug_file_loc;
$vars->{'keywords'} = $cloned_bug->keywords;
- $vars->{'dependson'} = join (", ", $cloned_bug_id, @{$cloned_bug->dependson});
+ $vars->{'dependson'} = join (", ", @{$cloned_bug->dependson});
$vars->{'blocked'} = join (", ", @{$cloned_bug->blocked});
$vars->{'deadline'} = $cloned_bug->deadline;
$vars->{'estimated_time'} = $cloned_bug->estimated_time;
next reply other threads:[~2019-09-13 7:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-13 7:43 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-01-29 14:47 [gentoo-commits] proj/gentoo-bugzilla:bugstest commit in: / Robin H. Johnson
2019-10-15 19:27 Michał Górny
2019-07-23 5:58 Robin H. Johnson
2018-12-01 12:08 Michał Górny
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=1568360555.cf314d16a4f86bc6cdf3b8652766fe93b6f858e4.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox