Skip to content

Commit

Permalink
doc, build: shorten too long filename
Browse files Browse the repository at this point in the history
`tar` has a 99 character filename length limit, and this includes the
directory name that is likely also includes a version number.  Which can
be something like "frr-1.2.3-dev-x20380120-gabcdefgh/"  (which would
result in 102 characters for the file name getting shortened here.)

Signed-off-by: David Lamparter <[email protected]>
  • Loading branch information
eqvinox committed Jan 27, 2024
1 parent bbd8589 commit d5dfc9b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/developer/northbound/northbound.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Northbound API
architecture
transactional-cli
retrofitting-configuration-commands
operational-data-rpcs-and-notifications
operational-data-rpcs-and-notif
plugins-sysrepo
advanced-topics
yang-tools
Expand Down
2 changes: 1 addition & 1 deletion doc/developer/subdir.am
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ dev_RSTFILES = \
doc/developer/northbound/demos.rst \
doc/developer/northbound/links.rst \
doc/developer/northbound/northbound.rst \
doc/developer/northbound/operational-data-rpcs-and-notifications.rst \
doc/developer/northbound/operational-data-rpcs-and-notif.rst \
doc/developer/northbound/plugins-sysrepo.rst \
doc/developer/northbound/ppr-basic-test-topology.rst \
doc/developer/northbound/ppr-mpls-basic-test-topology.rst \
Expand Down

0 comments on commit d5dfc9b

Please sign in to comment.