Revert "prevent building source package two times by not including the repository name in the lock file"

This reverts commit b7b5a6984e.
This commit is contained in:
Benjamin Dauvergne 2016-07-05 20:41:38 +02:00
parent 00147206d3
commit c82b6d2b82
1 changed files with 2 additions and 1 deletions

View File

@ -294,8 +294,9 @@ def build_project(dist, arch, project, package, new):
os.makedirs(pbuilder_project_result, 0755)
os.chdir(project['lock_path'])
source_build = os.path.join(project['lock_path'],
"%s_%s_%s_source.build" % (project['name'],
"%s_%s_%s_%s_source.build" % (project['name'],
project['version'],
package['repository'],
project['build_branch'].replace('/', '_'))
)
bin_build = os.path.join(project['lock_path'],