redhat-cip / edeploy

Linux systems provisioning and updating made easy
Apache License 2.0
92 stars 38 forks source link

repositories: Attach pool if not already done + detach function #150

Closed Spredzy closed 10 years ago

Spredzy commented 10 years ago

Currently whenever a call is made to attach_pool_rh_cdn(), edeploy tries to attach to it even though it has already been attached, leading to a fail build. This commit aims to verify if the pool is already attached before attaching to it. This commit also provide a function detach_poll_rh_cdn()