Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
To make sure contributions are made via Gerrit.

Change-Id: I82dc5025b539517d65d59ed6266662ba7f4619d6
  • Loading branch information
abregman committed May 24, 2020
1 parent 842bd22 commit 16b8f29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@ Add patch-components as a plugin:

Run:
infrared patch-components --host-ip A.B.C.D --host-username <user-name> --component-name <component-name> --host-key_file ~/.ssh/id_rsa --component-version <rhos version>

### Contribute

Contributions are made via GerritHub. Do not submit Pull Requests.
2 changes: 1 addition & 1 deletion roles/patch_rpm/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
repo: "{{ component_dist_git_url }}"
version: "{{ branch_prefix }}-rhel-{{ ansible_distribution_version|int }}{{ branch_trunk_str | default('') }}"
dest: "{{ tmp_dir }}/dist-git/{{ component_dist_git_name }}"
accept_hostkey=true
accept_hostkey: true
retries: 3
delay: 120
tags: dist-git
Expand Down

0 comments on commit 16b8f29

Please sign in to comment.