Skip to content

Commit

Permalink
Merge branch 'main' into wdio-mediawiki-local
Browse files Browse the repository at this point in the history
  • Loading branch information
RickiJay-WMDE authored Oct 31, 2023
2 parents 003b28a + 93a97f6 commit 09be0af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This provides an overview of the releases that have been made using this release

| Suite Version | MediaWiki release | Date available | Run number | Release task |
|---------------|-------------------------------------------------------------------------|----------------|----------------| --------------|
| wmde.12 ([spec](https://github.com/wmde/wikibase-release-pipeline/blob/wmde.12/versions/wmde12.env),[metadata](https://github.com/wmde/wikibase-release-pipeline/blob/main/versions/wmde12)) | MediaWiki (1.38.6, PHP 8.0.29, debian/apache2 2.4.56-1~deb11u2), WDQS (0.3.118) | August 2023 | [5692069809](https://github.com/wmde/wikibase-release-pipeline/actions/runs/5692069809) | [T334778](https://phabricator.wikimedia.org/T334778) |
| wmde.12 ([spec](https://github.com/wmde/wikibase-release-pipeline/blob/wmde.12/versions/wmde12.env),[metadata](https://github.com/wmde/wikibase-release-pipeline/blob/main/versions/wmde12)) | MediaWiki (1.38.6, PHP 8.0.29, debian/apache2 2.4.56-1~deb11u2), WDQS (0.3.118) | August 2023 | [6665463497](https://github.com/wmde/wikibase-release-pipeline/actions/runs/6665463497) | [T334778](https://phabricator.wikimedia.org/T334778) |

## March 2023: First 1.39 release

Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,5 @@ clean:
rm -rf artifacts/*.log
rm -rf artifacts/*.env


all: wikibase wikibase_bundle elasticsearch wdqs wdqs-frontend wdqs-proxy quickstatements
6 changes: 3 additions & 3 deletions docs/topics/publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

## Prerequisutes

- Add `GITHUB_TOKEN` to your `local.env` file with the `repo` and `workflow` scopes selected.
- Add `GITHUB_TOKEN` to your `local.env` file with the `repo` and `workflow` scopes selected from [here](https://github.com/settings/tokens).
- Add `DOCKER_HUB_ID` to your `local.env` file with your docker hub username.
- Add `DOCKER_HUB_ACCESS_TOKEN` to your `local.env` file with your docker hub api key
- Add `DOCKER_HUB_ACCESS_TOKEN` to your `local.env` file with your docker hub api key from [here](https://hub.docker.com/settings/security)
- Add `RELEASE_HOST` to your `local.env` file pointing to the releases server for tars, e.g. `releases1002.eqiad.wmnet`

## Steps
Expand Down Expand Up @@ -116,7 +116,7 @@ set -o allexport; source variables.env; source versions/<RELEASE_ENV>; source lo

## Publishing tarballs

Publishing of tarballs is done by a [bash script](../../Docker/upload_tar/publish.sh) thats can be run within a docker-container, or directly on your system.
Publishing of tarballs is done by a [bash script](../../Docker/publish/upload_tar/publish.sh) thats can be run within a docker-container, or directly on your system.
It creates a folder with the name of the `$RELEASE_MAJOR_VERSION` variable and uploads the tarballs created by the build.

After successfully uploading the tarballs they should be accessible at https://releases.wikimedia.org/wikibase/
Expand Down

0 comments on commit 09be0af

Please sign in to comment.