commit:     7018feb6e0873c6f360f7418461328637a880a44
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 05:51:06 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 05:51:38 2019 +0000
URL:        https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=7018feb6

gpyutils: Stop producing cands.txt, replaced by CI

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 Makefile.gpyutils | 2 +-
 htdocs/index.html | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile.gpyutils b/Makefile.gpyutils
index 6b0b22c..15a4a12 100644
--- a/Makefile.gpyutils
+++ b/Makefile.gpyutils
@@ -15,7 +15,7 @@ upgr_dot = $(patsubst %.txt,%.dot,$(upgr_txt))
 upgr_svg = $(patsubst %.dot,%.svg,$(upgr_dot))
 upgr_all = $(upgr_txt) $(upgr_dot) $(upgr_svg)
 
-all = $(upgr_all) $(outdir)/cands.txt
+all = $(upgr_all)
 
 all: $(all)
 

diff --git a/htdocs/index.html b/htdocs/index.html
index 85e6c8a..bbb4e86 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -99,7 +99,6 @@
                 <a href="/output/gpyutils/36-to-37-stablereq.txt" 
class="list-group-item">Py3.6 → 3.7 stabilizations</a>
                 <!--<a href="/output/gpyutils/37-to-38.txt" 
class="list-group-item">Py3.7 → 3.8 testing</a>-->
                 <!--<a href="/output/gpyutils/pypy3-to-35.txt" 
class="list-group-item">PyPy3 → 3.5 testing</a>-->
-                <a href="/output/gpyutils/cands.txt" 
class="list-group-item">Packages missing python*-r1 eclass</a>
               </div>
             </div>
             <div class="col-lg-4">

Reply via email to