Skip to content

Instantly share code, notes, and snippets.

@mccun934
Created March 1, 2016 14:05
Show Gist options
  • Save mccun934/a484c297e04aa65878b8 to your computer and use it in GitHub Desktop.
Save mccun934/a484c297e04aa65878b8 to your computer and use it in GitHub Desktop.
1) Load the mongo console
# mongo
use pulp_database
db.repo_importers.update({importer_type_id: 'yum_importer', 'scratchpad.repomd_revision': {'$gt': 0}}, {'$set': {'scratchpad.repomd_revision': 0}}, {multi: true})
db.units_erratum.update({'id':'RHBA-2016:0077'}, {'$set': {'pkglist': []}})
2) Resync all the Satellite Tools repositories
3) Check to see if the errata shows up as applicable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment