openSUSE / obs-service-tar_scm

An OBS source service: fetches code from any SCM and archives it
GNU General Public License v2.0
31 stars 105 forks source link

Service broken if .lock file left over by previous versions #453

Closed Vogtinator closed 2 years ago

Vogtinator commented 2 years ago

Previous versions of this service never cleaned up their created .lock files. That was just a minor issue as it also didn't care that the lock was there.

Now it's different though: If the .lock file is there, it'll just wait forever. Because the older versions never cleaned them up properly, this will affect a lot of checkouts.

v-fox commented 2 years ago

Damn it, because of this I almost got gaslit into believing that there is some kind of weird networking problem or corrupt installation. Such an absurd behaviour.

uncomfyhalomacro commented 2 years ago

experienced this recently and i also found this behavior absurd