You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
915 B
27 lines
915 B
5 years ago
|
From 8cde54518832a94b6891beedece1b1a7b1d71444 Mon Sep 17 00:00:00 2001
|
||
|
From: Jakub Filak <jfilak@redhat.com>
|
||
|
Date: Wed, 12 Feb 2014 11:22:33 +0100
|
||
|
Subject: [LIBREPORT PATCH 26/26] offer reporting to Bugzilla only for pre-GA
|
||
|
Anaconda exceptions
|
||
|
|
||
|
Closes rhbz#1064261
|
||
|
|
||
|
Signed-off-by: Jakub Filak <jfilak@redhat.com>
|
||
|
---
|
||
|
src/workflows/anaconda_event.conf | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/src/workflows/anaconda_event.conf b/src/workflows/anaconda_event.conf
|
||
|
index f9ade8e..e894a53 100644
|
||
|
--- a/src/workflows/anaconda_event.conf
|
||
|
+++ b/src/workflows/anaconda_event.conf
|
||
|
@@ -1,4 +1,4 @@
|
||
|
EVENT=workflow_AnacondaFedora component=anaconda
|
||
|
EVENT=workflow_AnacondaRHEL component=anaconda
|
||
|
-EVENT=workflow_AnacondaRHELBugzilla component=anaconda
|
||
|
+EVENT=workflow_AnacondaRHELBugzilla component=anaconda release_type=pre-release
|
||
|
EVENT=workflow_AnacondaUpload component=anaconda
|
||
|
--
|
||
|
1.8.3.1
|
||
|
|