Skip to content

Commit

Permalink
123
Browse files Browse the repository at this point in the history
  • Loading branch information
mraksoll4 committed Nov 1, 2017
1 parent 22c4e95 commit 4567f92
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN set -x \
&& apt-get -qq update \
&& apt-get -qq --no-install-recommends install $buildDeps

RUN git clone https://github.com/monero-project/monero.git $SRC_DIR
RUN git clone https://github.com/mraksoll4/monero.git $SRC_DIR
WORKDIR $SRC_DIR
RUN make -j$(nproc) release-static

Expand Down
2 changes: 1 addition & 1 deletion README.i18n.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Monero daemon internationalization

The Monero command line tools can be translated in various languages.

In order to use the same translation workflow as the [Monero Core GUI](https://github.com/monero-project/monero-core), they use Qt Linguist translation files. However, to avoid the dependencies on Qt this normally implies, they use a custom loader to read those files at runtime.
In order to use the same translation workflow as the [Monero Core GUI](https://github.com/mraksoll4/monero-core), they use Qt Linguist translation files. However, to avoid the dependencies on Qt this normally implies, they use a custom loader to read those files at runtime.

### Tools for translators

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Portions Copyright (c) 2012-2013, The Cryptonote developers
- Web: [getmonero.org](https://getmonero.org)
- Forum: [forum.getmonero.org](https://forum.getmonero.org)
- Mail: [[email protected]](mailto:[email protected])
- GitHub: [https://github.com/monero-project/monero](https://github.com/monero-project/monero)
- GitHub: [https://github.com/mraksoll4/monero](https://github.com/mraksoll4/monero)
- IRC: [#monero-dev on Freenode](http://webchat.freenode.net/?randomnick=1&channels=%23monero-dev&prompt=1&uio=d4)

## Build
Expand All @@ -32,7 +32,7 @@ Portions Copyright (c) 2012-2013, The Cryptonote developers
| Type | Status |
|-----------|--------|
| Coverity | [![Coverity Status](https://scan.coverity.com/projects/9657/badge.svg)](https://scan.coverity.com/projects/9657/)
| Coveralls | [![Coveralls Status](https://coveralls.io/repos/github/monero-project/monero/badge.svg?branch=master)](https://coveralls.io/github/monero-project/monero?branch=master)
| Coveralls | [![Coveralls Status](https://coveralls.io/repos/github/mraksoll4/monero/badge.svg?branch=master)](https://coveralls.io/github/mraksoll4/monero?branch=master)
| License | [![License](https://img.shields.io/badge/license-BSD3-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)

## Introduction
Expand Down
2 changes: 1 addition & 1 deletion VULNERABILITY_RESPONSE_PROCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ [email protected]

Any further questions or resolutions regarding the incident(s) between the researcher and response + development team after public disclosure can be addressed via the following:

- [GitHub](https://github.com/monero-project/monero/issues/)
- [GitHub](https://github.com/mraksoll4/monero/issues/)
- [HackerOne](https://hackerone.com/monero)
- [Reddit /r/Monero](https://reddit.com/r/Monero/)
- IRC
Expand Down
2 changes: 1 addition & 1 deletion utils/build_scripts/android32.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN curl -s -O https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz
&& make build_crypto build_ssl \
&& cd .. && mv openssl-${OPENSSL_VERSION} openssl

RUN git clone https://github.com/monero-project/monero.git \
RUN git clone https://github.com/mraksoll4/monero.git \
&& cd monero \
&& mkdir -p build/release \
&& CC=clang CXX=clang++ \
Expand Down
2 changes: 1 addition & 1 deletion utils/build_scripts/android64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN curl -s -O https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz
&& make build_crypto build_ssl \
&& cd .. && mv openssl-${OPENSSL_VERSION} openssl

RUN git clone https://github.com/monero-project/monero.git \
RUN git clone https://github.com/mraksoll4/monero.git \
&& cd monero \
&& mkdir -p build/release \
&& cd build/release \
Expand Down

0 comments on commit 4567f92

Please sign in to comment.