summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-10-02 06:35:04 +0000
committerZac Medico <zmedico@gentoo.org>2008-10-02 06:35:04 +0000
commit3f2e58153be86792a9bc6d4de454c1c8500a8ae3 (patch)
treef3d28a2ea1971dbb2059bc7fe955aa341d93e821 /man
parentad7a6258a18693ce2b45f70563b783d65d9c09bf (diff)
downloadportage-3f2e58153be86792a9bc6d4de454c1c8500a8ae3.tar.gz
portage-3f2e58153be86792a9bc6d4de454c1c8500a8ae3.tar.bz2
portage-3f2e58153be86792a9bc6d4de454c1c8500a8ae3.zip
Implement a new "changelog.ebuildadded" check which causes repoman to bail
out if an ebuild has been added and the ChangeLog has not been modified. This was requested by Robin H Johnson <robbat2@g.o> since it is a requirement for the packages.gentoo.org ChangeLog code. svn path=/main/trunk/; revision=11610
Diffstat (limited to 'man')
-rw-r--r--man/repoman.13
1 files changed, 3 insertions, 0 deletions
diff --git a/man/repoman.1 b/man/repoman.1
index befd96b92..dc9cb30e2 100644
--- a/man/repoman.1
+++ b/man/repoman.1
@@ -183,6 +183,9 @@ Ebuilds that have a missing or empty SLOT variable
.B SRC_URI.mirror
A uri listed in profiles/thirdpartymirrors is found in SRC_URI
.TP
+.B changelog.ebuildadded
+An ebuild was added but the ChangeLog was not modified
+.TP
.B changelog.missing
Missing ChangeLog files
.TP