Method: Runcible::Extensions::Rpm#unassociate_ids_from_repo

Defined in:
lib/runcible/extensions/rpm.rb

#unassociate_ids_from_repo(repo_id, ids) ⇒ Object

This function is not implemented for RPMs since they do not have content IDs

Raises:

  • (NotImplementedError)


44
45
46
# File 'lib/runcible/extensions/rpm.rb', line 44

def unassociate_ids_from_repo(repo_id, ids)
  raise NotImplementedError
end