Netatalk / netatalk

Netatalk is a Free and Open Source AFP fileserver. A *NIX or BSD system running Netatalk is capable of serving many Macintosh clients simultaneously as an AppleShare file server.
https://netatalk.io
GNU General Public License v2.0
354 stars 87 forks source link

Fix regression in get_vol_uuid() 2nd attempt #1687

Closed NJRoadfan closed 3 weeks ago

NJRoadfan commented 3 weeks ago

We need the file to be in read-write mode after all. The function later writes to the file to append data.

rdmark commented 3 weeks ago

Bummer, it seems branches originating from forks don't have permissions to publish to the registry. Which means that only project members will be able to run the testsuite in CI. :(

Like with the Sonarcloud static analysis job, we may have to put them behind a fork check...