Skip to content

Commit

Permalink
Merge pull request #175 from cisagov/improvement/revert-to-main-repo-…
Browse files Browse the repository at this point in the history
…for-donut-and-excelntdonut

Revert to using the main repos for TheWover/donut and RedSiege/EXCELntDonut
  • Loading branch information
jsf9k authored Oct 23, 2024
2 parents eb403c4 + 1df4982 commit aad32b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
5 changes: 1 addition & 4 deletions src/donut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
ansible.builtin.include_role:
name: assessment_tool
vars:
# TODO: Revert back to using TheWover/donut once
# TheWover/donut#158 is merged. See #173 for more details.
# assessment_tool_archive_src: https://github.com/TheWover/donut/tarball/master
assessment_tool_archive_src: https://github.com/jsf9k/donut/tarball/bugfix/python-extension-fails-to-build
assessment_tool_archive_src: https://github.com/TheWover/donut/tarball/master
assessment_tool_install_dir: /tools/donut
assessment_tool_unarchive_extra_opts:
- --strip-components=1
Expand Down
7 changes: 2 additions & 5 deletions src/excelntdonut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@
ansible.builtin.include_role:
name: assessment_tool
vars:
# TODO: Revert back to using RedSiege/EXCELntDonut once
# TheWover/donut#158 is merged. See #174 for more details.
# assessment_tool_archive_src: \
# https://github.com/RedSiege/EXCELntDonut/tarball/master
assessment_tool_archive_src: https://github.com/jsf9k/EXCELntDonut/tarball/master
assessment_tool_archive_src:
https://github.com/RedSiege/EXCELntDonut/tarball/master
assessment_tool_csharp: true
assessment_tool_install_dir: /tools/EXCELntDonut
assessment_tool_pip_packages:
Expand Down
2 changes: 1 addition & 1 deletion src/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.29"
__version__ = "0.5.30"

0 comments on commit aad32b4

Please sign in to comment.