openSUSE / obs-build

OBS build script, can be used with OBS or stand alone
GNU General Public License v2.0
132 stars 183 forks source link

Better filetype detection for temp changes files #905

Closed jcronenberg closed 1 year ago

jcronenberg commented 1 year ago

Right now the tempfile when invoking the osc vc command has a naming scheme that results in something like package.changes.vctmp.slkqwo. This has the problem that editors then can't as easily detect that it is a .changes file. This PR changes the naming scheme so that it would be something like vctmp.slkqwo.package.changes

mlschroe commented 1 year ago

Thanks!