Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
S src
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 61
    • Issues 61
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Code Review
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OPAL
  • src
  • Wiki
    • For developers
  • Release Procedure

Last edited by ext-calvo_p Aug 31, 2020
Page history

Release Procedure

ToDo List for OPAL release x.y

source code and binary

  • create branch x.y
  • update version string in Doxyfile
  • update the version string in CMakeLists.txt and commit
  • tag version x.y.0
  • upload source tar-ball to /afs/psi.ch/project/amas/webhosting/Downloads/OPAL/src
  • compile new binary for Linux
  • upload Linux binary package to /afs/psi.ch/project/amas/webhosting/Downloads/OPAL/package/
  • compile new binary for macOS
  • upload macOS binary package to /afs/psi.ch/project/amas/webhosting/Downloads/OPAL/package/

manual/documentation

  • setup a new branch for the new version of the manual
  • fix version, branches and links in Manual.attributes
  • clone repository into /afs/psi.ch/project/amas/webhosting/opal/Documentation/x.y and checkout new branch
  • add links to the binaries in the wiki
  • update https://gitlab.psi.ch/OPAL/src/wikis/For-Developers/Compile-OPAL
  • compile the change log/release notes and publish it in the wiki: https://gitlab.psi.ch/OPAL/src/wikis/ReleaseNotes
  • review the file src/addToDoxygenMainPage.h
  • build Doxygen documentation
  • update https://gitlab.psi.ch/OPAL/src/wikis/home
  • update https://gitlab.psi.ch/OPAL/src/wikis/regression-tests

tracker

  • new label for OPAL x.(y+1)
  • update labels and milestones in issues

regression-tests

  • create new branch x.y
  • setup the regression-tests to run the new version on opalrunner.psi.ch

varia

  • PSI module
  • write e-mail to mailing list
Clone repository
  • Examples
    • FFA
    • RFPhotoInjector
    • cyclotron
    • regressiontestexamples
  • FFA school prerequisites
  • For Developers
    • CodingStyle
    • Compile OPAL at CSCS
    • Compile OPAL
    • Compile required software
    • File Format for stat Storage
    • Most Used Directories in the Code
    • OPAL Development Workflow
    • Pmodules
    • Release Procedure
    • Setup build environment at PSI
View All Pages