Versions Compared

Key

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

...

  1. Save the files downloaded from the Jenkins job. An all-in-one zip can be obtained from https://build.se.informatik.uni-kiel.de/jenkins/job/kieker-monitoring/job/kieker/job/<version>/lastSuccessfulBuild/artifact/*zip*/archive.zip
  2. Copy HISTORY to root dir as README unzip kieker-1.11-binaries.zip && cp kieker-*/HISTORY README && rm -rf kieker-1.11/
  3. Compute MD5 sums for all files md5sum * > md5sums.txt
  4. Compare MD5 sums with the files on Jenkins!

4. Publish release files

4.1 Sourceforge [?deprecated?]

 https://sourceforge.net/apps/trac/sourceforge/wiki/Release%20files%20for%20download#Createoreditarelease

  • Easiest way: Via scp (command line or ui like filezilla)
    scp file.zip SFUSER@frs.sourceforge.net:/home/frs/project/kieker
    
  • Alternatively: Uploads via the File browser.
    1. /
      1. kieker-<version>_binaries.zip|tar.gz
      2. kieker-<version>_sources.zip|tar.gz
      3. kieker-userguide.pdf (e.g., extracted from zip)
      4. README (copy of HISTORY)
    2. /javadoc/
      1. kieker-<version>-javadoc.jar
    3. Check MD5 sums! (takes a while to become available on SF)
    4. Set kieker-<version>_binaries.zip as default artifact for all platforms

4.2 GitHub

TODO

4.3 Web site (API)

  1. Publish API (Javadoc) on website
    Jira Legacy
    serverJIRA (kieker-monitoring.atlassian.net)
    columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
    serverId91cef256-0ee5-36d6-b7a4-90d687f868f3
    keyKIEKER-1640

...