Skip to content

Commit

Permalink
Drop scurl.sh (#6062)
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou authored Mar 14, 2024
1 parent 7aea8e9 commit 00e0592
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 159 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [5.0.0-dev14]

[5.0.0-dev14]: https://github.com/microsoft/CCF/releases/tag/ccf-5.0.0-dev14

### Removed

- The `scurl.sh` script has been removed. With #5137 removing support for HTTP signed requests, it is no longer needed.

## [5.0.0-dev13]

[5.0.0-dev13]: https://github.com/microsoft/CCF/releases/tag/ccf-5.0.0-dev13
Expand Down
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,7 @@ add_custom_command(
)

# Copy and install CCF utilities
set(CCF_UTILITIES keygenerator.sh scurl.sh submit_recovery_share.sh
verify_quote.sh
)
set(CCF_UTILITIES keygenerator.sh submit_recovery_share.sh verify_quote.sh)
foreach(UTILITY ${CCF_UTILITIES})
configure_file(
${CCF_DIR}/python/utils/${UTILITY} ${CMAKE_CURRENT_BINARY_DIR} COPYONLY
Expand Down
1 change: 0 additions & 1 deletion python/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
include requirements.txt
include ccf/py.typed

include utils/scurl.sh
include utils/submit_recovery_share.sh
include utils/keygenerator.sh
include utils/verify_quote.sh
1 change: 0 additions & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
install_requires=requirements,
scripts=[
path.join(UTILITIES_PATH, "keygenerator.sh"),
path.join(UTILITIES_PATH, "scurl.sh"),
path.join(UTILITIES_PATH, "submit_recovery_share.sh"),
path.join(UTILITIES_PATH, "verify_quote.sh"),
],
Expand Down
154 changes: 0 additions & 154 deletions python/utils/scurl.sh

This file was deleted.

0 comments on commit 00e0592

Please sign in to comment.