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

Dev #79

Merged
merged 20 commits into from
Dec 11, 2014
Merged

Dev #79

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add print statements for debug
  • Loading branch information
Niranjan Mallapadi committed Dec 3, 2014
commit 7aa7c5610cf8e73af623beaf4c20a78784bb44b2
2 changes: 2 additions & 0 deletions projects/rhcs_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ def copy_repo():

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

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