#150 Project archive download gives error

pending
hermsen
None
2021-11-25
2021-11-25
i-campbell
No

d:Project archive is too big to be downloaded from a git repository. Maybe this needs to be SVN, or some other file storage (which allows 50Mb downloads)

1 Attachments

Discussion

  • hermsen

    hermsen - 2021-11-25
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1 @@
    -Project archive is too big to be downloaded from a git repository.  Maybe this needs to be SVN, or some other file storage (which allows 50Mb downloads)
    +d:Project archive is too big to be downloaded from a git repository.  Maybe this needs to be SVN, or some other file storage (which allows 50Mb downloads)
    
     
  • hermsen

    hermsen - 2021-11-25

    Confirmed, I think a limit for filesizes has been set or reduced. Anyway, have to fix this now...

    SVN doesn't work either...
    We have to think of another way of distribution (a package...)

     

    Last edit: hermsen 2021-11-25
  • hermsen

    hermsen - 2021-11-25

    Added .drone.yml to binaries directory,

    kind: pipeline
    name: default
    workspace:
      base: /working/repo
    steps:
      - name: compile
        image: codesys-ide:local
        commands:
          - codesys export-libdoc
          - codesys gen-package-manifest
          - codesys build-package
    

    It should trigger the above commands

     
  • hermsen

    hermsen - 2021-11-25

    Build fails >> Created Forge Support Ticket on the CI/CD system >> Now pending until feedback from Ingo

    Removed following from main page:

    This .projectarchive contains the example and all libraries in a single download
    For a list of full capabilities of the example see Roadmap
    See Requirements for requirements

    Download co⚡e: Sparkplug™ MQTT Example Projectarchive

    Or

     

    Last edit: hermsen 2021-11-25
  • hermsen

    hermsen - 2021-11-25
    • status: open --> pending
     

Log in to post a comment.