diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-05-08 22:05:11 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-05-08 22:05:11 +0200 |
commit | aa64f37df774395279b3c6e55efbce60a003b87b (patch) | |
tree | ec59d4ca7394ff9924c29064bf77cb53304e4d2a | |
parent | doc: move REPORTING-BUGS to user docs (diff) | |
download | frr-aa64f37df774395279b3c6e55efbce60a003b87b.tar.xz frr-aa64f37df774395279b3c6e55efbce60a003b87b.zip |
*: clean up various top level stuff
* Updated README to point to new bug report location
* Updated README to point to community doc location
* Remove COMMUNITY.md
* Remove references to no longer extant docs in packaging files
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
-rw-r--r-- | COMMUNITY.md | 1 | ||||
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | debianpkg/frr-doc.docs | 1 | ||||
-rw-r--r-- | redhat/frr.spec.in | 2 |
5 files changed, 3 insertions, 6 deletions
diff --git a/COMMUNITY.md b/COMMUNITY.md deleted file mode 100644 index fa0031085..000000000 --- a/COMMUNITY.md +++ /dev/null @@ -1 +0,0 @@ -Moved to doc/developer/workflow.rst diff --git a/Makefile.am b/Makefile.am index 6cac1a7ba..3b8deb588 100644 --- a/Makefile.am +++ b/Makefile.am @@ -83,7 +83,6 @@ rc_SCRIPTS = \ endif EXTRA_DIST += \ - REPORTING-BUGS \ SERVICES \ aclocal.m4 \ update-autotools \ @@ -5,9 +5,9 @@ Currently FRRouting supports BGP4, BGP4+, OSPFv2, OSPFv3, RIPv1, RIPv2, RIPng, IS-IS, PIM-SM/MSDP, LDP and Babel as well as very early support for EIGRP and NHRP. -See the file REPORTING-BUGS to report bugs. +See doc/user/bugs.rst for information on how to report bugs. -See COMMUNITY.md for information on contributing. +See doc/developer/workflow.rst for information on contributing. Free RRRouting is free software. See the file COPYING for copying conditions. diff --git a/debianpkg/frr-doc.docs b/debianpkg/frr-doc.docs index 4720a3b92..d2218d00f 100644 --- a/debianpkg/frr-doc.docs +++ b/debianpkg/frr-doc.docs @@ -1,6 +1,5 @@ AUTHORS NEWS README -REPORTING-BUGS doc/user/*.rst doc/figures/*.png diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index f83c08e61..8632a4fb2 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -534,7 +534,7 @@ rm -rf %{buildroot} %defattr(-,root,root) %doc */*.sample* AUTHORS COPYING %doc doc/mpls -%doc ChangeLog INSTALL NEWS README REPORTING-BUGS SERVICES +%doc ChangeLog NEWS README SERVICES %if 0%{?frr_user:1} %dir %attr(751,%frr_user,%frr_user) %{_sysconfdir} %dir %attr(750,%frr_user,%frr_user) /var/log/frr |