Created
March 1, 2016 14:05
-
-
Save mccun934/a484c297e04aa65878b8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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