commit = curr_commit_id[0:7],
)
pb_suite = 'develop-{dist}'.format(dist=curr_dist)
- reprepro_base = '/srv/pb-' + ENV['DISTRIBUTION']
+ reprepro_base = '/srv/pb-{dist}'.format(dist=curr_dist)
# reset actions
# .. always include successful build packages into CIDB
if curr_dist == 'squeeze':
commit = curr_commit_id[0:7],
)
pb_suite = 'experimental-{dist}'.format(dist=curr_dist)
- reprepro_base = '/srv/dev-' + ENV['DISTRIBUTION']
+ reprepro_base = '/srv/dev-{dist}'.format(dist=curr_dist)
else:
logger.error('Don\'t know how to handle branch "{branch}".'.format(