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

Changes to factory, rhcs.conf and rhcs_ci.py #77

Merged
merged 15 commits into from
Dec 10, 2014
Prev Previous commit
Minor fixes to rhcs_ci.py
  • Loading branch information
Niranjan Mallapadi committed Dec 10, 2014
commit 9a53c927dd916b2a638be70fb3d8fe8b56ef31c5
4 changes: 2 additions & 2 deletions projects/rhcs_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ def copy_repo(my_nodes):

repo_list = glob.glob("jenkins*.repo")
source = repo_list[0]
print source
print "source = ", source
destination = "/etc/yum.repos.d/" + source
print destination
print "destination = ", destination

for node in my_nodes:
client = SSHClient(node, 22)
Expand Down