Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • sac2c sac2c
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 394
    • Issues 394
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 25
    • Merge requests 25
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • sac-group
  • sac2csac2c
  • Merge requests
  • !103

Remove Package Build to Seperate Project

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Hans-Nikolai Viessmann requested to merge hans/sac2c:pkg-fixes into develop Jan 10, 2019
  • Overview 1
  • Commits 4
  • Changes 11

We have moved the package building part to a separate project (https://www.macs.hw.ac.uk/gitlab/sac-group/build-sac-pkgs) as this is better for maintenance and simplifies the sac2c repo settings/config.

Specifically this MR:

  • removes package building/releasing mechanisms from the CI config
  • resolves some problems with CPack config
    • incorrect packaging of sources for archive (TGZ) build
    • handle RPM dependencies better (manually...)
  • improve/fixes some minor issues with the archive installer scripts (under cmake/cpack/dist/archive)
    • resolve symlink creation by using the sac2c-version-manager

With this MR, we also change certain processes. For instance, weekly builds are done on a schedule and are taken from the current HEAD of the develop branch. Proper release (stable) packages are done whenever we merge into master, which is triggered through a webhook defined in the sac2c repo config.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: pkg-fixes