Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • dumux dumux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 100
    • Issues 100
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 87
    • Merge requests 87
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • dumux-repositoriesdumux-repositories
  • dumuxdumux
  • Merge requests
  • !2230

Feature/install script generator

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Dennis Gläser requested to merge feature/install-script-generator into master Aug 27, 2020
  • Overview 35
  • Commits 8
  • Pipelines 0
  • Changes 7

This MR introduces a python script that generates an install script for a selected module, together with python functionality to get the dependencies of a module and the currenlty used versions, as well as automatic patch creation for unpublished commits and uncommitted changes.

These functionalities were originally contained in getusedversions.sh and extractmodulepart.sh. The first should not be needed anymore, while the latter has been reduced to not generate an install script anymore.

The generator script expects the module (for which an installation script is to be generated) to already be a git repository with a defined remote origin.

Relates #912 (closed), #921 (closed)

Edited Oct 28, 2020 by Dennis Gläser
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/install-script-generator