Feature #541

build-generator ignoring version variable "repository"

Added by Leroy RĂ¼gemer over 6 years ago. Updated over 6 years ago.

Status:ClosedStart date:2017-11-24
Priority:HighDue date:
Assignee:Jan Moringen% Done:

100%

Category:build-generatorSpent time:-
Target version:-

Description

Different repository for version.

We often fork repositories to apply special fixes and build a different version until upstream merges, this fails if the default repository misses the specified branch.

example rosjava_bootstrap:

    "versions": [
        {
            "name": "clf",
            "variables": {
                "repository": "https://github.com/CentralLabFacilities/rosjava_bootstrap.git",
                "branch": "clf" 
            }
        }
    ],
    "variables": {
        "description": "bootstrap rosjava",
        "repository": "https://github.com/rosjava/rosjava_bootstrap.git",
        "branches": [
            "kinetic" 
        ],

as the fix branch is not in upstream

History

#1 Updated by Jan Moringen over 6 years ago

  • Status changed from New to In Progress
  • % Done changed from 0 to 70

Almost done.

#2 Updated by Jan Moringen over 6 years ago

  • Status changed from In Progress to Resolved
  • % Done changed from 70 to 100

Should now work in the build-generator master version.

#3 Updated by Jan Moringen over 6 years ago

  • Category set to build-generator
  • Assignee set to Jan Moringen

#4 Updated by Leroy RĂ¼gemer over 6 years ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF