mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 11:51:17 +00:00
Use specific lemmy js client version (#131)
* Use specific lemmy-js-client version. Fixes #123 * Add note about lemmy-js-client.
This commit is contained in:
parent
712995ded7
commit
9aa26db28d
3 changed files with 5 additions and 2 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -13,7 +13,7 @@
|
||||||
[submodule "lemmy-js-client"]
|
[submodule "lemmy-js-client"]
|
||||||
path = lemmy-js-client
|
path = lemmy-js-client
|
||||||
url = https://github.com/LemmyNet/lemmy-js-client
|
url = https://github.com/LemmyNet/lemmy-js-client
|
||||||
branch = main
|
branch = release/v0.17
|
||||||
[submodule "lemmy-stats-crawler"]
|
[submodule "lemmy-stats-crawler"]
|
||||||
path = lemmy-stats-crawler
|
path = lemmy-stats-crawler
|
||||||
url = https://github.com/LemmyNet/lemmy-stats-crawler.git
|
url = https://github.com/LemmyNet/lemmy-stats-crawler.git
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 2477b17a45c981cbe3dc4bde077cb08f426144f0
|
Subproject commit 2c1703e3d542c42c791b1d3af7b8f3c9e482315c
|
|
@ -1,5 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Note:
|
||||||
|
# To update lemmy-js-client, first change its branch in your .gitmodules
|
||||||
|
|
||||||
pushd ../joinlemmy-translations
|
pushd ../joinlemmy-translations
|
||||||
git fetch weblate
|
git fetch weblate
|
||||||
git merge weblate/main
|
git merge weblate/main
|
||||||
|
|
Loading…
Reference in a new issue