Skip to content

Commit

Permalink
Merge pull request #1501 from shaishaw/master
Browse files Browse the repository at this point in the history
fix for #1499
  • Loading branch information
jmaas committed Jun 26, 2015
2 parents 53e7fb4 + b383d41 commit e32c1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cobbler/modules/manage_import_signatures.py
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ def repo_finder(self, distros_added):
for distro in distros_added:
if distro.kernel.find("distro_mirror") != -1:
repo_adder(distro)
self.distros.add(distro, save=True)
self.distros.add(distro, save=True, with_triggers=False)
else:
self.logger.info("skipping distro %s since it isn't mirrored locally" % distro.name)

Expand Down

0 comments on commit e32c1d6

Please sign in to comment.