DistGitReleaser doesn't work with builder.test = 1 #401
Labels
bug
Something is clearly a bug
effort/medium
Can be done in 1-2 days
gain/medium
Affects multiple users
When running
tito release
with DistGitReleaser and settingbuilder.test = 1
in.tito/releasers.conf
, tito uploads a source tarball named<name>-<version>-git-<number>.<hash>.tar.gz
to DistGit lookaside, but the spec file still impliesSource0: %{name}-%{version}.tar.gz
. This causes Brew build failures in that source tarball can't be found.We currently
use builder.test = 1
since we don't push commits to the upstream source repo. When runningtito release
with--test
, it works because tito overwrites theSource0:
line. But it doesn't work without--test
.This seems to be a bug in tito.
The text was updated successfully, but these errors were encountered: