Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Prepare the cloud images and update links to them here https://ignite.apache.org/download.cgi#docker.

6.3.12. Delete previous release from dist and dev SVN

directory

directories

Delete previous releases from https://dist.apache.org/repos/dist/release/ignite/..., replace their download URLs by https://archive.apache.org/dist/ignite/...

Delete unsucessfull release candidates and packages (if any) from dev section of Apache SVN repository https://dist.apache.org/repos/dist/dev/ignite/

6.3.13. Upload NuGet packages to nuget.org

Retrieve all .nupkg files from build artifacts of step 4.5

Initial setup

You many need to install client tools for .NET https://docs.microsoft.com/en-us/nuget/install-nuget-client-tools (download file & add it to PATH). You can use nuget.exe 4.x version (because NuGet.exe 5.0 and later require .NET Framework 4.7.2 ).

It may be required to configure nuget.exe using NuGet.Config(XML) https://docs.microsoft.com/en-us/nuget/tools/cli-ref-push for using nuget.org as default push source .

You can find configuration file under user home directory, for example, on Windows

No Format
cd %appdata%\Nuget

 Example of configuration:

Code Block
languagexml
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
    <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
  </packageSources>
  <config>
    <add key="defaultPushSource" value="https://nuget.org/" />
  </config>
</configuration>


...

There are several unresoved issues / open questions:

Warning


1. Can committer be release manager and upload artifacts provided that PMC will upload committer's key

3. Steps to be done for prepare RPM/DEB packages - step 4.3.3.1  

6. Unclear how to prepare/update 6.3.11.GCE&AWSvirtualmachines

7. Steps to be done for upload RPM/DEB packages