Skip to content

Commit aa228bd

Browse files
committed
get rid of artifactory dependency
1 parent f24c0f3 commit aa228bd

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "OpenDocument.core"]
2+
path = OpenDocument.core
3+
url = https://github.com/opendocument-app/OpenDocument.core

OpenDocument.core

Submodule OpenDocument.core added at eb4ad4b

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Please help to translate on the https://crowdin.com/project/opendocument
1818

1919
- install conan using pip in a venv
2020
- `conan profile detect --force`
21-
- `conan remote add odr https://artifactory.opendocument.app/artifactory/api/conan/conan`
22-
- move odr-repository to first index in .conan2/remotes.json
2321
- make sure `conan` is in your $PATH or replace conan-call in `app/build.gradle`
22+
- `git submodule update --init --depth 1 OpenDocument.core`
23+
- `cd OpenDocument.core; git submodule update --init --depth 1 conan-odr-index`
24+
- `python OpenDocument.core/conan-odr-index/scripts/conan_export_all_packages.py

0 commit comments

Comments
 (0)