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

Fixes for several reported issues #1045

Merged
merged 6 commits into from
Mar 23, 2020
Merged

Fixes for several reported issues #1045

merged 6 commits into from
Mar 23, 2020

Conversation

seriva
Copy link
Collaborator

@seriva seriva commented Mar 23, 2020

erzetpe
erzetpe previously approved these changes Mar 23, 2020
CHANGELOG-0.6.md Outdated Show resolved Hide resolved
@@ -90,5 +93,26 @@ def _main() -> None:
with open(path, 'w') as file:
file.write(licenses_content)

# Write components table to be pasted into 'COMPONENTS.md'
dependancies_content = """
Copy link
Contributor

Choose a reason for hiding this comment

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

typo - but should work

dep_line = f'| {dep_name} | {dep_version} | {dep_website} | [{dep_license}]({dep_license_url}) |\n'
else:
dep_line = f'| {dep_name} | {dep_version} | {dep_website} | {dep_license} |\n'
dependancies_content = dependancies_content + dep_line
Copy link
Contributor

Choose a reason for hiding this comment

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

same as above


path = os.path.join(os.path.dirname(__file__), 'DEPENDENCIES.md')
with open(path, 'w') as file:
file.write(dependancies_content)
Copy link
Contributor

Choose a reason for hiding this comment

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

same as above

@seriva seriva merged commit 751c425 into hitachienergy:develop Mar 23, 2020
@seriva seriva deleted the fix/wilk-fixes branch March 25, 2020 16:22
to-bar pushed a commit to to-bar/epiphany that referenced this pull request May 6, 2020
- Added missing template for disk_size_gb storage_os_disk (hitachienergy#1043)
- Add ability to add subsciptionId to sp.yml on Azure (hitachienergy#1044)
- Added Epicli binary and python decencies/components.
- Updated documentation about sp.yml to show usage of " for values that have YAML schema characters.
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.

3 participants