Skip to content

Commit

Permalink
Send keyring information to Pbuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
fajran committed May 4, 2011
1 parent 48c348c commit ed6cd5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion irgsh_node/tasks.py
Expand Up @@ -74,7 +74,8 @@ def _run(self, spec_id, task_id, taskdir, distribution, specification,

# Create and prepare builder (pbuilder)
pbuilder_path = settings.PBUILDER_PATH
builder = Pbuilder(distribution, pbuilder_path)
keyring = os.path.abspath(settings.KEYRING)
builder = Pbuilder(distribution, pbuilder_path, keyring=keyring)

# Build package
clog.info('Building package %s for %s' % (specification.source,
Expand Down

0 comments on commit ed6cd5a

Please sign in to comment.