Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use conan package if no access rights #9

Open
Pro opened this issue Jan 19, 2021 · 1 comment
Open

Use conan package if no access rights #9

Pro opened this issue Jan 19, 2021 · 1 comment

Comments

@Pro
Copy link

Pro commented Jan 19, 2021

I have found your nice nigit project, well done!
We have the following use-case:

  • There is a big project main_projectwith multiple subprojects.
  • We use conan to build binaries for each subproject, and for the main project.
  • Not all developers have access to all subprojects (i.e., fine-grained access control for subprojects)
- main_project
   - sub_project1
      - conanfile.py
      - src/
   - sub_project2
      - conanfile.py 
      - src/
   - conanfile.py

As far as I can see, nigit only supports downloading .zip files for subprojects. It would be nice to configure it in a way to use the git repo, and if access is denied, download the matching conan package instead.
Is this somehow possible?

@kingsimba
Copy link
Owner

ZIP is really primitive. Using Conan would be interesting and useful. I will make some time to investigate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants