Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » U++ Developers corner » UppHub - new package registration (How do we want to solve this problem?)
Re: UppHub - new package registration [message #56253 is a reply to message #56245] Sun, 14 February 2021 20:32 Go to previous messageGo to previous message
Klugier is currently offline  Klugier
Messages: 1076
Registered: September 2012
Location: Poland, Kraków
Senior Contributor
Hello Mirek,

I would like to point UppHub users to "release-1.10.0" tag instead of main/master branch. Can we add "branch" to the UppHub nest declaration? Alternatively, we could add branches as an array that will point to all available branches that user can select. It will be up to the nest maintainer which branches they want to expose:
    {
      "name": "GoogleTest",
      "packages": [
        "plugin/gtest",
        "plugin/gmock"
      ],
      "branches": [
          "release-1.10.0", // The top is default one
          "release-1.9.0",
          "release-candidate-1.9.0"
          "main" // If you want to risk...
      ]
      "description": "The nest contains GoogleTest and GoogleMock libraries, as U++ packages",
      "repository": "https://github.com/klugier/UppGoogleTest.git",
      "status": "stable",
      "category": "testing",
      "readme": "https://raw.githubusercontent.com/klugier/UppGoogleTest/main/README.md" // Upstream README.md is fine, right now. In the future we could change it to readmes and create map with bracnh readme...
    },


Thanks to that you could make experiments on main branch without worrying users.

Klugier


U++ - one framework to rule them all.
 
Read Message icon5.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How can I use CORE/SSL to sign something or check signatures?
Next Topic: How does one get argc and argv parms when making use of GUI_APP_MAIN?
Goto Forum:
  


Current Time: Tue May 14 11:15:34 CEST 2024

Total time taken to generate the page: 0.01473 seconds