CI to automate build of zotero tarball for zotero aport
https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/testing/zotero
16547f64c2
And actually return -1 if it returns false. Before this fix, attempting to rename an attachment file to a name that already exists on disk would never return -1 as the docs say it should. Instead: 1. rename() would fail and return false 2. newName would be set to false 3. renameAttachmentFile() would pass false as the second argument to OS.Path.join() 4. OS.Path.join() would ignore it because it was falsy and return the attachment directory path without any modification 5. relinkAttachmentFile() would be called with path set to the attachment directory 6. relinkAttachmentFile() would notice that path's dirname wasn't the attachment directory - it was the attachment directory's parent - and attempt to copy it and its contents, recursively, into itself, using copyToFollowingLinks() ...which created a directory structure on disk over 100 directories deep - not deeper only because the OS started returning errors due to paths exceeding 32,767 characters (the limit on my filesystem). |
||
---|---|---|
.github | ||
app | ||
chrome | ||
components | ||
defaults/preferences | ||
js-build | ||
note-editor@d03a44798e | ||
pdf-reader@c963b7e3f9 | ||
pdf-worker@23ba495877 | ||
resource | ||
scripts | ||
scss | ||
styles@07810eddb0 | ||
test | ||
translators@ab8a83ebba | ||
.babelrc | ||
.eslintignore | ||
.eslintrc | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
chrome.manifest | ||
CONTRIBUTING.md | ||
COPYING | ||
package-lock.json | ||
package.json | ||
README.md | ||
update.rdf | ||
version |
Zotero
Zotero is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources.
Please post feature requests or bug reports to the Zotero Forums. If you're having trouble with Zotero, see Getting Help.
For more information on how to use this source code, see the Zotero documentation.