RDTK / generator

A tool for creating Jenkins jobs and other things from recipes describing software projects
GNU General Public License v3.0
21 stars 3 forks source link

Error analyzing projects with archive scm #7

Closed scymtym closed 5 years ago

scymtym commented 5 years ago

Which generator version are you using?

I built 35ce6c469 myself.

What did you do?

  1. Seems to happen for any project that uses archive scm. In this case, the project recipe basically contains:

    repository: https://github.com/praat/praat/archive/v6.0.37.tar.gz
    scm: archive
  2. Generator invocation and output:

    build-generator --progress-style none platform-requirements -p 'ubuntu xenial' …/recipes/distributions/test.distribution
    1 problem during ANALYZE phase:
    
     REPOSITORY-ACCESS-ERROR:
       Error during analysis of project praat. Caused by:
       > Error accessing repository
       > "https://github.com/praat/praat/archive/v6.0.37.tar.gz". Caused by:
       > > invalid number of arguments: 2
    
    Found 4 platform requirements for ubuntu xenial:
    
     libasound2-dev libgtk2.0-dev libpulse-dev make

Which behavior did you expect?

I expected the analysis to finish without errors.

What happened instead?

The above error message was printed.