Skip to content

Commit 8da5d43

Browse files
authored
Merge pull request #11 from Indicio-tech/fix/fix-repos
fix: fix repos
2 parents 6ccdea0 + d58122c commit 8da5d43

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build/Dockerfile.ubuntu-2204

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9692C00E657DDE61 &&
3030
# echo "deb https://repo.sovrin.org/sdk/deb bionic master" >> /etc/apt/sources.list
3131

3232
# TODO change this to official repo
33-
RUN echo "deb [trusted=yes] http://209.141.41.82:8000/ packagedir/" >> /etc/apt/sources.list
33+
RUN echo "deb [trusted=yes] https://indicio.jfrog.io/artifactory/indy/ jammy dev" >> /etc/apt/sources.list
3434

3535

3636
RUN apt-get update -y && apt-get install -y \

build-scripts/ubuntu-2204/postinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Automatically added from template:
44
if which py3compile >/dev/null 2>&1; then
5-
py3compile -O -p {package_name} /usr/local/lib/python3.8/dist-packages/
5+
py3compile -O -p {package_name} /usr/local/lib/python3.10/dist-packages/
66
fi
77

88
# End automatically added section

plenum/__metadata__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def set_manifest(manifest: Any, manifest_file: str = MANIFEST_FILE):
5757
__author__ = "Hyperledger"
5858
__author_email__ = 'hyperledger-indy@lists.hyperledger.org'
5959
__maintainer__ = 'Indicio'
60-
__maintainer_email__ = 'support@indicio.tech '
60+
__maintainer_email__ = 'support@indicio.tech'
6161
__url__ = 'https://github.com/Indicio-tech/indy-plenum'
6262
__description__ = 'Plenum Byzantine Fault Tolerant Protocol'
6363
__long_description__ = 'Plenum Byzantine Fault Tolerant Protocol'

0 commit comments

Comments
 (0)