[13:28:28] 10Huggle, 06Infrastructure-Foundations, 06SRE: IRC recent changes provider fails in Huggle after recent irc.wikimedia.org upgrade - https://phabricator.wikimedia.org/T378667#10292537 (10Petrb) 05Open→03Resolved a:03Petrb Hello, new version of Huggle was released that contains a patched libirc http... [13:49:53] 10Huggle: XmlRcs recent changes provider fails in Huggle - https://phabricator.wikimedia.org/T378666#10292621 (10Petrb) 05Open→03Resolved a:03Petrb [16:27:05] petan, Something's screwy with huggle_3.4.13.tar.gz, every file (like README.md) has a weird binary file (like ._README.md) next to it that CMake doesn't like [16:40:51] I was able to work around it with a quick `find . -name "._*" -delete`, AUR package is updated [20:09:58] AntiComposite: that's interesting, I will reupload it, looks like some Apple garbage [20:10:04] I made that tarball on macOS [20:14:13] I made a new one on Linux [21:15:34] The ._ files are metadata that is stored natively by Apple file systems but not supported on others (extended attributes and the like). If I remember correctly, you can delete them from a folder using the `dot_clean` command (e.g., `dot_clean -n .`, especially when working with non-Apple filesystems on macOS), or suppress them from being added to tarballs by macOS's `tar` by setting COPYFILE_DISABLE [21:15:35] envvar to 1 [21:15:40] ( https://en.wikipedia.org/wiki/AppleSingle_and_AppleDouble_formats )