Skip to content
Snippets Groups Projects

Try a fix for issue #77

Merged André Anjos requested to merge issue-77 into master

Closes #77 (closed)

Edited by André Anjos

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • The current log of the new program:

    log.txt

    N.B.: bob/docs continues to have an issue with its build number not being updated adequately.

  • André Anjos added 1 commit

    added 1 commit

    Compare with previous version

  • André Anjos changed the description

    changed the description

  • merged

  • André Anjos mentioned in commit fff16e5f

    mentioned in commit fff16e5f

  • This fix is now deployed on the server.

  • N.B.: bob/docs continues to have an issue with its build number not being updated adequately.

    there might be something wrong with the channel_support.py script.

  • @andre.anjos this script is not working for bob.io.video. See from your logs:

    ==== packages for osx-64/bob.io.video (25) ====
    remove /local/web/public/conda/label/beta/osx-64/bob.io.video-2.0.20b0-py27hbd486fa_0.tar.bz2 (1516497245)
    remove /local/web/public/conda/label/beta/osx-64/bob.io.video-2.0.20b0-py36hbd486fa_0.tar.bz2 (1516497246)
    remove /local/web/public/conda/label/beta/osx-64/bob.io.video-2.0.20b0-py27ha04071f_1.tar.bz2 (1517867690)
    remove /local/web/public/conda/label/beta/osx-64/bob.io.video-2.0.20b0-py36ha04071f_1.tar.bz2 (1517867690)
    remove /local/web/public/conda/label/beta/osx-64/bob.io.video-2.0.20b0-py27ha04071f_2.tar.bz2 (1517919201)
    remove /local/web/public/conda/label/beta/osx-64/bob.io.video-2.0.20b0-py36ha04071f_2.tar.bz2 (1517919202)
    remove /local/web/public/conda/label/beta/osx-64/bob.io.video-2.0.20b0-py27ha04071f_3.tar.bz2 (1517938817)
    remove /local/web/public/conda/label/beta/osx-64/bob.io.video-2.0.20b0-py36ha04071f_3.tar.bz2 (1517938817)
    remove /local/web/public/conda/label/beta/osx-64/bob.io.video-2.0.20b0-py27ha04071f_4.tar.bz2 (1518134249)
    remove /local/web/public/conda/label/beta/osx-64/bob.io.video-2.0.20b0-py36ha04071f_4.tar.bz2 (1518134249)
    remove /local/web/public/conda/label/beta/osx-64/bob.io.video-2.0.20b0-py27ha04071f_5.tar.bz2 (1518206596)
    remove /local/web/public/conda/label/beta/osx-64/bob.io.video-2.0.20b0-py36ha04071f_5.tar.bz2 (1518206597)
    remove /local/web/public/conda/label/beta/osx-64/bob.io.video-2.0.20b0-py27ha04071f_6.tar.bz2 (1518224725)
    remove /local/web/public/conda/label/beta/osx-64/bob.io.video-2.0.20b0-py36ha04071f_6.tar.bz2 (1518224726)
    remove /local/web/public/conda/label/beta/osx-64/bob.io.video-2.0.20b0-py27h2e12400_7.tar.bz2 (1518605082)
    remove /local/web/public/conda/label/beta/osx-64/bob.io.video-2.0.20b0-py36h2e12400_7.tar.bz2 (1518605083)
    remove /local/web/public/conda/label/beta/osx-64/bob.io.video-2.0.20b0-py27h2e12400_8.tar.bz2 (1518701474)
    remove /local/web/public/conda/label/beta/osx-64/bob.io.video-2.0.20b0-py36h2e12400_8.tar.bz2 (1518701475)
    remove /local/web/public/conda/label/beta/osx-64/bob.io.video-2.0.20b0-py36hed5af6f_9.tar.bz2 (1519190236)
    remove /local/web/public/conda/label/beta/osx-64/bob.io.video-2.0.20b0-py27hed5af6f_9.tar.bz2 (1519191239)
    remove /local/web/public/conda/label/beta/osx-64/bob.io.video-2.0.20b0-py36h8bbf13e_10.tar.bz2 (1519361498)
    remove /local/web/public/conda/label/beta/osx-64/bob.io.video-2.0.20b0-py27h8bbf13e_10.tar.bz2 (1519362662)
    remove /local/web/public/conda/label/beta/osx-64/bob.io.video-2.0.20b0-py36h5223d36_11.tar.bz2 (1519852009)
    remove /local/web/public/conda/label/beta/osx-64/bob.io.video-2.0.20b0-py27h5223d36_11.tar.bz2 (1519852156)
    [keep] /local/web/public/conda/label/beta/osx-64/bob.io.video-2.0.20b0-py36h5223d36_12.tar.bz2 (1519938425)
  • The channels_support script filters by python version. The docs package does not have Python variants. That is why it's build number is always 0. I don't know if we want to cover for these kind of packages too. This docs conda package is an empty package btw. Its conda package is not needed.

  • Maybe you should, in this case, remove the generation of the conda package from this package. A possible way to do this is to define a build variable called "DEPLOY_PACKAGES" and set it to false. Then, change the file gitlab/deploy.sh to introduce a conditional on the conda package deployment.

Please register or sign in to reply
Loading