Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supports yum --enablerepo option (supports only base,updates for now) #147

Merged
merged 1 commit into from
Nov 8, 2016

Conversation

kotakanbe
Copy link
Member

@kotakanbe kotakanbe commented Aug 8, 2016

If you define as below in config.toml.

[servers.cent6]
host     = "127.0.0.1"
port     = "20062"
user     = "vuls"
keyPath  = "/path/to/id_rsa"
enablerepo = "updates,base"

Vuls issues yum with --enablerepo option

  • yum check-update
yum --color=never --enablerepo=updates,base check-update
  • yum --changelog update
yum  --enablerepo=updates,base --changelog update wget

See #246

For now, base and updates repository are supported.
Because a change-log format of additional yum repository is different for each repos...

@kotakanbe kotakanbe changed the title [WIP]Add enablerepos option [WIP]Add enablerepo option Aug 8, 2016
@kotakanbe kotakanbe changed the title [WIP]Add enablerepo option Supports yum --enablerepo option (Supports only base,updates for now) Nov 8, 2016
@kotakanbe kotakanbe changed the title Supports yum --enablerepo option (Supports only base,updates for now) Supports yum --enablerepo option (supports only base,updates for now) Nov 8, 2016
@kotakanbe kotakanbe merged commit 959d612 into master Nov 8, 2016
@kotakanbe kotakanbe deleted the enablerepos branch January 10, 2017 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant