Skip to content

Commit

Permalink
Preparing for next Wikibase and Deploy 1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
darthmon committed Nov 18, 2024
1 parent 05f2cb6 commit b284def
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions build/wikibase/build.env
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,23 @@ DEBIAN_IMAGE_URL=debian:bookworm-slim
# Shouldn't require much of a review.
#
# https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/Wikibase/+/refs/heads/REL1_42
WIKIBASE_COMMIT=fecce7406f974d5ef36b338ad4480b38976ae12b
WIKIBASE_COMMIT=82ffa6addfe9b1ca86bd55fc4c993f81ece62f27
# https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/Babel/+/refs/heads/REL1_42
BABEL_COMMIT=ec7f16b17b9c1719b16edbe54b6cf8bf5763503c
BABEL_COMMIT=d719702ca4bbb4d63edc80399d6bd39859249286
# https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/cldr/+/refs/heads/REL1_42
CLDR_COMMIT=2c509997e2389527d2bb31790624f265a359d7cf
# https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/CirrusSearch/+/refs/heads/REL1_42
CIRRUSSEARCH_COMMIT=00e92ea3e6e4a60e7a548d1081d68701bee95997
CIRRUSSEARCH_COMMIT=ea93d39d8b0b27c432f79eb5a99b0a9eb45d5843
# https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/Elastica/+/refs/heads/REL1_42
ELASTICA_COMMIT=1e4a7195533b41d940fba8577b3258726b241aea
# https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/EntitySchema/+/refs/heads/REL1_42
ENTITYSCHEMA_COMMIT=25756343362973b11ca8e40fe3fcd56398fcf3c5
ENTITYSCHEMA_COMMIT=035ea0c189977b7125eef6dd39a384619665fcbf
# https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/OAuth/+/refs/heads/REL1_42
OAUTH_COMMIT=1ba1e32436efe04c004279ec1556dd9c8d7e9bc7
OAUTH_COMMIT=d4fbf5122f543715165c3347b670338c71f4c560
# https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/UniversalLanguageSelector/+/refs/heads/REL1_42
UNIVERSALLANGUAGESELECTOR_COMMIT=17bbc88f8b02ef6e656fa1b1b924f444318019a5
UNIVERSALLANGUAGESELECTOR_COMMIT=081f5b13a6fb83237944f940cb7a3fa318ecc976
# https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/WikibaseCirrusSearch/+/refs/heads/REL1_42
WIKIBASECIRRUSSEARCH_COMMIT=fad4ff89e9684d4b10bd0208072a2d335982db74
WIKIBASECIRRUSSEARCH_COMMIT=a455a2a65d23bfa6ea60cc39b38c34d6329b4da7
# https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/WikibaseManifest/+/refs/heads/REL1_42
WIKIBASEMANIFEST_COMMIT=5413c72af830a031fbf485b9c6b9e49057ac88c3

Expand All @@ -70,7 +70,7 @@ WIKIBASEMANIFEST_COMMIT=5413c72af830a031fbf485b9c6b9e49057ac88c3
# with mediawiki versions has to be checked explicitly. Review carefully.
#
# https://github.com/ProfessionalWiki/WikibaseLocalMedia/commits/master
WIKIBASELOCALMEDIA_COMMIT=558224b04f4045913c628518e9e4c44e1db89a49
WIKIBASELOCALMEDIA_COMMIT=77b2555dbf6cf8268e0077c6f38225d6833ee731
# https://github.com/ProfessionalWiki/WikibaseEdtf/commits/master
WIKIBASEEDTF_COMMIT=82692fb0de7b03bdf9e0caede3fa2f4646926ef2

Expand Down
2 changes: 1 addition & 1 deletion build/wikibase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wikibase",
"version": "3.0.2",
"version": "1.0.0",
"nx": {
"targets": {
"lint": {},
Expand Down
4 changes: 2 additions & 2 deletions deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
# --------------------------------------------------

wikibase:
image: wikibase/wikibase:3
image: wikibase/wikibase:1
depends_on:
mysql:
condition: service_healthy
Expand Down Expand Up @@ -37,7 +37,7 @@ services:
start_period: 5m

wikibase-jobrunner:
image: wikibase/wikibase:3
image: wikibase/wikibase:1
command: /jobrunner-entrypoint.sh
depends_on:
wikibase:
Expand Down
2 changes: 1 addition & 1 deletion deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deploy",
"version": "3.0.3",
"version": "1.0.0",
"nx": {
"targets": {
"lint": {},
Expand Down

0 comments on commit b284def

Please sign in to comment.