aaSemble / python-aasemble.django

4 stars 17 forks source link

fix broken key #298

Closed anshprat closed 8 years ago

anshprat commented 8 years ago

https://github.com/aaSemble/python-aasemble.django/pull/294 tries to fix https://github.com/aaSemble/python-aasemble.django/issues/293 but the fix uses git_url.

git_url is serialized as git_repository leading to broken name..

This changes the git_url to git_repository

modified:   buildsvc/pkgbuild/__init__.py

This fixes https://github.com/aaSemble/python-aasemble.django/issues/297

codecov-io commented 8 years ago

Current coverage is 87.65%

Merging #298 into master will not affect coverage as of 523ae18

@@            master    #298   diff @@
======================================
  Files           88      88       
  Stmts         4116    4116       
  Branches         0       0       
  Methods          0       0       
======================================
  Hit           3608    3608       
  Partial          0       0       
  Missed         508     508       

Review entire Coverage Diff as of 523ae18

Powered by Codecov. Updated on successful CI builds.