copy tarball-base into the new project settings when making a new release
Change-Id: Ied608918da3f317c81aaae9754dba416405d12c1 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
parent
d7dce5beda
commit
65aa2c6eaa
@ -232,10 +232,13 @@ def main():
|
||||
print('advancing %s from %s to %s' % (project['repo'],
|
||||
project['hash'],
|
||||
sha))
|
||||
projects.append({
|
||||
new_project = {
|
||||
'repo': project['repo'],
|
||||
'hash': sha,
|
||||
})
|
||||
}
|
||||
if 'tarball-base' in project:
|
||||
new_project['tarball-base'] = project['tarball-base']
|
||||
projects.append(new_project)
|
||||
else:
|
||||
print('{} already tagged at most recent commit, skipping'.format(
|
||||
project['repo']))
|
||||
|
Loading…
x
Reference in New Issue
Block a user