diff --git a/CHANGES.md b/CHANGES.md index 71dd118d0..329215a38 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/Makefile b/Makefile index 43430642e..33ed34bda 100644 --- a/Makefile +++ b/Makefile @@ -101,4 +101,5 @@ clean: rm -rf artifacts/*.log rm -rf artifacts/*.env + all: wikibase wikibase_bundle elasticsearch wdqs wdqs-frontend wdqs-proxy quickstatements diff --git a/docs/topics/publishing.md b/docs/topics/publishing.md index a3590c4bf..0dd0d28c6 100644 --- a/docs/topics/publishing.md +++ b/docs/topics/publishing.md @@ -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 @@ -116,7 +116,7 @@ set -o allexport; source variables.env; source versions/; 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/