Skip to content

Commit

Permalink
Merge pull request #879 from nodlesh/fix-aries-to-owf
Browse files Browse the repository at this point in the history
Update hyperledger refs to owf refs
  • Loading branch information
swcurran authored Oct 10, 2024
2 parents 9e00020 + 17e6659 commit a0fae3d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
get-test-harnesses:
name: Get Test Harnesses
runs-on: ubuntu-latest
if: (github.event_name == 'schedule' && github.repository == 'hyperledger/aries-agent-test-harness') || (github.event_name != 'schedule')
if: (github.event_name == 'schedule' && github.repository == 'openwallet-foundation/owl-agent-test-harness') || (github.event_name != 'schedule')
outputs:
harnesses: ${{ steps.get-file-list.outputs.files }}
repo-name: ${{ steps.get-repo-info.outputs.name }}
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
name: Run Test Harness
needs: [get-test-harnesses]
runs-on: ubuntu-latest
if: (github.event_name == 'schedule' && github.repository == 'hyperledger/aries-agent-test-harness') || (github.event_name != 'schedule')
if: (github.event_name == 'schedule' && github.repository == 'openwallet-foundation/owl-agent-test-harness') || (github.event_name != 'schedule')
strategy:
max-parallel: 1
matrix:
Expand Down
2 changes: 1 addition & 1 deletion aries-backchannels/acapy/Dockerfile.acapy-redis
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY python/requirements.txt python/
COPY acapy/requirements-main.txt acapy/

RUN pip install -r python/requirements.txt -r acapy/requirements-main.txt
RUN pip install git+https://github.com/hyperledger/aries-acapy-plugins@main#subdirectory=redis_events
RUN pip install git+https://github.com/openwallet-foundation/acapy-plugins@main#subdirectory=redis_events

# Copy the necessary files from the AATH Backchannel sub-folders
COPY python python
Expand Down
2 changes: 1 addition & 1 deletion aries-backchannels/acapy/requirements-main.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
aries-cloudagent[indy, bbs, askar]@git+https://github.com/hyperledger/aries-cloudagent-python@main
acapy-agent[indy, bbs, askar]@git+https://github.com/openwallet-foundation/acapy@main
2 changes: 1 addition & 1 deletion gen-interop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ta_names=("Aries Cloud Agent Python" "Credo-TS" "Aries VCX")
ta_shortnames=("ACA-Py" "Credo" "VCX")
ta_scopes=("AIP 1, 2" "AIP 1" "AIP 1")
ta_exceptions=("None" "Revocation" "Revocation")
ta_urls=(https://github.com/hyperledger/aries-cloudagent-python \
ta_urls=(https://github.com/openwallet-foundation/acapy \
https://github.com/openwallet-foundation/credo-ts \
https://github.com/hyperledger/aries-vcx)
workflows=".github/workflows/test-harness-*"
Expand Down

0 comments on commit a0fae3d

Please sign in to comment.