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

Add support for synchronous and asynchronous modes in package cache #1853

Commits on Oct 14, 2024

  1. Add support for synchronous and asynchronous modes in package cache

    - Introduced a new command-line argument `--pkg-cache-mode` to specify caching mode.
    - Allows users to choose between 'sync' and 'async' modes, overriding the default configuration.
    - Updated `add_variant` function to handle the new caching mode option.
    - Ensures backward compatibility by maintaining default behavior when no mode is specified.
    Signed-off-by: Jose Enriquez <[email protected]>
    Pixel-Minions committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    b49ef51 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Update src/rez/cli/pkg-cache.py

    Signed-off-by: Jose Enriquez <[email protected]>
    
    Co-authored-by: Jean-Christophe Morin <[email protected]>
    Signed-off-by: Jose Enriquez <[email protected]>
    Pixel-Minions and JeanChristopheMorinPerso authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8184494 View commit details
    Browse the repository at this point in the history
  2. Update src/rez/cli/pkg-cache.py

    Signed-off-by: Jose Enriquez <[email protected]>
    
    Co-authored-by: Jean-Christophe Morin <[email protected]>
    Signed-off-by: Jose Enriquez <[email protected]>
    Pixel-Minions and JeanChristopheMorinPerso authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9a67b49 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Rename variable for readability

    Signed-off-by: Jean-Christophe Morin <[email protected]>
    JeanChristopheMorinPerso committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    d1d8636 View commit details
    Browse the repository at this point in the history
  2. Add missing import

    Signed-off-by: Jean-Christophe Morin <[email protected]>
    JeanChristopheMorinPerso committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    8fcefd3 View commit details
    Browse the repository at this point in the history