diff options
author | tnn <tnn> | 2015-03-07 15:33:21 +0000 |
---|---|---|
committer | tnn <tnn> | 2015-03-07 15:33:21 +0000 |
commit | 3dabb72bea039c53be64a622704d22555d100730 (patch) | |
tree | f75cb6fc19e879716eaba2c579db40dc84d4b985 /pkgtools/pkglint | |
parent | 3aa15a85fe8c9c16d7d849fba360d81f1efd41e4 (diff) | |
download | pkgsrc-3dabb72bea039c53be64a622704d22555d100730.tar.gz |
add TODO item for warning about MASTER_SITES containing github.com.
Diffstat (limited to 'pkgtools/pkglint')
-rw-r--r-- | pkgtools/pkglint/TODO | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO index cc640b971db..242ef175e2d 100644 --- a/pkgtools/pkglint/TODO +++ b/pkgtools/pkglint/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.79 2014/10/08 19:19:43 rillig Exp $ +$NetBSD: TODO,v 1.80 2015/03/07 15:33:21 tnn Exp $ Please add your own entries at the bottom of this file. If possible, include the name of an example package where a warning should occur. @@ -37,3 +37,5 @@ include the name of an example package where a warning should occur. example, devel/p5-Net-LDAP and devel/p5-Net-ldap should be considered different paths. * Warn about using REPLACE_PYTHON without including application.mk. +* Warn about MASTER_SITES containing "github.com", point user to + make help topic=github. Also don't complain about GH_* variables. |