projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8de7fde
)
but it already checks length..
author
Joey Hess
<joey@kitenet.net>
Tue, 16 Nov 2010 17:34:41 +0000
(13:34 -0400)
committer
Joey Hess
<joey@kitenet.net>
Tue, 16 Nov 2010 17:34:41 +0000
(13:34 -0400)
doc/bugs/aggregate_generates_long_filenames.mdwn
patch
|
blob
|
history
diff --git
a/doc/bugs/aggregate_generates_long_filenames.mdwn
b/doc/bugs/aggregate_generates_long_filenames.mdwn
index 40decb392b97533a833dec37768399bfa417a8cc..c38ad6c7b84bba739f7deea2e40519b65b56792a 100644
(file)
--- a/
doc/bugs/aggregate_generates_long_filenames.mdwn
+++ b/
doc/bugs/aggregate_generates_long_filenames.mdwn
@@
-11,3
+11,11
@@
It would also appear this abrubtly terminates aggregate processing (if not ikiwi
-- [[Jon]]
+
+> I have to wonder what filesystem you have there where 147 characters
+> is a long filename. Ikiwiki already uses `POSIX::pathconf` on the srcdir
+> to look up `_PC_NAME_MAX`
+> to see if the filename is too long, and shortens it, so it seems
+> that, in additional to having a rather antique long filename limit, your
+> system also doesn't properly expose it via pathconf. Not sure what
+> ikiwiki can do here. --[[Joey]]