From 0d72316392965f10a44727c4b50b0a12f27a8e41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Kadl=C4=8D=C3=ADk?= Date: Tue, 11 Apr 2017 13:57:26 +0200 Subject: [PATCH] Remove outdated TODO --- roles/copr/mbs/tasks/main.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/roles/copr/mbs/tasks/main.yml b/roles/copr/mbs/tasks/main.yml index a658ec24a2..4ac0f8271a 100644 --- a/roles/copr/mbs/tasks/main.yml +++ b/roles/copr/mbs/tasks/main.yml @@ -1,11 +1,3 @@ -# @TODO -# -# - I am currently storing my personal token in /etc/module-build-service/copr.conf -# and also my personal login in /etc/module-build-service/config.py -# -# - I am currently running mbs-frontend manually -# - Because of issue with in httpd config. See coprs.conf - --- # Cant use the ansible dnf module here. It doesnt work without these pacakges. @@ -166,8 +158,3 @@ - name: Copy httpd/mbs.conf to vhosts directory copy: src=httpd/mbs.conf dest=/etc/httpd/conf/vhosts/mbs/mbs.conf notify: reload httpd - - -# In this point personal information needs to be manually set, as described in @TODO at the beggining of the file -# The frontend process needs to be restarted. Then it is possible to submit new module build. -# Run: python submit_build_copr.py 127.0.0.1