Skip to content

Commit

Permalink
[docs] Add explanation for using the SARL release script.
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Sep 14, 2017
1 parent cd7dc8b commit 205eb76
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions build-tools/RELEASE_README.adoc
Expand Up @@ -100,10 +100,18 @@ Generate the Javadoc for the public API (the real generation will be done by the
$> git tag "vX.Y.Z"
$> git push --tags

=== 2.12) Compilation on CI server
=== 2.12) Release onto the SARL servers.

For uploading the release files onto the SARL server, you could use the provided script:

$> ./build-tools/scripts/mvn-release-sarl.sh

This script needs to have environment variables for defining the SARL server addresses, and the access login.

export MAVENSARLIO_URL=dav:https://XXX
export UPDATESSARLIO_URL=dav:https://YYY
export MAVENSARLIO_USER=ZZZ

On Hudson, launch a build for updating the maven repositories and the Eclipse update sites.
If failing, revert 2.11, fix the problem, and go back to 2.6.

== 3) PHASE 3: DISSEMINATION OF THE RELEASE VERSION

Expand Down Expand Up @@ -188,8 +196,3 @@ Change the version numbers into the archive files stored in the `io.sarl.tests.t
$> git commit
$> git push --all

=== 4.5) Compilation on CI server

On Hudson, launch a build for updating the maven repositories and the Eclipse update sites.


0 comments on commit 205eb76

Please sign in to comment.