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

Add repo url to rhcs.conf, use url in rhcs_ci.py #45

Closed
wants to merge 3 commits into from
Closed

Add repo url to rhcs.conf, use url in rhcs_ci.py #45

wants to merge 3 commits into from

Conversation

mrniranjan
Copy link
Collaborator

No description provided.

username = global_config.get('global', 'username')
password = global_config.get('global', 'password')

rhcs_config = ConfigParser.SafeConfigParser()
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use RawConfigParser instead of SafeConfigParser since it fails to get the url as it has "%20" in it.
Error that you would see:
ConfigParser.InterpolationSyntaxError: '%' must be followed by '%' or '('

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay will send you an updated patch

@gsr-shanks
Copy link
Owner

Can you please raise a PR to merge into dev branch instead of master ?

@gsr-shanks
Copy link
Owner

Closing this one in favor of commit #46

@gsr-shanks gsr-shanks closed this Nov 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants