Publish master creation
This commit is contained in:
parent
1365500c17
commit
2c7598455b
1 changed files with 9 additions and 0 deletions
|
@ -190,6 +190,15 @@ def branch_package(pkgname, branches):
|
||||||
os.path.join(GIT_FOLDER, '%s.git' % pkgname)):
|
os.path.join(GIT_FOLDER, '%s.git' % pkgname)):
|
||||||
_invoke(SETUP_PACKAGE, [pkgname])
|
_invoke(SETUP_PACKAGE, [pkgname])
|
||||||
branches.remove('master') # SETUP_PACKAGE creates master
|
branches.remove('master') # SETUP_PACKAGE creates master
|
||||||
|
fedmsg.publish(
|
||||||
|
topic='branch',
|
||||||
|
modname='git',
|
||||||
|
msg=dict(
|
||||||
|
agent='pkgdb',
|
||||||
|
name=pkgname,
|
||||||
|
branch='master',
|
||||||
|
),
|
||||||
|
)
|
||||||
|
|
||||||
# Create all the required branches for the package
|
# Create all the required branches for the package
|
||||||
# Use the translated branch name until pkgdb falls inline
|
# Use the translated branch name until pkgdb falls inline
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue