Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build/Dockerfile.ubuntu-2204
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9692C00E657DDE61 &&
# echo "deb https://repo.sovrin.org/sdk/deb bionic master" >> /etc/apt/sources.list

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


RUN apt-get update -y && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion build-scripts/ubuntu-2204/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

# End automatically added section
2 changes: 1 addition & 1 deletion plenum/__metadata__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def set_manifest(manifest: Any, manifest_file: str = MANIFEST_FILE):
__author__ = "Hyperledger"
__author_email__ = '[email protected]'
__maintainer__ = 'Indicio'
__maintainer_email__ = '[email protected] '
__maintainer_email__ = '[email protected]'
__url__ = 'https://github.com/Indicio-tech/indy-plenum'
__description__ = 'Plenum Byzantine Fault Tolerant Protocol'
__long_description__ = 'Plenum Byzantine Fault Tolerant Protocol'
Expand Down