repo_name seems to be used
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
7029868c06
commit
e0ba5a39b4
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ import fedmsg.config
|
|||
username = getpass.getuser()
|
||||
|
||||
repo = pygit2.Repository(os.getcwd())
|
||||
repo_name = '.'.join(os.getcwd().split(os.path.sep)[-1].split('.')[:-1])
|
||||
|
||||
print("Emitting a message to the fedmsg bus.")
|
||||
config = fedmsg.config.load_config([], None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue