From ddc2a3033170248ab59110ccad11ff178dd3861c Mon Sep 17 00:00:00 2001 From: Steve Milner Date: Dec 01 2017 14:10:11 +0000 Subject: [PATCH 1/2] sync2jira.py: Change pagure atomic label to sst_atomic_host Signed-off-by: Steve Milner --- diff --git a/ansible/files/sync2jira.py b/ansible/files/sync2jira.py index 98be59d..2575bf1 100644 --- a/ansible/files/sync2jira.py +++ b/ansible/files/sync2jira.py @@ -85,7 +85,7 @@ config = { 'fedora-ci/AtomicCi': { 'project': 'RHELPLAN', 'component': None, 'labels': 'sst_phoebe_testing_process_rhel8'}, # Atomic Host repos - 'atomic-wg': {'project': 'RHELPLAN', 'component': None, 'labels': ['atomic', 'upstream'],}, + 'atomic-wg': {'project': 'RHELPLAN', 'component': None, 'labels': ['sst_atomic_host', 'upstream'],}, }, 'github': { 'nirzari/review-rot': {'project': 'DEVOPSA', 'component': None, }, From b068fcc6443dbdd5a94e2be61984f65d1e2a6027 Mon Sep 17 00:00:00 2001 From: Steve Milner Date: Dec 01 2017 14:10:22 +0000 Subject: [PATCH 2/2] sync2jira.py: Change github atomic label to sst_atomic_host Signed-off-by: Steve Milner --- diff --git a/ansible/files/sync2jira.py b/ansible/files/sync2jira.py index 2575bf1..288cd3f 100644 --- a/ansible/files/sync2jira.py +++ b/ansible/files/sync2jira.py @@ -130,10 +130,10 @@ config = { 'release-engineering/koji-dojo': {'project': 'NOS', 'component': 'Koji-dojo'}, # Atomic Host repos - 'projectatomic/rpm-ostree': {'project': 'RHELPLAN', 'component': None, 'labels': ['atomic', 'upstream'],}, - 'projectatomic/atomic-host-tests': {'project': 'RHELPLAN', 'component': None, 'labels': ['atomic', 'upstream'],}, - 'projectatomic/papr': {'project': 'RHELPLAN', 'component': None, 'labels': ['atomic', 'upstream'],}, - 'ostreedev/ostree': {'project': 'RHELPLAN', 'component': None, 'labels': ['atomic', 'upstream'],}, + 'projectatomic/rpm-ostree': {'project': 'RHELPLAN', 'component': None, 'labels': ['sst_atomic_host', 'upstream'],}, + 'projectatomic/atomic-host-tests': {'project': 'RHELPLAN', 'component': None, 'labels': ['sst_atomic_host', 'upstream'],}, + 'projectatomic/papr': {'project': 'RHELPLAN', 'component': None, 'labels': ['sst_atomic_host', 'upstream'],}, + 'ostreedev/ostree': {'project': 'RHELPLAN', 'component': None, 'labels': ['sst_atomic_host', 'upstream'],}, }, }, },